summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@vmware.com>2009-03-24 22:59:20 +0000
committerAlan Hourihane <alanh@vmware.com>2009-03-24 23:00:26 +0000
commit0be8af8a392541acde3f8791a754a260b877ac17 (patch)
tree4994c4d8db5aee604c2213606d0f5992a4fb595e /src/mesa/main/config.h
parent578af516104bf0078cf93b1b9dd783e19e113177 (diff)
mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index fc31155b35..2a9fdf9ca0 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -184,7 +184,7 @@
#define MAX_PROGRAM_MATRICES 8
#define MAX_PROGRAM_MATRIX_STACK_DEPTH 4
#define MAX_PROGRAM_CALL_DEPTH 8
-#define MAX_PROGRAM_TEMPS 128
+#define MAX_PROGRAM_TEMPS 256
#define MAX_PROGRAM_ADDRESS_REGS 2
#define MAX_UNIFORMS 1024 /**< number of vec4 uniforms */
#define MAX_VARYING 8 /**< number of float[4] vectors */