mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 10:10:09 +01:00
vtn: mark ImageMipmap as supported
The SPIRV-LLVM-Translator seems to also set that cap for MSAA cl images, but it looks like it works just fine in regards to LODs as well. Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30834>
This commit is contained in:
parent
fc88f04ba1
commit
b77eca8a95
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ static const struct spirv_capabilities implemented_capabilities = {
|
|||
.ImageCubeArray = true,
|
||||
.ImageGatherBiasLodAMD = true,
|
||||
.ImageGatherExtended = true,
|
||||
.ImageMipmap = true,
|
||||
.ImageMSArray = true,
|
||||
.ImageQuery = true,
|
||||
.ImageReadWrite = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue