From 98ffbf4cf64ecec79c9ff9b628188cf6285c53bc Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 22 Jan 2024 16:42:56 -0400 Subject: [PATCH] asahi: rm blank Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/asahi/agx_state.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/asahi/agx_state.c b/src/gallium/drivers/asahi/agx_state.c index 192124a8197..796f51c0159 100644 --- a/src/gallium/drivers/asahi/agx_state.c +++ b/src/gallium/drivers/asahi/agx_state.c @@ -5056,7 +5056,6 @@ agx_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info, ctx->dirty |= AGX_DIRTY_FS; } - /* If a GS is active, the mode and index buffer come from the GS output */ enum mesa_prim mode = info->mode;