introduce virgl_resource as the type of global cross-api resources
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).
Edited by Chia-I Wu