From 1484faa0f480cd021b9a3a74f92b18a6e5db55b3 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 13 Nov 2012 20:17:29 -0800 Subject: [PATCH] i965: Remove unused BRW_PACKCOLOR8888 macro. Reviewed-by: Eric Anholt --- 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 49460e9f3cd..2ee2cca7a85 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; -- 2.30.2