Go to file
Tomasz Lis cf89aa5374 Full support of sRGB capable fbconfigs.
Changes to correctly initialize the sRGB capability attribute and
transfer it between XServer and the client. Modifications include
extension string, transferring visual config attribs and fbconfig
attribs. Also, attribute is initialized in the modules which do not
really use it (xquartz and xwin).
This version advertises both ARB and EXT strings, and initializes
the capability to default value of FALSE. It has corrected required
GLX version and does not influence swrast. The sRGB capable attribute
is attached only to those configs which do have this capability.
Both ARB and EXT versions share the same GLX extension enabling bit.

Signed-off-by: Tomasz Lis <tomasz.lis@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-03-18 10:02:00 -07:00
Xext Xext: if a root window is given in XTestFakeInput, move to that 2013-02-08 13:49:49 +10:00
Xi Xi: force dtime to 0 on the first BarrierHit 2013-03-04 21:10:22 -08:00
composite
config config/udev: fix "removing GPU device" format string mistake 2013-01-21 19:41:09 -08:00
damageext
dbe
dix Short-cut the input device cleanup process during AbortServer() 2013-02-08 09:06:14 -08:00
doc
exa Fix formatting of address operators 2012-12-05 18:09:48 -06:00
fb fb: Rename wfbDestroyGlyphCache 2013-03-07 18:20:18 -08:00
glx Full support of sRGB capable fbconfigs. 2013-03-18 10:02:00 -07:00
hw Full support of sRGB capable fbconfigs. 2013-03-18 10:02:00 -07:00
include randr: bump advertised RandR version to 1.4 2013-02-08 09:09:54 -08:00
m4 XORG_TLS: Pick the first option that works (ie: prefer __thread) 2013-02-14 09:20:47 -08:00
man
mi mi: Ensure pointer emulating touch events update the sprite 2013-01-09 11:23:06 +10:00
miext
os Merge remote-tracking branch 'jeremyhu/master' 2013-02-14 11:05:48 -08:00
randr randr: cleanup provider properly 2013-03-01 18:14:28 +10:00
record
render render: Unwrap early on the animated cursor BlockHandler 2013-01-09 11:23:12 +10:00
test os: fix pnprintf OOB buffer read for unterminated length modifiers 2013-02-14 11:01:21 -08:00
xfixes Merge remote-tracking branch 'whot/barriers' 2012-12-19 12:09:31 -08:00
xkb xkb: Fix repeat behaviour of redirect and message actions 2013-02-08 13:54:09 +10:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Bump release to 1.14.99.0 2013-03-18 10:02:00 -07:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

README

					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:
http://en.wikipedia.org/wiki/X_server

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

        http://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

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

For patch submission instructions, see:

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

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage