commit | c5b64dfbf6cb833545b5070cba297975eb1f4393 | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Wed Oct 06 16:42:50 2021 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Oct 08 15:09:59 2021 +0000 |
tree | 027136040df600feb0058a7258d11650639571a3 | |
parent | 52413a93afe408fe7841b641fcfa2ac9cae4c349 [diff] |
tu/clear_blit: Constify some image views I wanted cmd->state.attachments to contain const pointers, since we can't change the image view, but a few places were still not yet constified. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13228>