From c67a2793b369637c2b65263415a856c41f5e099e Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 17 Jan 2017 22:03:23 +0100 Subject: radeonsi: determine in advance which VBOs should be added to the buffer list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: now it should be correct 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 34a0f578492..03e5011779b 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -99,6 +99,7 @@ struct si_stencil_ref { struct si_vertex_element { unsigned count; + unsigned first_vb_use_mask; /* Two bits per attribute indicating the size of each vector component * in bytes if the size 3-workaround must be applied. -- cgit v1.2.3