Skip to content

nouveau/headers: Add support for mixing headers

Mary Guillemard requested to merge marysaka/mesa:nouveau-headers-mixin into main

NVIDIA don't provide detail of all methods. (related to mesh shaders, conservative rasterization,...)

This adds code to allow us to define new methods by defining a file in mixin/classes/<class_id>.h.

Merge request reports