diff options
author | Brian Paul <[email protected]> | 2000-04-08 18:57:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-08 18:57:45 +0000 |
commit | 250069dbb443f26f4dcc409c9c873019a5f50f9d (patch) | |
tree | 605c5ed78350822c85fef87230b5a3999d02b208 /src/mesa/main/config.h | |
parent | a518b47e5bcff6e3feaeb378ccb06fd1ea1da760 (diff) |
added GL_SGI_color_matrix extension
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index ffafd3e78d6..a27af641a35 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.9 2000/04/07 00:19:41 brianp Exp $ */ +/* $Id: config.h,v 1.10 2000/04/08 18:57:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -52,6 +52,9 @@ /* Maximum texture matrix stack depth: */ #define MAX_TEXTURE_STACK_DEPTH 10 +/* Maximum color matrix stack depth: */ +#define MAX_COLOR_STACK_DEPTH 4 + /* Maximum attribute stack depth: */ #define MAX_ATTRIB_STACK_DEPTH 16 |