i965: fix hacked Fallback usage in brw_prepare_vertices()
authorBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 22:45:50 +0000 (16:45 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 22:52:59 +0000 (16:52 -0600)
commit8810b8f67135185d1044746bb861fe2ff997626c
tree7cb6a53695929c7241605f55d5d954450176a5fa
parentc24466c34e7aeb8aeda2455f6a688b99c44b10e2
i965: fix hacked Fallback usage in brw_prepare_vertices()

Setting intel->Fallback = 1 clobbered any fallback state that was already
set.  Not sure where this hack originated (the git history is a little
convoluted).  Define and use a new BRW_FALLBACK_DRAW bit instead.  This
shouldn't break anything and could potentially fix some bugs (but no
specific ones are known).
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_draw_upload.c