mesa: bump MAX_INSN to 300
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 14:38:27 +0000 (08:38 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 20:18:46 +0000 (14:18 -0600)
src/mesa/main/ffvertex_prog.c

index 5f3def257de1aee1339420b18c27818759b14975..b93376a564c1d5c7be2c351330c639936abf812f 100644 (file)
@@ -319,7 +319,7 @@ static struct state_key *make_state_key( GLcontext *ctx )
  */
 #define PREFER_DP4 0
 
-#define MAX_INSN 256
+#define MAX_INSN 300
 
 /* Use uregs to represent registers internally, translate to Mesa's
  * expected formats on emit.