Skip to content

radv: introduce radv_device_cache_key to unify per-device compiler options

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

This basically removes RADV_HASH_SHADER_xxx and move all radv_pipeline_key per-device fields to radv_device_cache_key.

Merge request reports