r300g: max_anisotropy of 1 is not anisotropic filtering

This commit is contained in:
Marek Olšák 2011-06-11 23:01:36 +02:00
parent 219150433a
commit 837dc61011
1 changed files with 1 additions and 1 deletions

View File

@ -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);