[Piglit] [PATCH 11/16] msaa/formats: Add floating point format tests.

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


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

diff --git a/tests/all.tests b/tests/all.tests
index 3f4ab26..a01ba4a 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1481,6 +1481,7 @@ add_fbo_formats_tests('spec/EXT_packed_float', 'GL_EXT_packed_float')
 add_texwrap_test2(ext_packed_float, '2D', 'GL_R11F_G11F_B10F')
 ext_packed_float['pack'] = concurrent_test('ext_packed_float-pack')
 ext_packed_float['getteximage-invalid-format-for-packed-type'] = concurrent_test('getteximage-invalid-format-for-packed-type')
+add_msaa_formats_tests(ext_packed_float, 'GL_EXT_packed_float')
 
 arb_texture_float = Group()
 spec['ARB_texture_float'] = arb_texture_float
@@ -1498,6 +1499,7 @@ add_texwrap_test2(arb_texture_float, '2D', 'GL_INTENSITY32F')
 add_texwrap_test2(arb_texture_float, '2D', 'GL_RGB32F')
 add_texwrap_test2(arb_texture_float, '2D', 'GL_RGBA32F')
 add_plain_test(arb_texture_float, 'arb_texture_float-texture-float-formats')
+add_msaa_formats_tests(arb_texture_float, 'GL_ARB_texture_float')
 
 ext_texture_integer = Group()
 spec['EXT_texture_integer'] = ext_texture_integer
-- 
1.7.7.6



More information about the Piglit mailing list