From: Marek Olšák <[email protected]>
The format is not color-renderable according to GL4.4 and
EXT_texture_shared_exponent.
---
tests/all.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.py b/tests/all.py
index 6082c0a..76e2760 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2721,7 +2721,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()
--
1.8.3.2
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit