diff options
author | Dave Airlie <[email protected]> | 2015-07-23 11:13:36 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-07-23 12:46:42 +1000 |
commit | 18955e8a80ee2b344eaf3eb1d24eed90f6ba8334 (patch) | |
tree | 0f7257c2de24ca675e33c66fff234f3361b9e077 /src/glsl | |
parent | b406c34a65677cac2517336d93ab279c3d35fce6 (diff) |
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]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/tests/varyings_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |