summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2020-07-30 14:06:44 -0400
committerMarge Bot <eric+marge@anholt.net>2020-08-03 17:19:26 +0000
commitbba9aa1543b25453f3c8be8bbe7df5a8b70591ce (patch)
tree40f3e2462af177187f847625ac2259886c07e676
parent4078bfe943f385397806ab26de6d0f4c9af2026e (diff)
arb_gpu_shader5: fix gl version requirement for xfb-streams-without-invocations
this uses a spirv shader which explicitly requires 4.50 Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/354>
-rw-r--r--tests/spec/arb_gpu_shader5/execution/xfb-streams-without-invocations.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/arb_gpu_shader5/execution/xfb-streams-without-invocations.c b/tests/spec/arb_gpu_shader5/execution/xfb-streams-without-invocations.c
index 1c6f76c0c..c048b381d 100644
--- a/tests/spec/arb_gpu_shader5/execution/xfb-streams-without-invocations.c
+++ b/tests/spec/arb_gpu_shader5/execution/xfb-streams-without-invocations.c
@@ -36,8 +36,8 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
- config.supports_gl_compat_version = 32;
- config.supports_gl_core_version = 32;
+ config.supports_gl_compat_version = 45;
+ config.supports_gl_core_version = 45;
config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END