Skip to content

dri+android: Plumb in-fence down to driver

Rob Clark requested to merge robclark/mesa:dri/in-fence-fd into main

Rather than immediately stall on the CPU in SwapBuffers() if the in-fence for the dequeued buffer is not yet signaled, push it down to the driver.

fixes #6048 (closed)

Merge request reports