00:28 fdobridge: <a​irlied> it's not really
00:28 fdobridge: <a​irlied> just pull my layer, and use it
00:28 fdobridge: <a​irlied> unless it's all hidden in mcaros
00:29 fdobridge: <a​irlied> then yeah my layer + guess work
01:58 fdobridge: <g​fxstrand> IDK how much will be hidden in macros 🤷🏻‍♀️
01:59 fdobridge: <g​fxstrand> `Pass: 405277, Fail: 74, Crash: 73, Skip: 3195085, Timeout: 2, Flake: 372, Duration: 1:45:30`
03:38 fdobridge: <g​fxstrand> `gl_PointCoord` and `gl_FragCoord.w` are now fixed. That's a few more passes.
07:53 Sarayan: Hi, I have a GeForce RTX 3060 Mobile coupled with a Intel Alder-lake in my new laptop, do you recommend nouveau or nvidia-open at this point?
09:32 fdobridge: <r​hed0x> Sarayan: do you want to do NVK development or just use it? If you just want to use it, stick with the Nvidia driver for now
09:57 Sarayan: I would probably be interested in development, but I'm very interested in a correct interaction between the intel and nvidia aspects, in particular at the vulkan level
18:29 fdobridge: <g​fxstrand> Ugh... inverted depth.... I think @airlied had patches somewhere...
19:23 fdobridge: <g​fxstrand> Pass: 405250, Fail: 70, Crash: 76, Skip: 3195085, Timeout: 2, Flake: 400, Duration: 1:47:14
19:24 fdobridge: <g​fxstrand> 101st CTS run with NAK 🥳
19:26 fdobridge: <!​[NVK Whacker] Echo (she) 🇱🇹> Why do crashes keep increasing?
19:28 fdobridge: <a​irlied> I played with fixing it, but didn't ever fix it, one thing we are missing was MIN/MAX the depths, nvidia seems to do it, but it never fixed anything for me
19:47 fdobridge: <g​fxstrand> There's some flake that shows up as odd crashes. I've not sorted out why yet
19:47 fdobridge: <g​fxstrand> Crashes have stayed mostly stable at around 74 for a while.
19:49 fdobridge: <g​fxstrand> And sometimes hangs show up as crashes (though not as consistently as I'd like)
20:26 fdobridge: <g​fxstrand> Ah, my device group problems are because `--deqp-vk-device-id=0` doesn't work. Needs to be `=1` or stuff crashes. 🤦🏻‍♀️
20:26 fdobridge: <g​fxstrand> But only a handful of things. 🙄
23:09 fdobridge:<g​fxstrand> might have figured out what's up with Z clipping
23:09 fdobridge: <g​fxstrand> Doing a full run to see if I blow anything up. If not, I'll cherry-pick the patches to main and marge it
23:10 fdobridge: <g​fxstrand> And I flipped on dynamic `depthClip/Clamp` while I'm at it.