Skip to content

virgl: Generalize resource mapping

Antonio Caggiano requested to merge Fahien/virglrenderer:res-mapping into master

Introduce two new functions to the decode context for mapping and unmapping resources. With this we are able to map correctly both GL and Vulkan resources.

Merge request reports