i965: Fix texture border color on Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 22 Jan 2013 20:20:31 +0000 (12:20 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Dec 2013 21:25:52 +0000 (13:25 -0800)
commit8ed9f69b361a5d6f013d0d8a7f87dba65bfff24a
treeb7c3621367fad1d9b486f21bdb717d1568de14f3
parentbc9d3a02540e11b863a1f7e7cf755764a02233fe
i965: Fix texture border color on Broadwell.

The Gen7 sampler state code still works.  Increasing the alignment to
64 bytes makes bit 5 zero, which is good because it's now reserved.

Since we don't use the new filter bits, we can leave those as zero too,
which means we don't need to update the code to update the pointer.
(We probably should anyway, for clarity, but alas, another day.)

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c