Skip to content

nvk: Re-structure shader compilation

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/shader-cleanups into main

This MR refactors all the NVK shader compilation stuff to make codegen look like NAK and then make the driver assume NAK everywhere. Eventually, as NAK grows more hardware support, we can disable codegen per-HW until we can eventually just delete all of nvk_codegen.c.

Closes #9610 (closed)

Edited by Faith Ekstrand

Merge request reports

Loading