Re: [Mesa-dev] [PATCH 07/21] mesa/samplerobj: Support EXT_texture_sRGB_decode

2012-06-11 Thread Brian Paul
On 06/11/2012 12:59 AM, Pauli Nieminen wrote: sRGBDecode state is part of sampler object state but mesa was missing handlers to access the state. This patch adds the support for required state changes and queries. GL_EXT_texture_sRGB_decode issue 4: "4) Should we add forward-looking support for

[Mesa-dev] [PATCH 07/21] mesa/samplerobj: Support EXT_texture_sRGB_decode

2012-06-11 Thread Pauli Nieminen
sRGBDecode state is part of sampler object state but mesa was missing handlers to access the state. This patch adds the support for required state changes and queries. GL_EXT_texture_sRGB_decode issue 4: "4) Should we add forward-looking support for ARB_sampler_objects? RESOLVED: YES