summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-10-26 15:52:32 +0200
committerMarek Olšák <maraeo@gmail.com>2011-10-26 15:54:30 +0200
commit69e48e7220f018d874e85eea6962ec58b1feba87 (patch)
treea8e9853bfa60e7805818f2825720b5bac232a51f
parentd404f6069307699206c134924cdd124d04ae2266 (diff)
r600g: remove redundant assignment of pipe_draw_info in draw_vbo
-rw-r--r--src/gallium/drivers/r600/r600_state_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c
index 38efde371fd..f1d88e859cb 100644
--- a/src/gallium/drivers/r600/r600_state_common.c
+++ b/src/gallium/drivers/r600/r600_state_common.c
@@ -601,8 +601,6 @@ void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *dinfo)
u_vbuf_draw_begin(rctx->vbuf_mgr, dinfo);
r600_vertex_buffer_update(rctx);
- info = *dinfo;
-
rdraw.vgt_num_indices = info.count;
rdraw.vgt_num_instances = info.instance_count;