i965: increase BRW_EU_MAX_INSN

This commit is contained in:
Brian Paul 2009-05-12 14:07:51 -06:00
parent 4d244fb899
commit 5590798f6d

View file

@ -97,7 +97,7 @@ struct brw_glsl_call;
#define BRW_EU_MAX_INSN_STACK 5
#define BRW_EU_MAX_INSN 4000
#define BRW_EU_MAX_INSN 10000
struct brw_compile {
struct brw_instruction store[BRW_EU_MAX_INSN];