summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-11-13 20:17:29 -0800
committerKenneth Graunke <kenneth@whitecape.org>2012-11-15 11:14:36 -0800
commit1484faa0f480cd021b9a3a74f92b18a6e5db55b3 (patch)
tree854f1b93655d318dc129c8dca4bfd7217aadc64c
parent80b3af5b6dbc6682baf63deda76a2ed203d586ae (diff)
i965: Remove unused BRW_PACKCOLOR8888 macro.
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 49460e9f3c..2ee2cca7a8 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;