Mesa (master): i965: Remove unused BRW_PACKCOLOR8888 macro.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Nov 15 19:16:23 UTC 2012


Module: Mesa
Branch: master
Commit: 1484faa0f480cd021b9a3a74f92b18a6e5db55b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1484faa0f480cd021b9a3a74f92b18a6e5db55b3

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Nov 13 20:17:29 2012 -0800

i965: Remove unused BRW_PACKCOLOR8888 macro.

Reviewed-by: Eric Anholt <eric at anholt.net>

---

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




More information about the mesa-commit mailing list