summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-22 14:57:19 -0700
committerBrian <brian@yutani.localnet.net>2007-02-22 14:57:19 -0700
commitb7aeac0de1c9c533f78c5d6acf358bdc206161ab (patch)
tree47594c5d5a938218d1f211bf2da611dd72a8eea6 /src/mesa/main/config.h
parent79fb4527cad556792f514d9e94e8f623837752ad (diff)
added MAX_PROGRAM_ENV_PARAMS
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index d779860f11..82ea72a59d 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -196,6 +196,7 @@
/** For any program target/extension */
/*@{*/
#define MAX_PROGRAM_LOCAL_PARAMS 128 /* KW: power of two */
+#define MAX_PROGRAM_ENV_PARAMS 128
#define MAX_PROGRAM_MATRICES 8
#define MAX_PROGRAM_MATRIX_STACK_DEPTH 4
#define MAX_PROGRAM_CALL_DEPTH 8