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 22:59:44 +0000 (16:59 -0600)
commit755161b88843f3cfead9a02e076d1a04687d9082
treec6f0b6c5e9ee9695729b172152a69bf41b08a3a9
parentb7ab7d362764bfc646e7d801fdba5c7c79c7c04f
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