Go to file
Tomas Carnecky 7a11b817e7 Move Xv and XvMC from extmod to built-in
Always build these extensions into the core server, rather than letting
them languish in extmod.

Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-09 23:28:37 -07:00
Xext Move Xv and XvMC from extmod to built-in 2012-07-09 23:28:37 -07:00
Xi Add a common ARRAY_SIZE macro to dix.h 2012-07-09 23:06:41 -07:00
composite Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
config Fix more poorly indented/wrapped comments & code 2012-07-09 19:14:50 -07:00
damageext Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
dbe Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
dix Replace padlength tables with inline functions from misc.h 2012-07-09 22:52:30 -07:00
doc
exa exa: pixmap sharing infrastructure (v3) 2012-07-07 10:37:10 +01:00
fb
glx Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
hw Move Xv and XvMC from extmod to built-in 2012-07-09 23:28:37 -07:00
include Move Xv and XvMC from extmod to built-in 2012-07-09 23:28:37 -07:00
m4
man
mi Move Xv and XvMC from extmod to built-in 2012-07-09 23:28:37 -07:00
miext
os Don't make failure to -nolisten fatal 2012-07-09 22:57:53 -07:00
randr Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
record Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
render Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
test Replace padlength tables with inline functions from misc.h 2012-07-09 22:52:30 -07:00
xfixes Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
xkb Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Move RECORD from external module to built-in 2012-07-09 23:28:36 -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