mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
This commit is contained in:
parent
d5835c1d0f
commit
f7be39ea10
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ struct tgsi_exec_labels
|
|||
};
|
||||
|
||||
|
||||
#define TGSI_EXEC_NUM_TEMPS 64
|
||||
#define TGSI_EXEC_NUM_TEMPS 128
|
||||
#define TGSI_EXEC_NUM_TEMP_EXTRAS 6
|
||||
#define TGSI_EXEC_NUM_IMMEDIATES 256
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue