i965: bump up BRW_EU_MAX_INSN
authorBrian Paul <brianp@vmware.com>
Fri, 6 Mar 2009 22:39:14 +0000 (15:39 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Mar 2009 23:21:20 +0000 (16:21 -0700)
This is the size of the intermediate instruction buffer.

src/mesa/drivers/dri/i965/brw_eu.h

index b36a197..b15e840 100644 (file)
@@ -97,7 +97,7 @@ struct brw_glsl_call;
 
 
 #define BRW_EU_MAX_INSN_STACK 5
-#define BRW_EU_MAX_INSN 1200
+#define BRW_EU_MAX_INSN 4000
 
 struct brw_compile {
    struct brw_instruction store[BRW_EU_MAX_INSN];