From: Dave Airlie <[email protected]>
---
tests/all.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/all.py b/tests/all.py
index d8ce2f9..7418799 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1864,6 +1864,12 @@ add_concurrent_test(arb_gpu_shader5,
'arb_gpu_shader5-invocation-id')
add_concurrent_test(arb_gpu_shader5,
'arb_gpu_shader5-invocations_count_too_large')
add_concurrent_test(arb_gpu_shader5, 'arb_gpu_shader5-xfb-streams')
+arb_gpu_shader_fp64 = {}
+spec['ARB_gpu_shader_fp64'] = arb_gpu_shader_fp64
+add_shader_test_dir(arb_gpu_shader_fp64,
+ os.path.join(testsDir, 'spec', 'arb_gpu_shader_fp64'),
+ recursive=True)
+
arb_texture_query_levels = {}
spec['ARB_texture_query_levels'] = arb_texture_query_levels
add_shader_test_dir(arb_texture_query_levels,
--
1.8.5.3
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit