radv: mark GFX10.3 as a non-conformant Vulkan implementation
In theory, GFX10.3 is not considered to be a conformant Vulkan implementation because we didn't submit a conformance submission package. Cc: mesa-stable Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7913>
This commit is contained in:
@@ -403,7 +403,8 @@ radv_physical_device_try_create(struct radv_instance *instance,
|
|||||||
device->disk_cache = disk_cache_create(device->name, buf, shader_env_flags);
|
device->disk_cache = disk_cache_create(device->name, buf, shader_env_flags);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (device->rad_info.chip_class < GFX8)
|
if (device->rad_info.chip_class < GFX8 ||
|
||||||
|
device->rad_info.chip_class > GFX10)
|
||||||
fprintf(stderr, "WARNING: radv is not a conformant vulkan implementation, testing use only.\n");
|
fprintf(stderr, "WARNING: radv is not a conformant vulkan implementation, testing use only.\n");
|
||||||
|
|
||||||
radv_get_driver_uuid(&device->driver_uuid);
|
radv_get_driver_uuid(&device->driver_uuid);
|
||||||
|
Reference in New Issue
Block a user