Skip to content

virgl: Add simple disk cache

Since virgl has no backend compilation, this is just a disk cache for the frontend. As such it is very simple and only implements enough for get_disk_shader_cache() to work.

With portal2 apitrace: Before: 100.65 fps After: 129.051 fps

Signed-off-by: Stéphane Marchesin marcheu@chromium.org

Merge request reports