[Mesa-dev] [PATCH] mesa: expose GL_EXT_texture_sRGB_decode in ES2 contexts

2014-12-04 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- https://www.opengl.org/registry/specs/EXT/texture_sRGB_decode.txt Explicitly talks about ES, other drivers seem to expose it. Not sure about ES1. src/mesa/main/extensions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] mesa: expose GL_EXT_texture_sRGB_decode in ES2 contexts

2014-12-04 Thread Ilia Mirkin
Oh hm. Apparently EXT_sRGB is required for this [or ES3, but that's not available on the driver I'm interested quite yet]. I'll see if that can be added easily. On Thu, Dec 4, 2014 at 12:42 PM, Ilia Mirkin imir...@alum.mit.edu wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu ---