diff options
| author | Tilman Sauerbeck <tilman@freedesktop.org> | 2006-06-29 16:45:57 +0000 | 
|---|---|---|
| committer | Tilman Sauerbeck <tilman@freedesktop.org> | 2006-06-29 16:45:57 +0000 | 
| commit | ff5b590382d716dccd9d3122ead9a9236f019aaa (patch) | |
| tree | 2d9674828eedf8d2b63ab88b3d2768e9993c4f86 | |
| parent | 787f4965a2141902c6a7298cd0f2c6c992444ed8 (diff) | |
added _TNL_NUM_GENERIC
| -rw-r--r-- | src/mesa/tnl/t_context.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index e0415c4333..5cf262c580 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -169,6 +169,8 @@ enum {  #define _TNL_FIRST_MAT       _TNL_ATTRIB_MAT_FRONT_AMBIENT  #define _TNL_LAST_MAT        _TNL_ATTRIB_MAT_BACK_INDEXES +/* Number of available generic attributes */ +#define _TNL_NUM_GENERIC 16  #define PRIM_BEGIN     0x10  #define PRIM_END       0x20 | 
