mesa: bump MAX_INSN to 350
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 21:15:00 +0000 (15:15 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 21:15:00 +0000 (15:15 -0600)
src/mesa/tnl/t_vp_build.c

index d79f84f1eb48327b26ed96cf8e3cc347c1887fdf..cb879da93f3c058064d36d542029542d73c2e986 100644 (file)
@@ -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.