mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: increase BRW_EU_MAX_INSN
This commit is contained in:
parent
4d244fb899
commit
5590798f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue