i965/blorp: Break the guts of do_single_blorp_clear into two helpers
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 25 Jul 2016 21:03:49 +0000 (14:03 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit9d22fd934ac50bef36173e93c3521378a7767614
tree2073ea83ce739a865d09ea716fd2d6551b17ce35
parent7cddca39c04892feb5cccba8de8c6472012145e3
i965/blorp: Break the guts of do_single_blorp_clear into two helpers

The helpers are completely miptree-unaware and each fairly cleanly do a
single thing.  This does come at the downside of not doing proper debug
reporting on whether or not we're doing replicated clears.

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