Re: [Mesa-dev] [PATCH] Adding support for EXT_sRGB for Opengl ES

2018-09-14 Thread Jacob Lifshay
Any progress on adding EXT_sRGB support to Mesa? Jacob Lifshay ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] Adding support for EXT_sRGB for Opengl ES

2017-11-08 Thread Harish Krupo
Hi Emil, Emil Velikov writes: > Hi Harish, > > This seems to have fallen through the cracks, right? Thanks for bringing this up again :) > Keep in mind that I've not checked all the existing code paths - just > skimming through the patch itself. > > s/Adding support for EXT_sRGB for Opengl ES/m

Re: [Mesa-dev] [PATCH] Adding support for EXT_sRGB for Opengl ES

2017-11-08 Thread Emil Velikov
Hi Harish, This seems to have fallen through the cracks, right? Keep in mind that I've not checked all the existing code paths - just skimming through the patch itself. s/Adding support for EXT_sRGB for Opengl ES/mesa: add support for GL_EXT_sRGB/ On 7 April 2017 at 05:20, Harish Krupo wrote: >

Re: [Mesa-dev] [PATCH] Adding support for EXT_sRGB for Opengl ES

2017-04-20 Thread Tapani Pälli
On 04/07/2017 07:20 AM, Harish Krupo wrote: This addes support for the GL_EXT_sRGB extension for OpengGL ES 1.0 and above. With this patch this test passes in dEQP: dEQP-GLES2.capability.extensions.uncompressed_texture_formats.GL_EXT_sRGB When searching for possible other cases these changes w

[Mesa-dev] [PATCH] Adding support for EXT_sRGB for Opengl ES

2017-04-06 Thread Harish Krupo
This addes support for the GL_EXT_sRGB extension for OpengGL ES 1.0 and above. With this patch this test passes in dEQP: dEQP-GLES2.capability.extensions.uncompressed_texture_formats.GL_EXT_sRGB Signed-off-by: Harish Krupo --- src/mapi/glapi/gen/es_EXT.xml| 8 src/mesa/d