diff options
author | Brian <brian@yutani.localnet.net> | 2007-02-22 14:57:19 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-22 14:57:19 -0700 |
commit | b7aeac0de1c9c533f78c5d6acf358bdc206161ab (patch) | |
tree | 47594c5d5a938218d1f211bf2da611dd72a8eea6 /src/mesa/main/config.h | |
parent | 79fb4527cad556792f514d9e94e8f623837752ad (diff) |
added MAX_PROGRAM_ENV_PARAMS
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 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 |