mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()
authorBrian Paul <brianp@vmware.com>
Mon, 14 Dec 2009 20:35:56 +0000 (13:35 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 14 Dec 2009 20:39:21 +0000 (13:39 -0700)
commit69346c56a17ba9a74b7f2226c0b4d5ce0bbb1f15
tree6c0c10bf3c2511dec3c1edb36482c88320f37318
parent48888b918b9c09a14056f925c2af60ea16dcc88d
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).
src/mesa/drivers/common/meta.c