summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
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