mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
turnip/kgsl: Fix to build on android.
Fixes: 3f229e34 ("turnip: Implement VK_KHR_timeline_semaphore.")
Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11153>
This commit is contained in:
parent
8baa77c813
commit
41eaa07823
1 changed files with 8 additions and 0 deletions
|
|
@ -647,6 +647,14 @@ tu_syncobj_to_fd(struct tu_device *device, struct tu_syncobj *sync)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VkResult
|
||||||
|
tu_device_submit_deferred_locked(struct tu_device *dev)
|
||||||
|
{
|
||||||
|
tu_finishme("tu_device_submit_deferred_locked");
|
||||||
|
|
||||||
|
return VK_SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
VkResult
|
VkResult
|
||||||
tu_QueueSignalReleaseImageANDROID(VkQueue _queue,
|
tu_QueueSignalReleaseImageANDROID(VkQueue _queue,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue