01:11 triang3l[d]: I'll probably be using pipe_formats though (or maybe just verify that the conversion exists in vkGetPhysicalDeviceFormatProperties) because with direct VkFormat handling it's easy to hit some format that's not in pipe_format (like R4G4), and usage of such VkFormat in common code will be broken
01:12 triang3l[d]: need to add R4G4 though
07:36 gobrosse[d]: redsheep[d]: modern ppc is all ppc64le capable, and in fact there are almost no distros that support big endian ppc64 anymore
07:39 gobrosse[d]: it's extremely dead and there's no reason to support it except if you're playing arround with vintage ppc macs or modded ps3s or decomissioned server junk
07:55 asdqueerfromeu[d]: gobrosse[d]: ~~NVK on PowerMac G5 when?~~
08:35 pabs:grumbles that PCI remove/rescan and `kill -9` didn't resolve my hung GPU issue and systemctl reboot didn't complete. only a REISUB based reboot was able to reboot and reset the GPU
18:30 magic_rb[d]: so youre telling me i cant plug in my nonexistent 4080 into my nonexistent ps3 and play baldurs gate 3??? this is an outrage
19:54 friendlyinvader[d]: magic_rb[d]: Not with that attitude
19:58 magic_rb[d]: friendlyinvader[d]: well first i would have to make my imaginary 4080 and ps3 materialize and then mayhaps, but first, nouveau on freebsd if anything
20:56 karolherbst[d]: magic_rb[d]: nouveau on freebsd is really simple: just copy the DRM driver, which means you have to copy all of DRM, which means you have to copy all the MM and other subsystems, which means you might just as well run linux
20:57 magic_rb[d]: karolherbst[d]: Well nouveau on freebsd exists afaik, its just REALLY old
20:57 karolherbst[d]: yeah, my point is, it's a lot of work updating it
20:58 magic_rb[d]: Fair, first ill create my own port of my own distro to the freebsd kernel
20:58 magic_rb[d]: And then nouveau
20:59 magic_rb[d]: In probably like 2099
20:59 karolherbst[d]: good luck
20:59 karolherbst[d]: the mm glue code is real pain afak
20:59 karolherbst[d]: *afaik
20:59 magic_rb[d]: I can imagine
21:00 magic_rb[d]: I still remember the sheer horror i felt when i learned that linux treats 0 as success and anything else as failure, but ZFS treats 1 as success and 0 or anything else as failure
21:00 magic_rb[d]: And all their code is wrapper in little functions which just negate return values essentially
21:01 karolherbst[d]: :ferrisUpsideDown:
21:03 asdqueerfromeu[d]: magic_rb[d]: NTSTATUS has the same convention as Linux (except it's an unsigned integer)
21:03 karolherbst[d]: yeah, but ZFS is out of tree and....
21:04 karolherbst[d]: apparently the initial design goal of ZFS was to make it as hard as possible to port it to linux
22:35 friendlyinvader[d]: karolherbst[d]: :huhcat: