intel/blorp: Take a fast_clear_op in ccs_resolve
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 25 Oct 2016 17:48:12 +0000 (10:48 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 Nov 2016 20:03:24 +0000 (12:03 -0800)
commit1ba2f05bc039a19768d893a8ffa98488697a7b20
tree455de0e98bddfa8ff5cb1f0f84eaf891e84937b8
parent7c560e8ccc60f26c145fbbcb281e431e65bbce55
intel/blorp: Take a fast_clear_op in ccs_resolve

Eventually, we may want to just have a single blorp_ccs_op function that
does both clears and resolves.  For now we'll stick to just making the
ccs_resolve function we have now a bit more configurable.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/blorp/blorp.h
src/intel/blorp/blorp_clear.c
src/intel/blorp/blorp_priv.h
src/mesa/drivers/dri/i965/brw_blorp.c