15:16 Venemo: mareko: what would be your idea for removing NIR's driver_location? I don't see what exactly we'd replace it with
17:09 mareko: Venemo: this might clarify why driver_location was added and what it means today: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28265#note_2331954
19:44 Venemo: mareko: in RADV we assign driver locations while linking shaders, in a way that minimizes the LDS (or VRAM) use. I suppose we can replace it with something else but it feels tedious