mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
nvk: Bump the conformance version to 1.4.3
Backport-to: 25.2
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36319>
(cherry picked from commit d3ab663a77)
This commit is contained in:
parent
bf7ee3de20
commit
4de1444c35
2 changed files with 2 additions and 2 deletions
|
|
@ -2754,7 +2754,7 @@
|
|||
"description": "nvk: Bump the conformance version to 1.4.3",
|
||||
"nominated": true,
|
||||
"nomination_type": 4,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -880,7 +880,7 @@ nvk_get_device_properties(const struct nvk_instance *instance,
|
|||
.independentResolve = true,
|
||||
.driverID = VK_DRIVER_ID_MESA_NVK,
|
||||
.conformanceVersion =
|
||||
conformant ? (VkConformanceVersion) { 1, 4, 1, 3 }
|
||||
conformant ? (VkConformanceVersion) { 1, 4, 3, 0 }
|
||||
: (VkConformanceVersion) { 0, 0, 0, 0 },
|
||||
.denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,
|
||||
.roundingModeIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue