Find a file
Zhigang Gong e3d16c9ebd Classfy glamor pixmap to different types.
During the integration with intel driver, we introduce two
new type of pixmap, one is TEXTURE_DRM, the other is DRM_ONLY.
TEXTURE_DRM means we create a texture bind to the DRM buffer
successfully. And then the texture and the external BO is
consistent. DRM_ONLY means that we failed to create a texture
from the external DRM BO. We need to handle those different
types carefully, so we have to track them in the data structure.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2013-12-18 11:23:46 -08:00
composite
config
damageext
dbe
dix
doc
dri3 dri3: Don't use the major/minor version from the protocol headers 2013-12-13 14:59:03 -05:00
exa
fb
glamor Classfy glamor pixmap to different types. 2013-12-18 11:23:46 -08:00
glx glx: Add null pointer protection to __glGetProcAddress 2013-12-13 15:07:48 -05:00
hw Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
include Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
m4
man
mi
miext
os darwin: Don't leave stdin/stdout closed 2013-12-12 01:30:04 -08:00
present present: Don't use the major/minor version from the protocol headers 2013-12-13 14:59:04 -05:00
pseudoramiX
randr
record
render
test
Xext
xfixes
Xi
xkb
.dir-locals.el
.gitignore
autogen.sh
configure.ac Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
COPYING
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
Makefile.am Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
manpages.am
README Revert changes outside of glamor from the glamor branch. 2013-12-18 11:18:12 -08:00
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