08:20MrCooper: dviola: Mesa no longer uses *_dri.so on the client side, they're just for Xorg compatibility now
08:24dviola: MrCooper: ah, that makes sense then, thanks
12:18jadahl: is there some new way to force swrast to be used instead of the "real" driver? running MESA_LOADER_DRIVER_OVERRIDE=swrast weston-simple-egl just gives me "libEGL fatal: did not find extension DRI_IMAGE_DRIVER version 2"
12:20karolherbst: jadahl: I generally use LIBGL_ALWAYS_SOFTWARE=1 for that
12:22jadahl: oh, that works again, thanks
16:59benjaminl: any tools people like for benchmarking vulkan driver changes?
16:59benjaminl: I'm currently looking at vkmark
17:38daniels: mainly traces ...
17:42Venemo: good afternoon
17:43Venemo: why does the NIR load_input intrinsic have a RANGE index? it doesn't seem to be documented anywhere
18:37glehmann: Venemo: gfxstrand added them in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25000/diffs?commit_id=8188842fdc242f1b37b72109aa62c4061ed44db7 but I don't see where nak uses them
18:52Venemo: glehmann: already found that