Skip to content

intel/dev: remove pci revision from shader cache key

Mark Janes requested to merge majanes/mesa:shader_cache_key_stepping into main

Pci revision was included in the shader cache key because it can enable platform workarounds. While some platform workarounds exist in the compiler, none are dependent on the silicon stepping.

When a platform ships publicly with stepping-specific compiler workarounds, pci id must be incorporated into the shader cache key.

Edited by Mark Janes

Merge request reports

Loading