XLibre Xserver
Go to file
Jon Turney 67b47d50df hw/xwin/glx: Add support for float format fbconfig GLX extensions
v2:
Set renderType more correctly

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2018-09-25 16:02:09 +01:00
Xext shm: Pick the shm dir at run time, not build time. 2018-09-19 21:36:16 +00:00
Xi xi: free modifiers_failed on error path. (v2) 2018-09-12 12:26:28 +10:00
composite
config
damageext
dbe
dix dix: Remove MaxClients 2018-09-12 19:31:07 +00:00
doc Rewrite the byte swapping macros. 2017-04-25 15:01:23 -07:00
dri3
exa exa: Use PictureMatchFormat for source-only picture format description 2018-06-01 11:57:15 +02:00
fb fboverlay: move bpp checks above malloc 2018-09-12 12:26:48 +10:00
glamor glamor: fix leak of fs_getcolor_source. 2018-09-12 12:26:48 +10:00
glx glx: check for indirect context in CreateContextAttribsARB() 2018-09-10 14:54:23 +00:00
hw hw/xwin/glx: Add support for float format fbconfig GLX extensions 2018-09-25 16:02:09 +01:00
include shm: Pick the shm dir at run time, not build time. 2018-09-19 21:36:16 +00:00
m4
man
mi mi: Hush mieqSetHandler for no-op changes 2018-09-12 19:18:05 +00:00
miext
os dix: Remove MaxClients 2018-09-12 19:31:07 +00:00
present present: fix freed pointer access 2018-09-10 10:03:03 -04:00
pseudoramiX
randr randr: rrCheckPixmapBounding should only increase screen size 2018-08-24 09:55:48 +02:00
record
render
test
xfixes
xkb xkb: fix what looks to be a copy-paste error with first vs firstMM 2018-09-12 12:26:48 +10:00
.appveyor.yml
.dir-locals.el
.gitignore
.gitlab-ci.yml gitlab: Skip the docker-in-docker step 2018-09-12 20:43:42 +00:00
.travis.yml
COPYING
Makefile.am
README
autogen.sh
configure.ac shm: Pick the shm dir at run time, not build time. 2018-09-19 21:36:16 +00:00
devbook.am
docbook.am
manpages.am
meson.build meson: Fix building with -Ddga=false 2018-09-06 16:42:04 -04:00
meson_options.txt xorg: Don't log "Build Operating System: Linux 4.9.0-5-amd64 x86_64 Debian" 2018-09-19 13:15:04 -07:00
xorg-server.m4 xorg-server.m4: just all cflags instead of just sdkdir 2018-09-20 20:12:24 +01:00
xorg-server.pc.in
xserver.ent.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        https://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        https://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	https://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        https://wiki.x.org/wiki/GitPage

As with other projects hosted on freedesktop.org, X.Org follows its
Code of Conduct, based on the Contributor Covenant. Please conduct
yourself in a respectful and civilized manner when using the above
mailing lists, bug trackers, etc:

	https://www.freedesktop.org/wiki/CodeOfConduct