Skip to content

vrend: Use the original context to delete objects.

Lepton Wu requested to merge lepton/virglrenderer:deleter into master

Container objects like framebuffers are not shared between contexts and we have to delete them in the original context. Otherwise we could delete wrong objects which is in using by others.

Signed-off-by: Lepton Wu lepton@chromium.org

Merge request reports