v3dv: warn users that this is not a conformant driver

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
Iago Toral Quiroga
2020-06-04 11:14:10 +02:00
committed by Marge Bot
parent b2e563151d
commit 204c46aa78
+4
View File
@@ -434,6 +434,10 @@ physical_device_init(struct v3dv_physical_device *device,
v3dv_physical_device_get_supported_extensions(device,
&device->supported_extensions);
fprintf(stderr, "WARNING: v3dv is neither a complete nor a conformant "
"Vulkan implementation. Testing use only.\n");
return VK_SUCCESS;
fail: