i965: Remove unused BRW_PACKCOLOR8888 macro.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Kenneth Graunke
2012-11-13 20:17:29 -08:00
parent 80b3af5b6d
commit 1484faa0f4

View File

@@ -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;