00:16Kayden: oh, hmm :( forgot nir's num_components can't be 12
00:25karolherbst: do you need vec12?
00:43Kayden: hmm, no, I was just expecting to see vec12's coming out of the load store vectorizer with some changes. but I can just adjust slightly and use vec16's
00:43Kayden: was trying to do some patches to detect 32x8 + 32x4 loads that were speculatable and do a 32x16 load, since that's... 1 cacheline, at least on intel
00:44karolherbst: ahh
00:44Kayden: and I was thinking it'd give me a vec12 and then I'd round up in the backend
00:44Kayden: but I can just round up in nir
00:45Kayden: things to play around with at any rate :)
00:45Kayden: back in a bit, have to head home
01:20orbea: zamundaaa[m]: fwiw, steam via gamescope from tty works with 6.10.7, but no HDR in the steam settings and setting hdr in gamescope breaks colors for whole system until reboot...also games are low resolution (steamdeck resolution I take it?)
01:33orbea: cant reproduce the issue with vkcube from gamescope in x11 :\
01:36orbea: prolly cause hdr doesn't work that way
09:04glehmann: Kayden: sounds like you may be interested in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29398
09:15Dark-Show: zmike: Very recently I've started having issues compiling mesa. It compiled fine but on any usage I get this error message.
09:15Dark-Show: glxgears: symbol lookup error: /usr/local/lib/aarch64-linux-gnu/libGL.so.1: undefined symbol: driCreateNewDrawable, version libgallium-24.3.0-devel.so
09:16Dark-Show: Noticed one of the great refactor commits touched on driCreateNewDrawable. Just wondering if you have any ideas. This is on a RPi 4 - PiOS (Debian Bookworm)
10:20Dark-Show: nvm, figured it out, legacy-x11 was what I was missing
16:42user12521: i am trying to build Mesa from main branch, everything seems to be fine, but after installation X11 programs no longer work correctly. /usr/lib64/dri is populated with links to libdril_dri.so, as it should be. How do i find what goes wrong?
16:42user12521: glxinfo gives following error: radeonsi: driver missing\n glx: failed to create dri3 screen\n failed to load driver: radeonsi
16:57soreau: did you enable dri3 option in the build?
17:09user12521: got it, i was installing a wrong copy of libgallium
17:12user12521: @soreau thanks for looking into it