diff options
author | Brian Paul <[email protected]> | 2008-07-23 16:28:15 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-23 16:28:15 -0600 |
commit | f7be39ea105aa951d0f6e1d8ffbea63412e30801 (patch) | |
tree | f6412c3cc71df02362a5bfcc98d4fe2314b88200 /src/gallium | |
parent | d5835c1d0f7d3af9169a61e13646247c6a8b01b4 (diff) |
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/tgsi/exec/tgsi_exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h b/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h index 18abdd9ac00..4f30650b07b 100644 --- a/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h @@ -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 |