[Piglit] [PATCH 16/16] msaa/formats: Add EXT_texture_sRGB tests.

Paul Berry stereotype441 at gmail.com
Fri Jun 15 08:32:36 PDT 2012


The MSAA "formats" test now properly tests sRGB format framebuffers.
This patch updates all.tests to cause those formats to be tested.
---
 tests/all.tests |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index 755eace..2102faa 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1583,6 +1583,7 @@ add_fbo_alphatest_extension(ext_texture_srgb, 'GL_EXT_texture_sRGB', 'fbo-alphat
 add_fbo_generatemipmap_extension(ext_texture_srgb, 'GL_EXT_texture_sRGB-s3tc', 'fbo-generatemipmap-formats-s3tc')
 ext_texture_srgb['invalid formats'] = PlainExecTest(['arb_texture_compression-invalid-formats', 'srgb'])
 ext_texture_srgb['invalid formats'].runConcurrent = True
+add_msaa_formats_tests(ext_texture_srgb, 'GL_EXT_texture_sRGB')
 
 ext_timer_query = Group()
 spec['EXT_timer_query'] = ext_timer_query
-- 
1.7.7.6



More information about the Piglit mailing list