Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
authorBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 15:27:44 +0000 (09:27 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 15:31:53 +0000 (09:31 -0600)
commitf9e334cb32152fd342ac6b1dd4776215af6e1d49
tree2b3417544950fd864133534b1919b84c83a46bfb
parent42732611d3bd3c428b376089a58c40537bbfe180
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"

This reverts commit 8810b8f67135185d1044746bb861fe2ff997626c.

It turns out the i965 driver uses the intel->Fallback field as a boolean,
not as a bitmask.  The intelFallback() function is a no-op in the i965
driver.  It would have been nice if there were some comments about this.
I'll fix that next...
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_draw_upload.c