From: Dave Airlie Date: Thu, 23 Jul 2015 01:13:36 +0000 (+1000) Subject: glsl/tests: fix varying_test since tess changes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18955e8a80ee2b344eaf3eb1d24eed90f6ba8334;p=mesa.git glsl/tests: fix varying_test since tess changes. This fixes make check since the tess changes. Tested-by: Michel Dänzer Signed-off-by: Dave Airlie --- diff --git a/src/glsl/tests/varyings_test.cpp b/src/glsl/tests/varyings_test.cpp index 4573529f619..62f8c6bc5ad 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()