intel/blorp: Add plumbing for color resolve slice details

Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Pohjolainen, Topi
2016-10-11 22:26:35 +03:00
committed by Jason Ekstrand
parent d7bd8c15d6
commit 7c560e8ccc
3 changed files with 10 additions and 4 deletions

View File

@@ -169,7 +169,8 @@ blorp_clear_attachments(struct blorp_batch *batch,
void
blorp_ccs_resolve(struct blorp_batch *batch,
struct blorp_surf *surf, enum isl_format format);
struct blorp_surf *surf, uint32_t level, uint32_t layer,
enum isl_format format);
/**
* For an overview of the HiZ operations, see the following sections of the