Daniel Stone 86b2d8740a glamor: Reallocate pixmap storage without modifiers if necessary
If we need a pixmap's storage to be exported to a context in which we
aren't aware of modifiers, reallocate the buffer again without
modifiers.

This makes it possible to run a compositing manager on an old GLX/EGL
stack on top of an X server which allocates internal buffer storage
using exotic modifiers from modifier-aware GBM/EGL/KMS.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reported-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-04-04 13:46:57 -04:00
2018-04-02 13:42:08 -04:00
2018-03-27 10:13:18 -04:00
2017-04-25 15:01:23 -07:00
2018-04-02 13:42:08 -04:00
2018-04-02 13:42:08 -04:00
2016-05-29 19:20:51 -07:00
2018-03-27 10:13:17 -04:00
2018-04-02 13:42:08 -04:00
2018-04-02 13:42:08 -04:00
2017-10-10 23:33:34 +02:00
2018-04-02 13:42:08 -04:00
2018-04-02 13:42:08 -04:00
2018-03-21 12:11:23 -04:00
2018-04-02 13:42:08 -04:00
2017-10-30 13:45:20 -04:00
2018-03-21 10:16:44 -04:00
2013-08-17 12:17:36 +02:00
2018-03-21 12:15:28 -04:00
2018-04-02 15:44:50 -04:00
2018-03-28 15:11:16 -04:00
2018-04-02 15:44:50 -04:00
2017-04-11 08:51:34 -04:00
2012-11-05 13:24:57 -06:00

					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:
https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        https://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

        https://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	https://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        https://wiki.x.org/wiki/GitPage

As with other projects hosted on freedesktop.org, X.Org follows its
Code of Conduct, based on the Contributor Covenant. Please conduct
yourself in a respectful and civilized manner when using the above
mailing lists, bug trackers, etc:

	https://www.freedesktop.org/wiki/CodeOfConduct
Description
Truly free fork of the XOrg project.
Readme 91 MiB
Languages
C 96.4%
Roff 1.1%
Objective-C 1%
Meson 0.9%
Shell 0.2%
Other 0.2%