No description
  • C 94.5%
  • Python 2%
  • Roff 1.1%
  • Objective-C 1%
  • Meson 0.9%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Stone fadfc29470 GLX: Remove unused noGlxVisualInit
No-one ever did anything with this variable except assign its default
value to it.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-10 00:42:09 -07:00
composite Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
config
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
fb
glx Move DRI1 from external module to built-in 2012-07-10 00:30:40 -07:00
hw GLX: Remove unused noGlxVisualInit 2012-07-10 00:42:09 -07:00
include Remove last renmants of XFree86LOADER define 2012-07-10 00:31:02 -07:00
m4
man
mi Remove unused setupFunc from extensions 2012-07-10 00:31:02 -07:00
miext
os GLX: Remove unused noGlxVisualInit 2012-07-10 00:42:09 -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 Move DRI2 from external module to built-in 2012-07-10 00:31:01 -07:00
Xext Xext: Only build one library 2012-07-10 00:01:49 -07:00
xfixes Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
Xi Add a common ARRAY_SIZE macro to dix.h 2012-07-09 23:06:41 -07:00
xkb XKB: Geom: Remove unused code 2012-07-10 00:42:09 -07:00
.gitignore
autogen.sh
configure.ac Remove XAA 2012-07-10 00:41:57 -07:00
COPYING Loader: Remove extension initialisation sorting 2012-07-10 00:31:02 -07:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
Makefile.am
manpages.am
README
xorg-server.m4
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:
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