turnip: Claim 1.2.7.1 CTS conformance.

I submitted a conformance package for A618 today, so let's stop doing all
this warning about non-conformance.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6251>
This commit is contained in:
Emma Anholt 2021-11-02 13:55:29 -07:00 committed by Marge Bot
parent 8817377ce2
commit 1e850f23b1
2 changed files with 4 additions and 8 deletions

View File

@ -24,7 +24,6 @@
variables:
DEQP_VER: vk
VK_DRIVER: freedreno
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
.freedreno-test-traces:
extends:

View File

@ -252,8 +252,6 @@ tu_physical_device_init(struct tu_physical_device *device,
disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
device->disk_cache = disk_cache_create(device->name, buf, 0);
vk_warn_non_conformant_implementation("tu");
fd_get_driver_uuid(device->driver_uuid);
fd_get_device_uuid(device->device_uuid, &device->dev_id);
@ -845,12 +843,11 @@ tu_get_physical_device_properties_1_2(struct tu_physical_device *pdevice,
memset(p->driverInfo, 0, sizeof(p->driverInfo));
snprintf(p->driverInfo, VK_MAX_DRIVER_INFO_SIZE_KHR,
"Mesa " PACKAGE_VERSION MESA_GIT_SHA1);
/* XXX: VK 1.2: Need to pass conformance. */
p->conformanceVersion = (VkConformanceVersionKHR) {
.major = 0,
.minor = 0,
.subminor = 0,
.patch = 0,
.major = 1,
.minor = 2,
.subminor = 7,
.patch = 1,
};
p->denormBehaviorIndependence =