commit | aad3f546a046fe40b771e5d5f965b29189821d51 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Mon Feb 09 13:58:32 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Mon Feb 09 14:00:47 2009 -0700 |
tree | a937be6c4b3b887c4ee9e19eafbf40020e93c600 | |
parent | 37c768b36aad22ecad48c7caab272354383e26a7 [diff] |
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change Avoid a little bit of unneeded state validation and fixes a bug where the texture complete flags was set to false, but we didn't signal _NEW_TEXTURE. Fixes piglit tex1d-2dborder failure.