mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
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:
parent
e249eaf141
commit
5aee982aec
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue