diff options
author | Dave Airlie <airlied@redhat.com> | 2010-09-29 14:52:39 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-09-29 14:52:39 +1000 |
commit | 28b57c56e21943055f8d3c08822c4f632468b0b1 (patch) | |
tree | e055b4bbef14e372fc8b22be4f2eccf1701633c5 | |
parent | 914b669b082258fc05d0fec047b69949d88585c4 (diff) |
r600g: remove old assert from new codepath
this fixes draw-elements-base-vertex
-rw-r--r-- | src/gallium/drivers/r600/r600_state2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_state2.c b/src/gallium/drivers/r600/r600_state2.c index 9e37af8fec..5bd38726e7 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; |