i965: bump up BRW_EU_MAX_INSN
This is the size of the intermediate instruction buffer.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user