[Mesa-dev] [PATCH] glsl/tests: fix varying_test since tess changes.
Dave Airlie
airlied at gmail.com
Wed Jul 22 18:14:09 PDT 2015
From: Dave Airlie <airlied at redhat.com>
This fixes make check since the tess changes.
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
src/glsl/tests/varyings_test.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glsl/tests/varyings_test.cpp b/src/glsl/tests/varyings_test.cpp
index 4573529..62f8c6b 100644
--- a/src/glsl/tests/varyings_test.cpp
+++ b/src/glsl/tests/varyings_test.cpp
@@ -70,7 +70,7 @@ public:
hash_table *consumer_interface_inputs;
const glsl_type *simple_interface;
- ir_variable *junk[VARYING_SLOT_MAX];
+ ir_variable *junk[VARYING_SLOT_TESS_MAX];
};
link_varyings::link_varyings()
--
2.4.3
More information about the mesa-dev
mailing list