projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b406c34
)
glsl/tests: fix varying_test since tess changes.
author
Dave Airlie
<airlied@redhat.com>
Thu, 23 Jul 2015 01:13:36 +0000
(11:13 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 23 Jul 2015 02:46:42 +0000
(12:46 +1000)
This fixes make check since the tess changes.
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/glsl/tests/varyings_test.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/tests/varyings_test.cpp
b/src/glsl/tests/varyings_test.cpp
index 4573529f6192aad4c3a77a56048b2db1d058ff72..62f8c6bc5ad5e55d4c488db0cc5382d840421bd9 100644
(file)
--- 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()