01:57 yvvki: Does nouveau have vulkan driver?
01:57 karolherbst: a WIP one, yes
01:59 yvvki: Oh it's you who the one making it right?
01:59 karolherbst: not really
01:59 karolherbst: it's mostly jason
01:59 yvvki: Ah I just found your fork after all
02:00 yvvki: But the last commit on the vk branch is 6 months ago
02:01 karolherbst: we do the development here: https://gitlab.freedesktop.org/nouveau/mesa/
02:01 yvvki: I see
02:01 yvvki: So it has been upstreamed
02:02 airlied: nope, just has it's own repo
02:02 yvvki: Oh right, it's not the Mesa repo
02:03 yvvki: So how is the development going?
02:03 airlied: it needs a new kernel uapi to be useful and that has to be upstreamed first
02:07 yvvki: how is the driver itself?
02:09 airlied: passes 90%+ of conformance, rewriting the compiler has just started
02:09 yvvki: the nak?
02:11 airlied: yes
02:23 yvvki: can I help with the development?
02:24 airlied: for the vulkan driver jekstrand is probably the best person, he's in here from the discord server bridge
02:25 airlied: what hw have you got?
02:25 yvvki: oh there's a discord server?
02:25 airlied: yeah, it's bridged to here
02:26 airlied:doesn't have the link handy, discord didn't like me
02:27 yvvki: haha
02:27 karolherbst: https://discord.gg/vKnmqZ4X
02:28 yvvki: thanks!
02:31 karolherbst: that reminds me.. I have to answer that email from zulip
02:31 karolherbst: (I hope nobody takes that server too seriously though)
02:31 fdobridge: <y​vvki> I'm no longer a bot
02:49 HdkR: Or are you?
02:50 karolherbst: :O
22:10 fdobridge: <j​ekstrand> @karolherbst🐧 , do you remember why we're putting block_size in the root descriptor table?
22:11 fdobridge: <j​ekstrand> I don't see any reason for it to be in there.
22:15 fdobridge: <k​arolherbst🐧🦀> uhm... no idea
22:17 fdobridge: <k​arolherbst🐧🦀> ahh
22:17 fdobridge: <k​arolherbst🐧🦀> maxwell and newer don't have that in hardware
22:17 fdobridge: <k​arolherbst🐧🦀> so they pull that from io.auxCBSlot
22:18 fdobridge: <k​arolherbst🐧🦀> but might also be that codegen is stupid.. let me verify
22:20 fdobridge: <k​arolherbst🐧🦀> uhhh.....
22:21 fdobridge: <k​arolherbst🐧🦀> yeah soo.. the hardware doesn't have the info of threads launched, _but_ it does have the info of _active_ threads 🙃
22:21 fdobridge: <k​arolherbst🐧🦀> anyway.. we don't have the block_size in hardware