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:
Bas Nieuwenhuizen 2020-08-25 13:41:20 +02:00 committed by Dylan Baker
parent bd1d4bba42
commit d4056d25d1
2 changed files with 2 additions and 2 deletions

View file

@ -985,7 +985,7 @@
"description": "radv: Update CTS version.",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": null
},

View file

@ -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,
};