summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-11-16 21:28:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-11-16 21:28:35 +0000
commit3dedeaa0557f17770f6ab7f163dcdde8e93609b8 (patch)
tree7dde0c80c2592aa9091d2ab2249c7e3be7d6452b /src/mesa/main/config.h
parentfa941e4267385427c27b5a35c29156b342cc3868 (diff)
Initial implementation work for CAL, RET, and BRA instructions for fragment
programs.
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 5a0481328f..13c6281f07 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -198,6 +198,7 @@
#define MAX_PROGRAM_LOCAL_PARAMS 128 /* KW: power of two */
#define MAX_PROGRAM_MATRICES 8
#define MAX_PROGRAM_MATRIX_STACK_DEPTH 4
+#define MAX_PROGRAM_CALL_DEPTH 8
/*@}*/
/** For GL_ARB_fragment_shader */