From: Dave Airlie <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
---
tests/all.tests | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tests/all.tests b/tests/all.tests
index babe835..137892a 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -818,6 +818,14 @@ for stage in ['vs', 'fs']:
spec['glsl-1.40/execution/texelFetch/' + stage + '-texelFetch-'
+ sampler] = concurrent_test('texelFetch 140 ' + stage + ' ' + sampler)
spec['glsl-1.40/execution/texelFetchOffset/' + stage + '-' +
sampler] = concurrent_test('texelFetch offset 140 ' + stage + ' ' + sampler)
+spec['glsl-1.50'] = Group()
+import_glsl_parser_tests(spec['glsl-1.50'],
+ os.path.join(testsDir, 'spec', 'glsl-1.50'),
+ ['compiler'])
+add_shader_test_dir(spec['glsl-1.50'],
+ os.path.join(testsDir, 'spec', 'glsl-1.50'),
+ recursive=True)
+
# Group spec/glsl-es-3.00
spec['glsl-es-3.00'] = Group()
import_glsl_parser_tests(spec['glsl-es-3.00'],
--
1.8.1
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit