gallium: fix update_textures() bug in pipe_texture binding logic
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 22:38:43 +0000 (15:38 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 22:38:43 +0000 (15:38 -0700)
commitc8bca8d8a94b7bce532b40fd5c422063632b26c4
tree9529ba5e1fa84cb380e7eb150a783e4ca9319bdd
parent5240cebb23f4862f4f7458a1b397957e4460b527
gallium: fix update_textures() bug in pipe_texture binding logic

The 'st' pointer might not have changed, but st->pt might have.  The dirtyData flag
will indicate when that's happened, so check it.
src/mesa/state_tracker/st_atom_texture.c