asahi: Remove index_bias assert

Index bias works okay already, tested against dEQP-GLES31 on agx/next.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19606>
This commit is contained in:
Alyssa Rosenzweig 2022-11-08 10:37:13 -05:00 committed by Marge Bot
parent 6ca69b2843
commit 69ee201733

View file

@ -1924,9 +1924,6 @@ agx_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info,
return;
}
if (info->index_size && draws->index_bias)
unreachable("todo: index bias");
struct agx_context *ctx = agx_context(pctx);
struct agx_batch *batch = ctx->batch;