mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
Until now, if the 16-bit storage functionality is supported by the hardware, two separate descriptors were set up, with isam loads and stores piping through the descriptor of the corresponding size and other storage access using the 16-bit descriptor. These changes keep separate descriptors on a650, but leverage post-a650 isam.v functionality that enables use of 16-bit descriptors for 32-bit loads, removing the need for the separate 32-bit descriptor. Storage buffer descriptors are set up according to 16-bit storage support and the indicated isam.v support, using those descriptors for 32-bit isam loads as well if the latter is present. Dynamic offset application in tu_CmdBindDescriptorSets is modified to determine the offset shift value based on the descriptor's format and not on the descriptor's position in the layout binding. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28254> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| .clang-format | ||
| meson.build | ||