10:03 ahuillet[d]: airlied[d]: now published https://github.com/NVIDIA/open-gpu-doc/commit/bedefb1adb60ac1fddcd2b55645acf1d59c90f97
10:59 karolherbst[d]: nice!
15:11 gfxstrand[d]: ahuillet[d]: Sweet!
18:39 linkmauve: gfxstrand, have you had a look at the drm crate? It should do most (and more) of the abstractions you’ll want to do in your drm-rs branch, without needing any extra dependency.
18:40 gfxstrand[d]: I have not
18:43 gfxstrand[d]: From a quick skim, it looks very display-centric and doesn't actually do any of the things my drm-rs branch does...
19:32 airlied[d]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29773
22:29 i509vcb[d]: drm-rs is very display centric, as it's primarily used by smithay for kms
22:41 gfxstrand[d]: I'm also not that interested in having a DRM crate outside of Mesa. We made that mistake once already with libdrm.
22:42 gfxstrand[d]: And the needs of 3D drivers are VERY different from those of compositors
23:22 airlied[d]: maybe once you port wsi to rust 😛