[Piglit] [PATCH 2/3] all.tests: remove MSAA integer tests
Marek Olšák
maraeo at gmail.com
Sat Oct 6 18:49:35 PDT 2012
AFAIK, integer formats cannot be resolved, but only one sample is chosen and
copied to the destination. However the chosen sample might not be at the center
of the pixel, so the tests might never pass.
---
tests/all.tests | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index ac0f65b..caaba11 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1731,7 +1731,6 @@ ext_texture_integer['fbo_integer_readpixels_sint_uint'] = plain_test('ext_textur
ext_texture_integer['getteximage-clamping'] = concurrent_test('ext_texture_integer-getteximage-clamping')
ext_texture_integer['getteximage-clamping GL_ARB_texture_rg'] = concurrent_test('ext_texture_integer-getteximage-clamping GL_ARB_texture_rg')
ext_texture_integer['texture_integer_glsl130'] = concurrent_test('ext_texture_integer-texture_integer_glsl130')
-add_msaa_formats_tests(ext_texture_integer, 'GL_EXT_texture_integer')
arb_texture_rg = Group()
spec['ARB_texture_rg'] = arb_texture_rg
@@ -1746,7 +1745,6 @@ add_fbo_clear_extension(arb_texture_rg, 'GL_ARB_texture_rg-float', 'fbo-clear-fo
add_fbo_blending_extension(arb_texture_rg, 'GL_ARB_texture_rg-float', 'fbo-blending-formats-float')
add_fbo_alphatest_extension(arb_texture_rg, 'GL_ARB_texture_rg-float', 'fbo-alphatest-formats-float')
add_msaa_formats_tests(arb_texture_rg, 'GL_ARB_texture_rg')
-add_msaa_formats_tests(arb_texture_rg, 'GL_ARB_texture_rg-int')
add_msaa_formats_tests(arb_texture_rg, 'GL_ARB_texture_rg-float')
add_texwrap_test2(arb_texture_rg, '2D', 'GL_R8')
add_texwrap_test2(arb_texture_rg, '2D', 'GL_RG8')
--
1.7.9.5
More information about the Piglit
mailing list