i965: Drop the degenerate brw_sampler_default_color structure.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 May 2014 05:35:27 +0000 (22:35 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:14:42 +0000 (05:14 -0700)
commit9a1a8cb84d940313130e2ef4e7a94079fa4092b7
tree30e618b3d8b6790a186c8a11df75c06719f31ee5
parentc8e2549785e9adac768e47bd310b0537a1b269a4
i965: Drop the degenerate brw_sampler_default_color structure.

It's just an array of four floats, and we have an array of four floats,
so this is literally just a memcpy...but with custom structs and strange
macros to give the appearance of doing something more.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_sampler_state.c
src/mesa/drivers/dri/i965/brw_state_dump.c
src/mesa/drivers/dri/i965/brw_structs.h