mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
panfrost: Remove silly assertion
We don't assert the rest of the Gallium contract here either. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10869>
This commit is contained in:
parent
35dfaaf1c3
commit
24eccad4a7
1 changed files with 0 additions and 3 deletions
|
|
@ -420,9 +420,6 @@ panfrost_direct_draw(struct panfrost_batch *batch,
|
|||
int mode = info->mode;
|
||||
|
||||
/* Fallback for unsupported modes */
|
||||
|
||||
assert(ctx->rasterizer != NULL);
|
||||
|
||||
if (!(ctx->draw_modes & (1 << mode))) {
|
||||
if (draw->count < 4) {
|
||||
/* Degenerate case? */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue