diff options
author | Kenneth Graunke <[email protected]> | 2012-11-13 20:17:29 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-15 11:14:36 -0800 |
commit | 1484faa0f480cd021b9a3a74f92b18a6e5db55b3 (patch) | |
tree | 854f1b93655d318dc129c8dca4bfd7217aadc64c /src/mesa | |
parent | 80b3af5b6dbc6682baf63deda76a2ed203d586ae (diff) |
i965: Remove unused BRW_PACKCOLOR8888 macro.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 4 |
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 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; |