Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | render/allocator: re-open GBM FD | Simon Ser | |
Using the same DRM file description for the DRM backend and for the GBM allocator will result in GEM handle ref'counting issues [1]. Re-open the DRM FD to fix these issues. [1]: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/110 | |||
2021-08-25 | Move allocator stuff into new directory | Simon Ser | |
Add render/allocator/ and include/render/allocator/ to hold everything allocator-related. |