From 1291e910d591a27cb00ca8e41e93abd588f5e445 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 9 Dec 2015 12:54:35 -0700 Subject: svga: avoid emitting redundant SetIndexBuffer commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Charmaine Lee Reviewed-by: José Fonseca --- src/gallium/drivers/svga/svga_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/drivers/svga/svga_context.h') diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index c4284cc3e5b..db9491bc282 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -343,6 +343,10 @@ struct svga_hw_draw_state SVGA3dElementLayoutId layout_id; SVGA3dPrimitiveType topology; + struct svga_winsys_surface *ib; /**< index buffer for drawing */ + SVGA3dSurfaceFormat ib_format; + unsigned ib_offset; + /* used for rebinding */ unsigned num_sampler_views[PIPE_SHADER_TYPES]; unsigned default_constbuf_size[PIPE_SHADER_TYPES]; -- cgit v1.2.3