Support ARB_texture_env_crossbar. Changes the way programs are
[mesa.git] / src / mesa / main / colormac.h
index 62b80136e9ee026fec196bee330d6ca8f09482df..a19521fc85b559270d15ccd52aa0bc92763ace43 100644 (file)
@@ -221,5 +221,7 @@ do {                                                \
 #define PACK_COLOR_233( B, G, R )                                      \
    (((B) & 0xc0) | (((G) & 0xe0) >> 2) | (((R) & 0xe0) >> 5))
 
+/*@}*/
+
 
 #endif /* COLORMAC_H */