mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: Remove unused BRW_PACKCOLOR8888 macro.
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
80b3af5b6d
commit
1484faa0f4
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue