00:12 benjaminl: I'm trying to add the "intel-tools" label to an MR I just created (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23418), and gitlab is giving me "Could not apply label command". Is this something you need specific permissions for?
00:24 jenatali: benjaminl: Dunno but I added it for you
00:24 benjaminl: thanks!
00:25 benjaminl: I suspect I'm doing something wrong with the gitlab ui. Gonna mess around in a separate repo and see if I can figure it out.
00:32 benjaminl: hmm, with a test repo under my own account I'm able to set labels, asignee, reviewer, and milestone when making a MR. none of these are available for me when making an MR against mesa, which makes this look more like a permissions thing
00:35 jenatali: Looks like you have developer permissions if I'm reading the UI right
01:58 q66: any idea what to try when gnome-shell under x11 hangs on start, on iris and radeonsi at very least, when page flipping is enabled? on intel with this kind of backtrace https://i.imgur.com/rxHzU8M.jpeg on radeonsi it was iirc a futex wait in libxshmfence, but gotta try that again later
01:58 q66: disabling page flipping makes it work but with tearing, wayland works fine out of box, and non-gnome-shell compositors also work fine out of box
01:58 q66: also software rendering works fine and virgl works fine
01:58 q66: it's kind of puzzling
01:59 q66: when hung, switching to another vt and back makes it update a frame
02:02 q66: (this also applies for amd, i gotta test that again later though)
12:31 thaytan: Can I/How can I generate 3D stereo output modes to DisplayPort with amdgpu?
13:10 thaytan: Trying to figure out how I can trigger it to report a side-by-side stereo output mode in the VSC packet
13:16 emersion: i'd expect such modes to be advertised by the kernel
13:16 emersion: maybe support is missing in amdgpu?
13:46 thaytan: emersion, in this case the device (PSVR2) isn't actually reporting an EDID with stereo support, but I want to test the theory that getting VR output to it requires signalling side-by-side stereo. I can override the edid and add some stereo modes to test, if that's going to be sufficient
15:42 bylaws: How do you enable mesa debug logging on windows? I tried MESA_DEBUG but I don't get any log output in stderr
15:43 bylaws: (I'm using wine with zink built for windows)
20:46 bylaws: Nevermind, I missed the fact that the zink error logs are only shown on debug builds
20:46 bylaws: (seems android emu is missing renderpass2)