summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-15 18:53:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-15 19:04:44 -0600
commit293cc252616543d36aeb8a432441006bf65e3330 (patch)
treea0cb965e6824cb7786c9b83715220962da481685 /src/mesa/pipe/draw/draw_context.h
parent24083f4e4702f4e9b8cc1679139d45ee771a0f16 (diff)
added draw_set_vertex_array_info()
Diffstat (limited to 'src/mesa/pipe/draw/draw_context.h')
-rw-r--r--src/mesa/pipe/draw/draw_context.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/draw_context.h b/src/mesa/pipe/draw/draw_context.h
index be0a18d6d7..b9cac7c6da 100644
--- a/src/mesa/pipe/draw/draw_context.h
+++ b/src/mesa/pipe/draw/draw_context.h
@@ -67,6 +67,16 @@ void draw_set_vertex_attributes( struct draw_context *draw,
const GLuint *attrs,
GLuint nr_attrs );
+/* XXX temporary */
+void draw_set_vertex_attributes2( struct draw_context *draw,
+ const GLuint *attrs,
+ GLuint nr_attrs );
+
+void draw_set_vertex_array_info(struct draw_context *draw,
+ const struct pipe_vertex_buffer *buffers,
+ const struct pipe_vertex_element *elements);
+
+/* XXX temporary */
void draw_vb(struct draw_context *draw,
struct vertex_buffer *VB );