summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-03-11 18:54:44 +0100
committerMarek Olšák <marek.olsak@amd.com>2014-03-22 13:41:47 +0100
commit055342ddd35952aba69774e30609649e71cba4fa (patch)
tree09f74dc4dd223939b6b82fd89c493cf599dac021
parent48413e56d5af4fb0644572818abfaf8b4559b944 (diff)
all.py: remove colorbuffer tests for GL_RGB9_E5
The format is not color-renderable according to GL4.4 and EXT_texture_shared_exponent. Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r--tests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index d45866f8b..ecb7b1954 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2732,7 +2732,7 @@ add_texwrap_format_tests(arb_texture_rgb10_a2ui, 'GL_ARB_texture_rgb10_a2ui')
ext_texture_shared_exponent = Group()
spec['EXT_texture_shared_exponent'] = ext_texture_shared_exponent
-add_fbo_formats_tests('spec/EXT_texture_shared_exponent', 'GL_EXT_texture_shared_exponent')
+ext_texture_shared_exponent['fbo-generatemipmap-formats'] = concurrent_test('fbo-generatemipmap-formats GL_EXT_texture_shared_exponent')
add_texwrap_format_tests(ext_texture_shared_exponent, 'GL_EXT_texture_shared_exponent')
ext_texture_snorm = Group()