mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
tgsi: Increase maximum number of temps to 4096.
To match Shader Model 4 limits, as specified in http://msdn.microsoft.com/en-us/library/windows/desktop/ff471378.aspx Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
294d8a71ef
commit
64f9916314
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ struct tgsi_sampler
|
|||
float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
|
||||
};
|
||||
|
||||
#define TGSI_EXEC_NUM_TEMPS 128
|
||||
#define TGSI_EXEC_NUM_TEMPS 4096
|
||||
#define TGSI_EXEC_NUM_IMMEDIATES 256
|
||||
#define TGSI_EXEC_NUM_TEMP_ARRAYS 8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue