summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_setup.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-08 17:59:28 +0100
committerZack Rusin <zack@tungstengraphics.com>2008-04-10 14:35:47 -0400
commitc95dcc49629b72b95826e87e067d7a48753605fb (patch)
treec37e51d3537fc62f08e81e18e6f7c18383012933 /src/gallium/drivers/softpipe/sp_prim_setup.h
parent7a8ad75c89b45520043693a37d9f0c7e0b24fc5d (diff)
remove usage of vertex_header
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_prim_setup.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_prim_setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_prim_setup.h b/src/gallium/drivers/softpipe/sp_prim_setup.h
index f3e8a79dd9..49bdd98ed8 100644
--- a/src/gallium/drivers/softpipe/sp_prim_setup.h
+++ b/src/gallium/drivers/softpipe/sp_prim_setup.h
@@ -69,6 +69,12 @@ typedef void (*vbuf_draw_func)( struct pipe_context *pipe,
extern struct draw_stage *
sp_draw_render_stage( struct softpipe_context *softpipe );
+extern struct setup_context *
+sp_draw_setup_context( struct draw_stage * );
+
+extern void
+sp_draw_flush( struct draw_stage * );
+
extern struct draw_stage *
sp_draw_vbuf_stage( struct draw_context *draw_context,