Files
mesa/src
Brian Paul 1a35fde7c8 svga: fix the test for sRGB texture formats
The pipe_sampler_view::format field should be prefered over the resource/
texture format.  The former is used to override the texture format for
sRGB decode enable/disable, etc.

Also, use new util_format_is_srgb() helper to catch all sRGB formats.

This fixes the piglit tex-srgb test for GL_EXT_texture_sRGB_decode.
2011-09-22 08:26:36 -06:00
..
2011-09-20 17:44:15 +08:00
2011-01-12 16:54:21 +00:00
2011-09-20 20:41:57 +01:00
2011-09-20 20:50:48 +01:00