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

2012-06-20 Thread Kenneth Graunke
On 06/12/2012 11:38 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 su

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

2012-06-12 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