Skip to content

radv: constify radv_shader_info even more

Samuel Pitoiset requested to merge hakzsam/mesa:radv_constify_info_args into main

Still can't constify it when compiling shader variants because the SGPRs locations are copied there. radv_shader_binary_info should resolve that.

Merge request reports