st/mesa: restore draw rasterization stage after rasterpos
authorBrian Paul <brianp@vmware.com>
Sat, 13 Feb 2010 00:22:10 +0000 (17:22 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 13 Feb 2010 00:22:10 +0000 (17:22 -0700)
commit282dafcdc7a809714f27fd609489b19d45360258
tree258a72b81f0777402ba2abd47960cac0c2d7f55d
parenta4865e82ef0171a5280c98f1b0ae879cf013ad8b
st/mesa: restore draw rasterization stage after rasterpos

This fixes invalid calls to rastpos_point/line/tri() that can occur
when glRasterPos() is called while in feedback or selection mode.

(cherry picked from commit b3c7dc6ff232eb4c5ff6b0ddcfa90bcb56f78df1)
src/mesa/state_tracker/st_cb_rasterpos.c