OSDN Git Service

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>
Mon, 26 Oct 2009 16:44:22 +0000 (10:44 -0600)
commit48dad9c93fd6fb46bf33a58a87de79eb5ffd6e67
tree06ed2e96e670913fe6f94fee4b0f600f16a3d33c
parentdc8b139aa23899b00baa919fd7f46c74bf4ef205
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