12:56 illwieckz: test
12:56 fdobridge: <i​llwieckz> test
13:00 fdobridge: <i​llwieckz> @karolherbst🐧 for some unknown reason it was only broadcasting from irc to discord, I restarted and that fixed it, probably some problem on irc side. I have noticed similar bug since years with my own irc accout on OFTC (that only happens on OFTC), where I discover I'm muted on a channel but I can chat again simply by reconnecting. That looks like an OFTC-specific IRC bug.
17:01 TimurTabi: There's an irc<->bridge?
17:02 TimurTabi: There's an irc<->discord bridge?
17:04 fdobridge: <L​aughingMan> yes
18:09 fdobridge: <g​fxstrand> PSA: Rebasing NVK to pick up the new NIR pass I pulled over from Intel this week.
18:47 fdobridge: <m​henning> @gfxstrand Are you planning to use the pass in NAK, or elsewhere? I've been wondering about writing a patch to use it in nv50/codegen so we can delete some of the logic in from_nir.cpp
18:50 fdobridge: <g​fxstrand> I'm happy for it to be used with codegen.
18:50 fdobridge: <g​fxstrand> I'm not really focused on codegen at the moment but if you want to wire it up, go for it.
19:01 TimurTabi: Is it my imagination, or is there a mismatch between function definition and declaration of nv50_wndw_new_ that's been there since 2018?
19:02 TimurTabi: The 7th, 8th, and 9th parameters are swapped
19:03 karolherbst: didn't somebody fixed it up recently?
19:03 TimurTabi: It's not in the latest tree I just cloned
19:03 TimurTabi: let me check the mailing lists
19:03 karolherbst: yeah.. there are patches for that
19:04 karolherbst: let me check if I messed up...
19:04 TimurTabi: Yes, a month ago someone posted a fix
19:04 TimurTabi: I should ack it
19:04 karolherbst: and I should have pushed it..
19:05 karolherbst: let me check who was first..
19:05 TimurTabi: Jiri I think
19:05 TimurTabi: In October
19:06 karolherbst: yeah.. but patchwork doesn't list that one I think.. uh,...
19:06 TimurTabi: Jiri's version is missing the Fixes: line, but Arnd's has it
19:07 TimurTabi: I'm amazed this wasn't noticed earlier. Must be something about gcc 13
19:07 karolherbst: yeah
19:07 karolherbst: and so.. patchwork never added that patch *sigh*
19:07 karolherbst: which is annoying.. somehow
19:09 TimurTabi: Where's the patchwork for nouveau?
19:09 karolherbst: https://patchwork.freedesktop.org/project/nouveau/
19:09 karolherbst: I have a local script to mark patches as accepted even
19:09 karolherbst: but I want to automate it
19:10 TimurTabi: I thought patchwork already did that
19:10 karolherbst: it doesn't on its own
19:10 TimurTabi: At least it picked up my recent patch.
19:10 karolherbst: yeah, because I ran the script locally
19:11 TimurTabi: lol
19:11 karolherbst: for mesa we had a post push hook or something doing it
22:03 fdobridge: <m​arysaka> It seems like there is a tiny issue on the build scripts of NVK where it's not passing ``vk_wsi_args`` causing it to not support VK_KHR_swapchain when doing a kind of minimal build
22:04 fdobridge: <m​arysaka> (For reference my meson setup: ``meson setup builddir/ -Dprefix="$MESA_INSTALLDIR" -Dgallium-drivers="nouveau" -Dvulkan-drivers="nouveau-experimental" -Dtools="nouveau" -Dbuild-tests=true -Dplatforms=wayland -Dglx=disabled -Degl=disabled -Dgles1=disabled -Dgles2=disabled``)