From 802fcdc0d2997bbcda794ffe8b78d45d29e3ed47 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 24 Jan 2017 23:28:32 +0100 Subject: radeonsi: atomize L2 prefetches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to move the big conditional statement out of draw_vbo Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeonsi/si_state.h | 1 + 1 file changed, 1 insertion(+) (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 03e5011779b..915a8eb8e53 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -132,6 +132,7 @@ union si_state { union si_state_atoms { struct { /* The order matters. */ + struct r600_atom *prefetch_L2; struct r600_atom *render_cond; struct r600_atom *streamout_begin; struct r600_atom *streamout_enable; /* must be after streamout_begin */ -- cgit v1.2.3