i965: bump up BRW_EU_MAX_INSN

This is the size of the intermediate instruction buffer.
This commit is contained in:
Brian Paul 2009-03-06 15:39:14 -07:00
parent 82f1c0be13
commit 2eacc4aafa

View 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];