mesa: fix texture enable regression
authorBrian Paul <brianp@vmware.com>
Mon, 2 Mar 2009 22:19:53 +0000 (15:19 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 2 Mar 2009 22:19:53 +0000 (15:19 -0700)
commite232471baa3a7cfa7a76b9cfe55dfb7da79fedbe
treebbf77909a554ca908f1bca3bba4601a9eb661a95
parent7e0f47c1348273ed3bb39d00aa4a9498a28b8d6a
mesa: fix texture enable regression

Need to clear the _ReallyEnabled field before possibly continuing the loop.
Also, set _Current pointer to NULL if the unit is no longer enabled.

Fixes piglit lodbias regression
src/mesa/main/texstate.c