Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | build: fix enabled GBM when allocators=auto and auto_features=disabled | Simon Ser | |
2022-05-30 | build: make GBM optional | Simon Ser | |
Now that the DRM backend no longer depends on GBM, we can make it optional. The GLES2 renderer still depends on it because of our EGL device selection. This is useful for compositors with their own renderers, and for compositors using the Vulkan renderer. | |||
2021-08-25 | Move allocator stuff into new directory | Simon Ser | |
Add render/allocator/ and include/render/allocator/ to hold everything allocator-related. |