-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xlib] Disable XRender support if the surface has no xrender_format
Bug 11734: XRender crashes due to NULL pointer from Cairo on SGI O2 (https://bugs.freedesktop.org/show_bug.cgi?id=1173) is an example of a case where we try to perform an XRender operation on a surface with a format that was not supported by the XRender extension. By marking the extension version as -1 on those surfaces, the current checks for SURFACE_RENDER_HAS_* always correctly return false and prevent us try to create a Picture with a NULL xrender_format.
- Loading branch information
Chris Wilson
committed
Oct 10, 2008
1 parent
8ac8e8c
commit ac3e4b4
Showing
1 changed file
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters