summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c')
-rw-r--r--src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c b/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
index a15a17d1d3..bdd731fdf5 100644
--- a/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
+++ b/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
@@ -337,7 +337,7 @@ static void radeonDrawRangeElements(GLcontext *ctx,
rmesa->state.VB.elt_min = min;
rmesa->state.VB.elt_max = max;
- if (r300_run_vb_render(ctx, NULL)) {
+ if (r300RunRender(ctx, NULL)) {
r300ReleaseDmaRegion(rmesa, &rvb, __FUNCTION__);
return GL_FALSE;
}
@@ -398,7 +398,7 @@ static GLboolean radeonDrawArrays( GLcontext *ctx,
rmesa->state.VB.elt_min = 0;
rmesa->state.VB.elt_max = 0;
- if (r300_run_vb_render(ctx, NULL))
+ if (r300RunRender(ctx, NULL))
return GL_FALSE;
return GL_TRUE;