Find a file
Adam Jackson 4377288abd glx: Simplify _glapi_check_multithread
We can guarantee that the X server does not call DRI driver services
from multiple threads, so _glapi_check_multithread need never do
anything special.  As a result, ThreadSafe is always false, so remove it
and simplify expressions where it appeared to match.

Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-03-08 13:25:04 -05:00
composite
config
damageext
dbe
dix dix: Remove deprecated.c 2011-03-08 13:17:24 -05:00
doc
exa dix: Remove usage_hint from pixmaps, store it in ->drawable.class 2011-03-08 13:16:50 -05:00
fb dix: Remove usage_hint from pixmaps, store it in ->drawable.class 2011-03-08 13:16:50 -05:00
glx glx: Simplify _glapi_check_multithread 2011-03-08 13:25:04 -05:00
hw dix: Remove usage_hint from pixmaps, store it in ->drawable.class 2011-03-08 13:16:50 -05:00
include dix: Remove PIXEL typedef 2011-03-08 13:19:00 -05:00
m4
mi
miext Revert "rootless: Remove ROOTLESS_WORKAROUND" 2011-02-27 16:19:46 -08:00
os Merge remote branch 'rjy/clientids' 2011-03-03 13:42:07 -08:00
randr Revert "randr: Add sprite position transforms" 2011-02-23 11:18:12 -08:00
record Merge remote branch 'whot/for-keith' 2011-03-03 14:41:44 -08:00
render xinerama: Use RESTYPE consistently 2011-03-08 13:20:08 -05:00
test Merge branch 'mi-cleanup' into next 2011-02-23 08:44:42 +10:00
Xext xvmc: Use RESTYPE consistently 2011-03-08 13:20:19 -05:00
xfixes
Xi xi: Use RESTYPE consistently 2011-03-08 13:20:33 -05:00
xkb Merge branch 'mi-cleanup' into next 2011-02-23 08:44:42 +10:00
.gitignore
autogen.sh
configure.ac configure.ac: bump version for 1.11 development 2011-03-03 17:45:28 -08:00
COPYING
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
Makefile.am
manpages.am
README
xorg-server.m4
xorg-server.pc.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:
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