16:17 fdobridge: <g​fxstrand> PSA: Rebasing nvk/main today
16:17 fdobridge: <g​fxstrand> "nv50/codegen: Set lower_uniforms_to_ubo" is fun to rebase over. 😅
16:18 fdobridge: <g​fxstrand> It's a good patch. I'm very glad @Mr Fall🐧 did that because now the UBO indices we set in NIR are the ones that it tries to load from instead of codegen implicitly adding 1. But, also, I didn't know that had changed and had to debug a bit. 😅
16:43 fdobridge: <!​[NVK Whacker] Echo (she) 🇱🇹> Welcome back (I'm still surprised codegen is being maintained)
16:53 fdobridge: <k​arolherbst🐧🦀> oof
16:55 fdobridge: <k​arolherbst🐧🦀> it's more about deleting code
17:17 fdobridge: <g​fxstrand> Actually, no, it's still a mess
17:17 fdobridge: <g​fxstrand> Now it's actually a slightly worse mess. 😕
17:21 fdobridge: <g​fxstrand> Now I need to set both cb0 and cb1 because sysvals still come from cb1
19:38 fdobridge: <g​fxstrand> Rebase complete
19:54 fdobridge: <g​fxstrand> Hopfully merging tess soon
21:03 fdobridge: <!​[NVK Whacker] Echo (she) 🇱🇹> https://gitlab.freedesktop.org/mesa/mesa/-/issues/9067 🤔
22:20 fdobridge: <g​ouz> I will try to fix clip tests tomorrow!
22:29 fdobridge: <g​fxstrand> - NAK: `Pass: 313148, Fail: 906, Crash: 1150, Skip: 1672133, Flake: 38, Duration: 1:01:43`
22:29 fdobridge: <g​fxstrand> - codegen: `Pass: 313758, Fail: 1282, Crash: 161, Skip: 1672133, Flake: 41, Duration: 28:26`
22:38 fdobridge: <M​ohamexiety> nice! almost parity now..
22:38 fdobridge: <M​ohamexiety> why does NAK take over twice as long though? due to the crashes?
22:41 fdobridge: <g​fxstrand> Crashes hurt a lot
22:42 fdobridge: <k​arolherbst🐧🦀> especially GPU ones
22:42 fdobridge: <g​fxstrand> The deqp-vk executable has non-trivial start-up time.
22:47 fdobridge: <M​ohamexiety> I see yeah. thanks!
23:01 fdobridge: <g​fxstrand> There may also be some overhead from running Rust in debug mode. Release mode rust is usually way faster.