From 65482f2c2b1c3456d0ca58a38d82c02a5d6d362c Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 5 Mar 2011 15:53:46 +0100 Subject: r300g: implement instanced arrays --- src/gallium/drivers/r300/r300_emit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_emit.h') diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index acea51d942..6c1c9d2fb1 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -31,7 +31,8 @@ struct r300_vertex_program_code; uint32_t pack_float24(float f); -void r300_emit_vertex_arrays(struct r300_context* r300, int offset, boolean indexed); +void r300_emit_vertex_arrays(struct r300_context* r300, int offset, + boolean indexed, int instance_id); void r300_emit_blend_state(struct r300_context* r300, unsigned size, void* state); -- cgit v1.2.3