[Piglit] [PATCH 6/6] all.tests: add arb_gpu_shader_fp64 dir
Dave Airlie
airlied at gmail.com
Wed Jul 23 15:56:57 PDT 2014
From: Dave Airlie <airlied at redhat.com>
---
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
More information about the Piglit
mailing list