10:03ahuillet[d]: airlied[d]: now published https://github.com/NVIDIA/open-gpu-doc/commit/bedefb1adb60ac1fddcd2b55645acf1d59c90f97
10:59karolherbst[d]: nice!
15:11gfxstrand[d]: ahuillet[d]: Sweet!
18:39linkmauve: 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:40gfxstrand[d]: I have not
18:43gfxstrand[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:32airlied[d]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29773
22:29i509vcb[d]: drm-rs is very display centric, as it's primarily used by smithay for kms
22:41gfxstrand[d]: I'm also not that interested in having a DRM crate outside of Mesa. We made that mistake once already with libdrm.
22:42gfxstrand[d]: And the needs of 3D drivers are VERY different from those of compositors
23:22airlied[d]: maybe once you port wsi to rust 😛