Alexandre Julliard pushed to branch master at wine / wine
Commits: bade681f by Stefan Dösinger at 2025-01-22T13:02:42+01:00 wined3d: Support WINED3DFMT_B5G5R5A1_UNORM in the Vulkan backend.
- - - - - 59e9349b by Stefan Dösinger at 2025-01-22T13:02:42+01:00 wined3d: Use VK_FORMAT_R4G4B4A4_UNORM_PACK16 for WINED3DFMT_B4G4R4A4_UNORM.
We can query support for this format without checking for an extension. VK_EXT_4444_formats introduces VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT, which is a native fit, but we have to introduce extension checks to vulkan_formats[].
- - - - -
1 changed file:
- dlls/wined3d/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/992d7bd293161f82c4efb1bc04f068...