i965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_STATE.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 29 Jul 2014 20:33:43 +0000 (13:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:14:42 +0000 (05:14 -0700)
commit6e120358340870795c22c42bd7dd7953b59f8296
tree76343767aec77d6f378607ade70f25f6db299a81
parente41cc453619c7bef7871b78a631a0eb22e3a762d
i965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_STATE.

The "Min/Mag State Not Equal" bit is supposed to be set when the min/mag
filters or address rounding modes differ.  BLORP uses identical min/mag
settings, so the bit should be unset.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/gen6_blorp.cpp