Skip to content

xwayland/glx: Enable sRGB fbconfigs

Adam Jackson requested to merge ajax/xserver:glx-egl-srgb-fbconfigs into master

We turn this on if the GL underneath us can enable GL_FRAMEBUFFER_SRGB. However we don't generate both capable and incapable configs, which is unlike the DRI backend, but matches NVIDIA.

Merge request reports