dzn: fill in minmax props

This should be possible to support, but we don't support minmax blending
at all yet, so let's leave these as unsupported for now.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16998>
This commit is contained in:
Erik Faye-Lund 2022-06-13 14:37:05 +02:00
parent 18c590e0b3
commit 053e2fd9d0
1 changed files with 2 additions and 0 deletions

View File

@ -1626,6 +1626,8 @@ dzn_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
.supportedStencilResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT,
.independentResolveNone = false,
.independentResolve = false,
.filterMinmaxSingleComponentFormats = false,
.filterMinmaxImageComponentMapping = false,
};
snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "Dozen");