Skip to content

radv: skip shaders cache for fast-linked pipelines with GPL

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

In addition to !21008 (merged), this makes GPL fast-linking as fast as it should be.

Next big optimization is to stop compiling a noop FS every time, MR coming shortly...

Merge request reports