Skip to content

RFC: vkr: add async roundtrip support

Yiwei Zhang requested to merge zzyiwei/virglrenderer:async-trip into master

This changes the roundtrip waiting from driver side to the renderer side. However, that requires to unlock/relock the ctx mutex with a cond to allow renderer roundtrip to arrive while the ring is waiting. Would like to send this working prototype out for advices on better structuring first.

/cc @olv @ryanneph

Merge request reports