OSDN Git Service

i965: Remove unused BRW_PACKCOLOR8888 macro.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 14 Nov 2012 04:17:29 +0000 (20:17 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:36 +0000 (11:14 -0800)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.h

index 49460e9..2ee2cca 100644 (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;