mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 10:50:26 +01:00
mesa: bump MAX_INSN to 300
This commit is contained in:
parent
c46c07f6c6
commit
4e4cb02740
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ static struct state_key *make_state_key( GLcontext *ctx )
|
|||
*/
|
||||
#define PREFER_DP4 0
|
||||
|
||||
#define MAX_INSN 256
|
||||
#define MAX_INSN 300
|
||||
|
||||
/* Use uregs to represent registers internally, translate to Mesa's
|
||||
* expected formats on emit.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue