gallium: fix computation of sampler->min_lod
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 3 May 2008 14:58:44 +0000 (08:58 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 3 May 2008 14:58:44 +0000 (08:58 -0600)
commit3668d20a9f382a174e002dc9b226710bdd983992
tree11af5ff086e8096ffb7d3d9616f16209f4bcf765
parent6e004e973bcc5b789ee3f70b70f5d728c8b8ea71
gallium: fix computation of sampler->min_lod

The texture BaseLevel is accounted for in texture layout so it doesn't factor
in here.  May also need to adjust max_lod...
src/mesa/state_tracker/st_atom_sampler.c