Module: Mesa Branch: main Commit: 5aee982aec07706e3d2e922d453edbf96dbfc234 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5aee982aec07706e3d2e922d453edbf96dbfc234
Author: Alyssa Rosenzweig <[email protected]> Date: Wed May 12 17:08:13 2021 -0400 panfrost: Garbage collect comment Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845> --- 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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
