Module: Mesa Branch: master Commit: 18955e8a80ee2b344eaf3eb1d24eed90f6ba8334 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18955e8a80ee2b344eaf3eb1d24eed90f6ba8334
Author: Dave Airlie <[email protected]> Date: Thu Jul 23 11:13:36 2015 +1000 glsl/tests: fix varying_test since tess changes. This fixes make check since the tess changes. Tested-by: Michel Dänzer <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- 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() _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
