commit | c23f7a2562bbcc8b5dd7d3912b6f10bd60c875a8 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Oct 21 12:59:00 2024 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Oct 22 19:21:29 2024 +0000 |
tree | ba6c67ca4d05ef4a759beeb7be0f92b226934807 | |
parent | 382e078659dd0ff718a1c3c2349f5f11300e3bfe [diff] |
panvk: fix descriptor set layout hash Save the hash to layout->vk.blake3, rather than the unused layout->hash. Fixes: 73518dc169f ("panvk: Add Valhall DescriptorSetLayout implementation") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31773>