commit | 68b10b39f7f5c9525169502a94327a879162bc31 | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Wed Jun 01 05:56:06 2022 +0200 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Jun 01 15:04:31 2022 +0000 |
tree | 4e67f34988a3d0413da1a9dc13dd00fb3797911f | |
parent | fd132f25bafedd9c59f62add848186ff40a3fa2d [diff] |
tu: Implement VK_EXT_image_2d_view_of_3d This is already allowed by the gallium driver, which uses the same code for image layout and image views, so everything Just Works and the tests pass. radv doesn't enable the sampler feature, but I don't see any reason it wouldn't work and the tests pass. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16806>