mesa: remove incorrect texture state check
authorBrian Paul <brianp@vmware.com>
Tue, 15 Sep 2009 18:35:41 +0000 (12:35 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 15 Sep 2009 18:36:55 +0000 (12:36 -0600)
commitb0c52e491d4f1ad4d16352d1aae77bc879b8da0a
treee3719530cfb200aaed012a31f4b305236dfc3185
parent26860a6e2f2a30072594d4f68fbf7db6356bb674
mesa: remove incorrect texture state check

Fixes incorrectly textured bitmap text in engine demo.
It's incorrect to test the texture enable bits here since they may have
been changed by disabling the shader above.  Optimization is still possible
but will have to be reexamined.
src/mesa/drivers/common/meta.c