OSDN Git Service

i965: Use a gl_color_union for sampler border color.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 May 2014 05:56:17 +0000 (22:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Feb 2015 21:18:58 +0000 (13:18 -0800)
commite1e73443c572b5432ef66a923fe64b73467f411b
treea68130c92b3f5f20c49e7e30fd709d9aa9755046
parent8cb18760cccf2c89d94c50ff14b330ec2d5c4a3c
i965: Use a gl_color_union for sampler border color.

This should have no effect, but will make it easier to implement other
bug fixes.

v2: Eliminate "unsigned one" local; just use the value where necessary.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: mesa-stable@lists.freedesktop.org
src/mesa/drivers/dri/i965/brw_sampler_state.c