mesa:main: Add flag for EXT_sRGB to gl_extensions
authorGert Wollny <gert.wollny@collabora.com>
Wed, 14 Nov 2018 09:58:57 +0000 (10:58 +0100)
committerGert Wollny <gert.wollny@collabora.com>
Mon, 28 Jan 2019 11:18:40 +0000 (12:18 +0100)
commit7577c82fedfae42e3235581e8625611950ab7d4c
tree36e4562eb9662b04366a970fa589bf4f7a20c405
parent2845939d6a720454f983e2e9a591735bd0fede9e
mesa:main: Add flag for EXT_sRGB to gl_extensions

EXT_sRGB is an (incomplete) GLES extension that provides support for sRGB
framebuffer attachments, hence it can be used to check for this support
as an alternative to EXT_framebuffer_sRGB that provies the same
functionality but also sRGB write control support.

However, since EXT_sRGB  is incomplete and superseted by GLES 3.0 it will
not be exposed as an extension.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/mtypes.h