Skip to content

mesa: expose EXT_sRGB on ES2

Simon Ser requested to merge emersion/mesa:gl-ext-srgb into main

This exposes the EXT_sRGB extension 1 for ES2 contexts.

There is an existing bool indicating support for the EXT_sRGB extension, but the extension was never exposed. This was incorrect because the EXT_sRGB_write_control requires EXT_sRGB.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports