From 5aee982aec07706e3d2e922d453edbf96dbfc234 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 12 May 2021 17:08:13 -0400 Subject: [PATCH] panfrost: Garbage collect comment Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/panfrost/pan_assemble.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_assemble.c b/src/gallium/drivers/panfrost/pan_assemble.c index ce1932b1f3f..7e58bce4cff 100644 --- a/src/gallium/drivers/panfrost/pan_assemble.c +++ b/src/gallium/drivers/panfrost/pan_assemble.c @@ -101,8 +101,6 @@ panfrost_shader_compile(struct panfrost_context *ctx, memcpy(state->bo->ptr.cpu, binary.data, binary.size); } - /* Midgard needs the first tag on the bottom nibble */ - if (stage != MESA_SHADER_FRAGMENT) pan_upload_shader_descriptor(ctx, state);