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.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index f537a539e6..e7e8e54138 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -53,10 +53,6 @@
/* Maximum color matrix stack depth: */
#define MAX_COLOR_STACK_DEPTH 4
-/* Vertex program matrix stacks: */
-#define MAX_PROGRAM_MATRICES 8
-#define MAX_PROGRAM_STACK_DEPTH 4
-
/* Maximum attribute stack depth: */
#define MAX_ATTRIB_STACK_DEPTH 16
@@ -174,6 +170,13 @@
#define MAX_FRAGMENT_PROGRAM_TEX_INSTRUCTIONS 24
#define MAX_FRAGMENT_PROGRAM_TEX_INDIRECTIONS 4
+/* Any program target/extension */
+#define MAX_PROGRAM_LOCAL_PARAMS 96
+#define MAX_PROGRAM_MATRICES 8
+#define MAX_PROGRAM_MATRIX_STACK_DEPTH 4
+
+
+
/*
* Mesa-specific parameters