i965/blorp: Don't fall back to swrast when miptrees absent.
authorPaul Berry <stereotype441@gmail.com>
Fri, 13 Jul 2012 20:59:41 +0000 (13:59 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 24 Jul 2012 21:52:57 +0000 (14:52 -0700)
commiteac4f1a70772c1480778bae2563199c12634893e
treeb45db4ebee7e67af642c077e607f583f7d3f86b7
parent0dbec6ae07e7b3d566cc397ab09caa413e412846
i965/blorp: Don't fall back to swrast when miptrees absent.

Previously, the blorp engine would fall back to swrast if the source
or destination of a blit had no associated miptree.  This was
unnecessary, since _mesa_BlitFramebufferEXT() already takes care of
making the blit silently succeed if there are no buffers bound, so the
fallback paths could never actually happen in practice.

Removing these fallback paths will simplify the implementation of
correct DrawBuffers support in blorp.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp