summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-08-24 17:16:44 +0200
committerMarek Olšák <maraeo@gmail.com>2010-08-25 02:44:28 +0200
commitcb925970eeade17016f59497d2123e4e8a447164 (patch)
tree20280d87606c9075b5bd34b0550a80522c0c42aa /src/gallium/drivers/r300/r300_context.h
parent5755d1d6a7ff68c7d690d67c4cd64ef8e01ec2ed (diff)
r300g: reset the index bias to 0 at the end of CS
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 030bb2314f..2b665ba2b5 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -650,8 +650,10 @@ void r300_translate_index_buffer(struct r300_context *r300,
/* r300_render_stencilref.c */
void r300_plug_in_stencil_ref_fallback(struct r300_context *r300);
-/* r300 render */
+/* r300_render.c */
void r300_draw_flush_vbuf(struct r300_context *r300);
+boolean r500_index_bias_supported(struct r300_context *r300);
+void r500_emit_index_bias(struct r300_context *r300, int index_bias);
/* r300_state.c */
enum r300_fb_state_change {