i965/vec4: Don't lose the force_writemask_all flag during CSE.
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_blorp.h
index 6c0fc84eca1f3c62d75d93ce98466d8f4382d6ae..64434309f82ca921836283c947912c1521bcc69a 100644 (file)
 extern "C" {
 #endif
 
-struct intel_context;
 struct intel_mipmap_tree;
 
-/** \copydoc gen6_resolve_hiz_slice() */
-void
-gen7_resolve_hiz_slice(struct intel_context *intel,
-                       struct intel_mipmap_tree *mt,
-                       uint32_t level,
-                       uint32_t layer);
+#ifdef __cplusplus
+}
 
-/** \copydoc gen6_resolve_depth_slice() */
 void
-gen7_resolve_depth_slice(struct intel_context *intel,
-                         struct intel_mipmap_tree *mt,
-                         uint32_t level,
-                         uint32_t layer);
+gen7_blorp_exec(struct brw_context *brw,
+                const brw_blorp_params *params);
 
-#ifdef __cplusplus
-}
 #endif