Skip to content

virgl-update.py: Add script to simplify updating Virgl headers

Valentine Burley requested to merge Valentine/mesa:virgl into main

What does this MR do and why?

virgl-update.py: Add script to simplify updating Virgl headers

This script grabs the latest Virgl headers from https://gitlab.freedesktop.org/virgl/virglrenderer/ main and updates them all in Mesa's src/virtio/virtio-gpu/ folder. It's based on bin/khronos-update.py.

The second commit is the result of running the script.

Let me know what you think about having something like this in Mesa @robclark

Merge request reports