01:47AndrewR: lol, found old win32 binary of Luxmark ran it with wine https://freeimage.host/i/luxmark-20-win32-luxball.3prZtTB
08:50dj-death: huh, I'm not sure I understand why some intrinsics have BASE or RANGE_BASE indices
08:50dj-death: someone knows the difference?
08:50dj-death: some of them have both :)
10:55mareko: dj-death: see range_base in nir_intrinsics.py
11:06dj-death: mareko: okay... it strikes me as odd that load_ubo doesn't have a BASE indice
11:09mareko: the UBO index is an src
11:10mareko: the offset is also an src, what else do you need
11:11dj-death: I'm just confused why it's range_base for ubo but whatever :)
11:11dj-death: I'll deal with being confused
11:35mareko: range_base..range is probably the buffer range accessed by offset if offset is not constant