From da554309521e8f351eecb30ce197535fb7541f40 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 13 Mar 2007 10:58:23 -0600 Subject: [PATCH] comment about SPAN_* vs FRAG_BIT_* values --- src/mesa/swrast/s_span.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2