08:20 MrCooper: dviola: Mesa no longer uses *_dri.so on the client side, they're just for Xorg compatibility now
08:24 dviola: MrCooper: ah, that makes sense then, thanks
12:18 jadahl: 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:20 karolherbst: jadahl: I generally use LIBGL_ALWAYS_SOFTWARE=1 for that
12:22 jadahl: oh, that works again, thanks
16:59 benjaminl: any tools people like for benchmarking vulkan driver changes?
16:59 benjaminl: I'm currently looking at vkmark
17:38 daniels: mainly traces ...
17:42 Venemo: good afternoon
17:43 Venemo: why does the NIR load_input intrinsic have a RANGE index? it doesn't seem to be documented anywhere
18:37 glehmann: 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:52 Venemo: glehmann: already found that