summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:15:41 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:15:41 -0600
commit195eb8fc1423486847cfc892dfb01beb735d18b7 (patch)
tree2f8971c98d47b553618a78d40edd4c4c98474698
parent11c4ed9afb9527686ae157069ccb7d341dca1d96 (diff)
mesa: bump MAX_INSN to 350
-rw-r--r--src/mesa/tnl/t_vp_build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c
index b7bc197723..ddb0d519f7 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -235,7 +235,7 @@ static struct state_key *make_state_key( GLcontext *ctx )
*/
#define PREFER_DP4 0
-#define MAX_INSN 256
+#define MAX_INSN 350
/* Use uregs to represent registers internally, translate to Mesa's
* expected formats on emit.