Mesa (master): v3dv: remove non-conformant warning

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 26 11:06:05 UTC 2020


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

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Tue Nov 24 22:25:21 2020 +0100

v3dv: remove non-conformant warning

The driver is now Vulkan 1.0 conformant.

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7758>

---

 src/broadcom/vulkan/v3dv_device.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/broadcom/vulkan/v3dv_device.c b/src/broadcom/vulkan/v3dv_device.c
index 8b299fa7491..608a72d3322 100644
--- a/src/broadcom/vulkan/v3dv_device.c
+++ b/src/broadcom/vulkan/v3dv_device.c
@@ -772,9 +772,6 @@ physical_device_init(struct v3dv_physical_device *device,
 
    pthread_mutex_init(&device->mutex, NULL);
 
-   fprintf(stderr, "WARNING: v3dv is neither a complete nor a conformant "
-                   "Vulkan implementation. Testing use only.\n");
-
    return VK_SUCCESS;
 
 fail:



More information about the mesa-commit mailing list