i965/miptree: Add support for partially resolving MCS
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.h
index 29d5788bd158f98e0c19ec96923e14ab0e85f142..c65a68a53d3bdc1643667c96827ec623e392a4e5 100644 (file)
@@ -73,6 +73,11 @@ brw_blorp_resolve_color(struct brw_context *brw,
                         unsigned level, unsigned layer,
                         enum blorp_fast_clear_op resolve_op);
 
+void
+brw_blorp_mcs_partial_resolve(struct brw_context *brw,
+                              struct intel_mipmap_tree *mt,
+                              uint32_t start_layer, uint32_t num_layers);
+
 void
 intel_hiz_exec(struct brw_context *brw, struct intel_mipmap_tree *mt,
                unsigned int level, unsigned int start_layer,