Mesa (master): glsl/tests: fix varying_test since tess changes.

Dave Airlie airlied at kemper.freedesktop.org
Thu Jul 23 02:46:53 UTC 2015


Module: Mesa
Branch: master
Commit: 18955e8a80ee2b344eaf3eb1d24eed90f6ba8334
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18955e8a80ee2b344eaf3eb1d24eed90f6ba8334

Author: Dave Airlie <airlied at redhat.com>
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 <michel.daenzer at amd.com>
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()




More information about the mesa-commit mailing list