mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
anv/wsi: Enable prime support
Now that we're using the same common code as radv, we get prime support for free. Just enable it. Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
This commit is contained in:
parent
ac95335b61
commit
1117f843fe
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ VkResult anv_GetPhysicalDeviceSurfaceSupportKHR(
|
|||
|
||||
return iface->get_support(surface, &device->wsi_device,
|
||||
&device->instance->alloc,
|
||||
queueFamilyIndex, device->local_fd, false, pSupported);
|
||||
queueFamilyIndex, device->local_fd, true, pSupported);
|
||||
}
|
||||
|
||||
VkResult anv_GetPhysicalDeviceSurfaceCapabilitiesKHR(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue