Skip to content

introduce virgl_resource as the type of global cross-api resources

Chia-I Wu requested to merge olv/virglrenderer:virgl-res into master

This MR introduces virgl_resource as the type of global cross-api resources.

It is possible to create a virgl_resource from a vrend_resource (export), or to create a vrend_resource from a virgl_resource (attach and import).

@gurchetansingh

Edited by Chia-I Wu

Merge request reports