12:56illwieckz: test
12:56fdobridge: <illwieckz> test
13:00fdobridge: <illwieckz> @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:01TimurTabi: There's an irc<->bridge?
17:02TimurTabi: There's an irc<->discord bridge?
17:04fdobridge: <LaughingMan> yes
18:09fdobridge: <gfxstrand> PSA: Rebasing NVK to pick up the new NIR pass I pulled over from Intel this week.
18:47fdobridge: <mhenning> @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:50fdobridge: <gfxstrand> I'm happy for it to be used with codegen.
18:50fdobridge: <gfxstrand> I'm not really focused on codegen at the moment but if you want to wire it up, go for it.
19:01TimurTabi: 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:02TimurTabi: The 7th, 8th, and 9th parameters are swapped
19:03karolherbst: didn't somebody fixed it up recently?
19:03TimurTabi: It's not in the latest tree I just cloned
19:03TimurTabi: let me check the mailing lists
19:03karolherbst: yeah.. there are patches for that
19:04karolherbst: let me check if I messed up...
19:04TimurTabi: Yes, a month ago someone posted a fix
19:04TimurTabi: I should ack it
19:04karolherbst: and I should have pushed it..
19:05karolherbst: let me check who was first..
19:05TimurTabi: Jiri I think
19:05TimurTabi: In October
19:06karolherbst: yeah.. but patchwork doesn't list that one I think.. uh,...
19:06TimurTabi: Jiri's version is missing the Fixes: line, but Arnd's has it
19:07TimurTabi: I'm amazed this wasn't noticed earlier. Must be something about gcc 13
19:07karolherbst: yeah
19:07karolherbst: and so.. patchwork never added that patch *sigh*
19:07karolherbst: which is annoying.. somehow
19:09TimurTabi: Where's the patchwork for nouveau?
19:09karolherbst: https://patchwork.freedesktop.org/project/nouveau/
19:09karolherbst: I have a local script to mark patches as accepted even
19:09karolherbst: but I want to automate it
19:10TimurTabi: I thought patchwork already did that
19:10karolherbst: it doesn't on its own
19:10TimurTabi: At least it picked up my recent patch.
19:10karolherbst: yeah, because I ran the script locally
19:11TimurTabi: lol
19:11karolherbst: for mesa we had a post push hook or something doing it
22:03fdobridge: <marysaka> 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:04fdobridge: <marysaka> (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``)