-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EGLBE: Always expose GLX_EXT_framebuffer_sRGB
... regardless of which EGL API version the underlying EGL implementation supports. Referring to 9882331, sRGB rendering is required by the OpenGL 3.0 spec. We can't support GLX_ARB_create_context* with EGL 1.4- because eglCreateContext() lacks the necessary attributes, but nothing prevents us from supporting GLX_EXT_framebuffer_sRGB with any EGL API version. (Making that extension contingent upon EGL 1.5 was an error on my part when I authored 9882331.) This is known to affect VMware Linux guests. This commit also modifies GLXspheres so that it only checks for the existence of GLX_EXT_framebuffer_sRGB if -srgb is specified.
- Loading branch information
1 parent
50b07e0
commit 88d071c
Showing
3 changed files
with
12 additions
and
3 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
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
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