[Mesa-dev] [PATCH 3/5] i965: Remove unused BRW_PACKCOLOR8888 macro.
Kenneth Graunke
kenneth at whitecape.org
Tue Nov 13 21:09:36 PST 2012
---
src/mesa/drivers/dri/i965/brw_context.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 49460e9..2ee2cca 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1076,10 +1076,6 @@ struct brw_context
int basevertex;
};
-
-
-#define BRW_PACKCOLOR8888(r,g,b,a) ((r<<24) | (g<<16) | (b<<8) | a)
-
struct brw_instruction_info {
char *name;
int nsrc;
--
1.8.0
More information about the mesa-dev
mailing list