mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radv: Update CTS version.
CC: 20.2 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6444>
(cherry picked from commit 83139aca59)
This commit is contained in:
parent
bd1d4bba42
commit
d4056d25d1
2 changed files with 2 additions and 2 deletions
|
|
@ -985,7 +985,7 @@
|
|||
"description": "radv: Update CTS version.",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1644,7 +1644,7 @@ radv_get_physical_device_properties_1_2(struct radv_physical_device *pdevice,
|
|||
p->conformanceVersion = (VkConformanceVersion) {
|
||||
.major = 1,
|
||||
.minor = 2,
|
||||
.subminor = 0,
|
||||
.subminor = 3,
|
||||
.patch = 0,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue