llvmpipe: check for dirty context state in lp_setup_update_state()
authorBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 15:49:33 +0000 (09:49 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 15:49:33 +0000 (09:49 -0600)
commit9fae289fcd098027952c6b586292214ec586a2ec
tree1e15c903fdc6a8951788b038ff5efffd4071bb98
parentb387f74c38178c857f6d34b500c40587d54288dc
llvmpipe: check for dirty context state in lp_setup_update_state()

This fixes problems with the draw module's aaline, aapoint and
pstipple stages where we change some driver state after the call
to the draw module's draw_arrays() function.
src/gallium/drivers/llvmpipe/lp_setup.c