Mesa (master): radv: Remove conformance warnings with ACO.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 25 17:25:44 UTC 2020


Module: Mesa
Branch: master
Commit: 4e30191c9d3e5cdb1b65d4563f2b74e9bfdcf243
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e30191c9d3e5cdb1b65d4563f2b74e9bfdcf243

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Mon Aug 24 21:33:35 2020 +0200

radv: Remove conformance warnings with ACO.

Nobody complained about our conformance submissions.

CC: 20.2 <mesa-stable at lists.freedesktop.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6444>

---

 src/amd/vulkan/radv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index ec7ddb07838..ba71cf3023e 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -380,7 +380,7 @@ radv_physical_device_try_create(struct radv_instance *instance,
 	disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
 	device->disk_cache = disk_cache_create(device->name, buf, shader_env_flags);
 
-	if (device->rad_info.chip_class < GFX8 || !device->use_llvm)
+	if (device->rad_info.chip_class < GFX8)
 		fprintf(stderr, "WARNING: radv is not a conformant vulkan implementation, testing use only.\n");
 
 	radv_get_driver_uuid(&device->driver_uuid);



More information about the mesa-commit mailing list