diff options
author | Brian Paul <[email protected]> | 2006-11-16 21:28:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-16 21:28:35 +0000 |
commit | 3dedeaa0557f17770f6ab7f163dcdde8e93609b8 (patch) | |
tree | 7dde0c80c2592aa9091d2ab2249c7e3be7d6452b /src/mesa/main/config.h | |
parent | fa941e4267385427c27b5a35c29156b342cc3868 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 5a0481328ff..13c6281f077 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 */ |