mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 08:00:12 +01:00
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:
parent
6ca69b2843
commit
69ee201733
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue