panfrost: Garbage collect comment

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845>
This commit is contained in:
Alyssa Rosenzweig 2021-05-12 17:08:13 -04:00 committed by Marge Bot
parent e249eaf141
commit 5aee982aec

View file

@ -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);