diff options
author | Brian <[email protected]> | 2007-03-13 10:58:23 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-13 10:58:23 -0600 |
commit | da554309521e8f351eecb30ce197535fb7541f40 (patch) | |
tree | 8b460aac1200810e8e2c3d978b7fa0e1938a884f /src/mesa/swrast/s_span.h | |
parent | 17ad1d12ebf04ebf4b2b35c1c37d36bb4d2bb550 (diff) |
comment about SPAN_* vs FRAG_BIT_* values
Diffstat (limited to 'src/mesa/swrast/s_span.h')
-rw-r--r-- | src/mesa/swrast/s_span.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h index 26ef399df30..8a9b9eb21c7 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -35,6 +35,8 @@ * \defgroup SpanFlags * Bitflags used for interpMask and arrayMask fields below to indicate * which interpolant values and fragment arrays are in use, respectively. + * + * XXX We should replace these flags with the FRAG_BIT_ values someday... */ /*@{*/ #define SPAN_RGBA 0x001 |