summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2023-09-28 09:57:49 -0700
committerMarge Bot <emma+marge@anholt.net>2023-09-28 20:25:14 +0000
commitd6b341f76290d2be35b2688406d2558a4661fa32 (patch)
tree6664ac0a2e77c3bbd16ccb0098ed4e3aa430be7a
parent23311019dfc484a4e8a18b727182ffa268c2eae4 (diff)
arb_shader_texture_lod: Fix incorrect require directive for the ext.
Fixes spurious fails when unsupported. Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/841>
-rw-r--r--tests/spec/arb_shader_texture_lod/execution/glsl-fs-texturelod-01.shader_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_shader_texture_lod/execution/glsl-fs-texturelod-01.shader_test b/tests/spec/arb_shader_texture_lod/execution/glsl-fs-texturelod-01.shader_test
index f5ea392c0..77f324c08 100644
--- a/tests/spec/arb_shader_texture_lod/execution/glsl-fs-texturelod-01.shader_test
+++ b/tests/spec/arb_shader_texture_lod/execution/glsl-fs-texturelod-01.shader_test
@@ -1,6 +1,6 @@
[require]
GLSL >= 1.20
-require GL_ARB_shader_texture_lod
+GL_ARB_shader_texture_lod
[vertex shader]
#version 120