Find a file
Adam Jackson f593d76de7 dix: Remove wacky sparc special casing (v2)
This appears to be defining sparc if ever __sparc or __sparc__ were
defined, which is almost reasonable, but these days we want to be using
the __arch__ style.  Why any of this would ever be triggered on m68k is
truly a mystery for the ages.

v2: Fix commit message, as noted by nix

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2014-07-24 16:46:42 -07:00
composite
config config: Replace OdevAttributes linked list with struct 2014-07-17 17:10:48 -07:00
damageext
dbe
dix Revert "dix: fix up coordinate scaling when external monitors are present" 2014-07-14 15:05:58 +10:00
doc
dri3
exa exa: Fix a warning when enabling DEBUG_TRACE_FALL 2014-06-25 11:59:22 -07:00
fb fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313 2014-07-03 12:57:19 -07:00
glamor glamor: sync_fence_set_triggered should use glFlush, not glFinish 2014-07-19 12:25:24 -07:00
glx
hw xfree86: Remove stale /usr/share/X11/xorg.conf.d hard-code from the xorg.conf man page 2014-07-24 16:39:39 -07:00
include dix: Remove wacky sparc special casing (v2) 2014-07-24 16:46:42 -07:00
m4
man
mi Merge remote-tracking branch 'origin/master' into glamor-next 2014-07-17 18:07:26 -07:00
miext
os Avoid starting a comment with */* 2014-07-17 10:19:52 -07:00
present
pseudoramiX
randr
record
render
test
Xext
xfixes
Xi Xi: block SIGIOs while copying device classes around 2014-05-23 11:08:17 +10:00
xkb
.dir-locals.el
.gitignore
autogen.sh
configure.ac Post 1.16 version bump to 1.16.99.1 2014-07-17 16:17:53 -07:00
COPYING
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