mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 18:00:13 +01:00
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:
parent
18c590e0b3
commit
053e2fd9d0
1 changed files with 2 additions and 0 deletions
|
|
@ -1626,6 +1626,8 @@ dzn_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
||||||
.supportedStencilResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT,
|
.supportedStencilResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT,
|
||||||
.independentResolveNone = false,
|
.independentResolveNone = false,
|
||||||
.independentResolve = false,
|
.independentResolve = false,
|
||||||
|
.filterMinmaxSingleComponentFormats = false,
|
||||||
|
.filterMinmaxImageComponentMapping = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "Dozen");
|
snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "Dozen");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue