diff options
author | Brian <[email protected]> | 2007-09-20 13:50:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-20 13:50:53 -0600 |
commit | 674d0130693f827ae9ea8e902a38c46d64444384 (patch) | |
tree | 287204fb91e8a258d3f4d98b8672a697bf630d1f /src/mesa/pipe/tgsi/exec | |
parent | 086734502a614e7778533018846ee66a66df9821 (diff) |
checkpoint: TGSI_ATTRIB_x tokens no longer used
Diffstat (limited to 'src/mesa/pipe/tgsi/exec')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_attribs.h | 2 |
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 b8f6ba7da8f..fa13da12be7 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 |