mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
r600g: remove old assert from new codepath
this fixes draw-elements-base-vertex
This commit is contained in:
parent
914b669b08
commit
28b57c56e2
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue