Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | render/gbm_allocator: export to DMA-BUF on init | Simon Ser | |
Instead of lazily exporting BOs to DMA-BUFs, do it on init. This is the only way to use the buffer, so there's no point in deferring that work. This is preparatory work for the next commit. | |||
2021-01-15 | render/gbm_allocator: fix gbm_device use-after-free | Simon Ser | |
We need to destroy any gbm_bo we've created before gbm_device_destroy. Closes: https://github.com/swaywm/wlroots/issues/2601 | |||
2021-01-15 | render/gbm_allocator: log GBM backend name | Simon Ser | |
2020-11-15 | render: introduce wlr_gbm_allocator | Simon Ser | |