[Piglit] [PATCH] arb_compute_variable_group_size: Add GL_ARB_compute_variable_group_size requirement
Ian Romanick
idr at freedesktop.org
Tue Oct 18 01:04:05 UTC 2016
From: Ian Romanick <ian.d.romanick at intel.com>
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
.../linker/mixed_fixed_variable_local_work_size.shader_test | 1 +
.../linker/no_local_size_specified.shader_test | 1 +
2 files changed, 2 insertions(+)
diff --git a/tests/spec/arb_compute_variable_group_size/linker/mixed_fixed_variable_local_work_size.shader_test b/tests/spec/arb_compute_variable_group_size/linker/mixed_fixed_variable_local_work_size.shader_test
index d660d56..74bc3f6 100644
--- a/tests/spec/arb_compute_variable_group_size/linker/mixed_fixed_variable_local_work_size.shader_test
+++ b/tests/spec/arb_compute_variable_group_size/linker/mixed_fixed_variable_local_work_size.shader_test
@@ -8,6 +8,7 @@
GL >= 3.3
GLSL >= 3.30
GL_ARB_compute_shader
+GL_ARB_compute_variable_group_size
[compute shader]
#version 330
diff --git a/tests/spec/arb_compute_variable_group_size/linker/no_local_size_specified.shader_test b/tests/spec/arb_compute_variable_group_size/linker/no_local_size_specified.shader_test
index 6371c29..f5b3e91 100644
--- a/tests/spec/arb_compute_variable_group_size/linker/no_local_size_specified.shader_test
+++ b/tests/spec/arb_compute_variable_group_size/linker/no_local_size_specified.shader_test
@@ -8,6 +8,7 @@
GL >= 3.3
GLSL >= 3.30
GL_ARB_compute_shader
+GL_ARB_compute_variable_group_size
[compute shader]
#version 330
--
2.5.5
More information about the Piglit
mailing list