Michal Srb 1326ee0bc5 glx: Do not call into Composite if it is disabled.
Otherwise X server crashes if GLX is enabled and Composite disabled. For
example the compIsAlternateVisual function will try to lookup CompScreenPtr
using the CompScreenPrivateKey, but that was never initialized if Composite is
disabled.

Fixes: f84e59a4f4. ("glx: Duplicate relevant fbconfigs for compositing visuals")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104993
Signed-off-by: Michal Srb <msrb@suse.com>
2018-04-10 14:37:47 -04:00
2018-04-02 13:42:08 -04:00
2017-04-25 15:01:23 -07:00
2018-04-02 13:42:08 -04:00
2018-04-04 13:46:57 -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
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-04-05 14:18:47 -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-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
No description provided
Readme 88 MiB
Languages
C 95.4%
Roff 1.1%
Objective-C 0.9%
M4 0.6%
Meson 0.6%
Other 1.3%