commit | 69346c56a17ba9a74b7f2226c0b4d5ce0bbb1f15 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Mon Dec 14 13:35:56 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Mon Dec 14 13:39:21 2009 -0700 |
tree | 6c0c10bf3c2511dec3c1edb36482c88320f37318 | |
parent | 48888b918b9c09a14056f925c2af60ea16dcc88d [diff] |
mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap() This is a follow-up to commit e3fa700c178e11e6735430119232919176ab7b42. The call to _mesa_BindTexture() must be before we set any other texture object state, namely the _mesa_TexParameteri() calls. This fixes bug 25601 (piglit gen-nonzero-unit failure).