From 2a4b2e23053db846903199ed1a892fe72da70750 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 2 Aug 2013 01:44:15 +0200 Subject: radeonsi: implement MSAA colorbuffer compression for rendering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michel Dänzer --- src/gallium/drivers/radeonsi/si_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/radeonsi/si_state.h') diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index fc9aa221959..30043a78777 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -83,6 +83,7 @@ struct si_vertex_element union si_state { struct { struct si_pm4_state *sync; + struct si_pm4_state *flush_and_inv_cb_meta; struct si_pm4_state *init; struct si_state_blend *blend; struct si_pm4_state *blend_color; @@ -229,5 +230,6 @@ void si_cmd_draw_index_2(struct si_pm4_state *pm4, uint32_t max_size, void si_cmd_draw_index_auto(struct si_pm4_state *pm4, uint32_t count, uint32_t initiator, bool predicate); void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl); +void si_cmd_flush_and_inv_cb_meta(struct si_pm4_state *pm4); #endif -- cgit v1.2.3