mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
r300g: max_anisotropy of 1 is not anisotropic filtering
This commit is contained in:
parent
219150433a
commit
837dc61011
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ static void*
|
|||
sampler->filter0 |= r300_translate_tex_filters(state->min_img_filter,
|
||||
state->mag_img_filter,
|
||||
state->min_mip_filter,
|
||||
state->max_anisotropy > 0);
|
||||
state->max_anisotropy > 1);
|
||||
|
||||
sampler->filter0 |= r300_anisotropy(state->max_anisotropy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue