Skip to content

nvk: Fix pre-Volta GPUs

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/fix-pre-volta into main

!27205 (merged) broke everything before Volta because it screwed up the shader heap for GPUs where it's contiguous with a base address. This MR fixes it by further reworking things to handle the relative offsets in nvk_shader.c where they're easier to deal with.

Merge request reports