mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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>
This commit is contained in:
parent
e41cc45361
commit
6e12035834
1 changed files with 0 additions and 2 deletions
|
|
@ -465,8 +465,6 @@ gen6_blorp_emit_sampler_state(struct brw_context *brw,
|
|||
sampler->ss1.s_wrap_mode = BRW_TEXCOORDMODE_CLAMP;
|
||||
sampler->ss1.t_wrap_mode = BRW_TEXCOORDMODE_CLAMP;
|
||||
|
||||
sampler->ss0.min_mag_neq = 1;
|
||||
|
||||
/* Set LOD bias:
|
||||
*/
|
||||
sampler->ss0.lod_bias = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue