summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-20 13:50:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-20 13:50:53 -0600
commit674d0130693f827ae9ea8e902a38c46d64444384 (patch)
tree287204fb91e8a258d3f4d98b8672a697bf630d1f /src/mesa/pipe/tgsi
parent086734502a614e7778533018846ee66a66df9821 (diff)
checkpoint: TGSI_ATTRIB_x tokens no longer used
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_attribs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_attribs.h b/src/mesa/pipe/tgsi/exec/tgsi_attribs.h
index b8f6ba7da8..fa13da12be 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_attribs.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_attribs.h
@@ -5,6 +5,7 @@
/**
* The specific values here are not important (could remove them).
*/
+#if 0
enum {
TGSI_ATTRIB_POS = 0,
TGSI_ATTRIB_WEIGHT = 1,
@@ -41,6 +42,7 @@ enum {
#define TGSI_MAX_TEXTURE 8
#define TGSI_MAX_VARYING 8
+#endif