summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:15:00 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-08-28 15:15:00 -0600
commit6138ee9de0330b9a2bf300bc0d52b471191dd1ed (patch)
tree1a620e6a55975333ca84e7c14b58851139180dcd /src/mesa/tnl/t_vp_build.c
parentbafefccff8e9a56b797b988f9a5d7d72e2d51b9a (diff)
mesa: bump MAX_INSN to 350
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-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 d79f84f1eb..cb879da93f 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.