summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-26 19:30:04 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-29 12:15:57 +0000
commitdbb33a9710e64243ba8c69f44a149376300da2aa (patch)
treea1033b8dc94682237017026274a75da78fd58a14 /src/mesa/pipe/i915simple/i915_context.h
parentaf5061cf5aced1d59d0a051c44ca5f8d633ddb7f (diff)
Start a vertex buffer constuction stage for i915 based on Keith's draft done on softpipe.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index 5a3ecedad2..5d312286f6 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -237,6 +237,12 @@ struct draw_stage *i915_draw_render_stage( struct i915_context *i915 );
/***********************************************************************
+ * i915_prim_vbuf.c:
+ */
+struct draw_stage *i915_draw_vbuf_stage( struct i915_context *i915 );
+
+
+/***********************************************************************
* i915_state_emit.c:
*/
void i915_emit_hardware_state(struct i915_context *i915 );