summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-23 16:28:15 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-23 16:28:15 -0600
commitf7be39ea105aa951d0f6e1d8ffbea63412e30801 (patch)
treef6412c3cc71df02362a5bfcc98d4fe2314b88200 /src/gallium/auxiliary
parentd5835c1d0f7d3af9169a61e13646247c6a8b01b4 (diff)
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/tgsi/exec/tgsi_exec.h2
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 18abdd9ac0..4f30650b07 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