i965/blorp: Make the guts of brw_blorp_blit_miptrees miptree-unaware
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 20 Jul 2016 02:19:12 +0000 (19:19 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit8fccdf85ba329dc4ccd5764e430ae8d9abce0c69
treed5d3ab52909a2469ba34f86d98681c86b2bab00d
parent75deae9c9064382976aa261e1ff3057939c22cd5
i965/blorp: Make the guts of brw_blorp_blit_miptrees miptree-unaware

Now that we have the brw_blorp_surf struct, we can start to make bits of
blorp completely miptree-unaware.  To start things off, we split the guts
of brw_blorp_blit_miptrees into a brw_blorp_blit function which knows
nothing about miptrees.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp