intel: fix GL state bugs in intel_texture_bitmap()
authorBrian Paul <brianp@vmware.com>
Mon, 26 Oct 2009 16:42:45 +0000 (10:42 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 22:59:43 +0000 (16:59 -0600)
commitfe818ea797033d77b814ee88c5b4e220226556ab
tree4b8f526a68818b1b86195bf3c6507246ae8fecbf
parent7d967b9b7c08aea2a471c5bf6aced8bfafdae874
intel: fix GL state bugs in intel_texture_bitmap()

Need to push texture state and polygon state too.
Fixes rendering glitches seen in progs/demos/engine when changing
the rendering mode (wireframe, texture modes).
This makes bitmap rendering a little slower, unfortunately.
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c