Skip to content

anv/android: Re-implement AcquireImageANDROID

Faith Ekstrand requested to merge gfxstrand/mesa:wip/anv-android-sync into master

Instead of doing a vkQueueSubmit() and hoping for the best, use the actual sync FD that gets passed in from SurfaceFlinger. The semaphore and fence FD import functions already handle the -1 case for us so the implementation is almost trivial.

Edited by Faith Ekstrand

Merge request reports