Skip to content

turnip: Store serialized nir for LTO

Connor Abbott requested to merge cwabbott0/mesa:review/tu-gpl-serialize-nir into main

Storing the actual shaders has an inordinate memory cost. Serialize and deserialize them instead.

This should hopefully help get CS2 running with FEX+turnip.

Based on !25679 (merged) to avoid rebase troubles.

Merge request reports