projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787f496
)
added _TNL_NUM_GENERIC
author
Tilman Sauerbeck
<tilman@freedesktop.org>
Thu, 29 Jun 2006 16:45:57 +0000
(16:45 +0000)
committer
Tilman Sauerbeck
<tilman@freedesktop.org>
Thu, 29 Jun 2006 16:45:57 +0000
(16:45 +0000)
src/mesa/tnl/t_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_context.h
b/src/mesa/tnl/t_context.h
index e0415c43336771b17abbc567354e66c81a760caf..5cf262c580c677b3053416ae8b316e09d85729f9 100644
(file)
--- 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