summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_draw.c
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2014-11-05 10:42:13 -0500
committerRob Clark <robclark@freedesktop.org>2014-11-14 13:59:31 -0500
commite091c08089f43e0a4f4edf8e5e24f2617364f044 (patch)
tree356622a500d54cfec88fdea07af45dce44faeef9 /src/gallium/drivers/freedreno/freedreno_draw.c
parent2f024d2b1067496fad292efd2ca1b0ac9702a4dd (diff)
downloadexternal_mesa3d-e091c08089f43e0a4f4edf8e5e24f2617364f044.zip
external_mesa3d-e091c08089f43e0a4f4edf8e5e24f2617364f044.tar.gz
external_mesa3d-e091c08089f43e0a4f4edf8e5e24f2617364f044.tar.bz2
freedreno: rename draw->draw_vbo
Gets rid of a namespace conflict w/ a4xx which wants an fd4_draw() version of fd_draw().. Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_draw.c')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_draw.c b/src/gallium/drivers/freedreno/freedreno_draw.c
index 525215e..213bad8 100644
--- a/src/gallium/drivers/freedreno/freedreno_draw.c
+++ b/src/gallium/drivers/freedreno/freedreno_draw.c
@@ -117,7 +117,7 @@ fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info)
util_format_short_name(pipe_surface_format(pfb->zsbuf)));
fd_hw_query_set_stage(ctx, ctx->ring, FD_STAGE_DRAW);
- ctx->draw(ctx, info);
+ ctx->draw_vbo(ctx, info);
/* if an app (or, well, piglit test) does many thousands of draws
* without flush (or anything which implicitly flushes, like