From: Dave Airlie Date: Wed, 29 Sep 2010 04:52:39 +0000 (+1000) Subject: r600g: remove old assert from new codepath X-Git-Tag: 062012170305~9444^2~542 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28b57c56e21943055f8d3c08822c4f632468b0b1;p=profile%2Fivi%2Fmesa.git r600g: remove old assert from new codepath this fixes draw-elements-base-vertex --- diff --git a/src/gallium/drivers/r600/r600_state2.c b/src/gallium/drivers/r600/r600_state2.c index 9e37af8..5bd3872 100644 --- a/src/gallium/drivers/r600/r600_state2.c +++ b/src/gallium/drivers/r600/r600_state2.c @@ -650,8 +650,6 @@ static void r600_draw_vbo2(struct pipe_context *ctx, const struct pipe_draw_info struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx; struct r600_drawl draw; - assert(info->index_bias == 0); - if (rctx->any_user_vbs) { r600_upload_user_buffers2(rctx); rctx->any_user_vbs = FALSE;