From 93ea5cd80b98219100782feb3fee9d7283059036 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 May 2012 16:53:04 -0600 Subject: svga: remove the special zero-stride vertex array code This code actually hasn't been needed for some time now. We can just treat a zero-stride vertex array like any other non-zero-stride array. --- src/gallium/drivers/svga/svga_state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/svga/svga_state.h') diff --git a/src/gallium/drivers/svga/svga_state.h b/src/gallium/drivers/svga/svga_state.h index de76cc2c339..046c0330d58 100644 --- a/src/gallium/drivers/svga/svga_state.h +++ b/src/gallium/drivers/svga/svga_state.h @@ -66,7 +66,6 @@ extern struct svga_tracked_state svga_hw_clip_planes; extern struct svga_tracked_state svga_hw_vdecl; extern struct svga_tracked_state svga_hw_fs_parameters; extern struct svga_tracked_state svga_hw_vs_parameters; -extern struct svga_tracked_state svga_hw_update_zero_stride; /* SWTNL_DRAW */ -- cgit v1.2.3