Skip to content

WIP: radv: Delete the shader variant keys

Timur Kristóf requested to merge Venemo/mesa:radv-delete-keys into main

We don't need radv_*_variant_key structures anymore. These are no longer used as cache keys. This MR moves the information from those keys to radv_shader_info instead.

Merge request reports