mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Our wlr_format_set structs don't hold GBM usage flags. Instead, users who want to get a LINEAR buffer can use the DRM_FORMAT_MOD_LINEAR modifier even if the kernel driver doesn't support modifiers. Add a special case to wlr_drm_format_intersect to properly handle this situation. |
||
|---|---|---|
| .. | ||
| gles2 | ||
| allocator.c | ||
| dmabuf.c | ||
| drm_format_set.c | ||
| egl.c | ||
| gbm_allocator.c | ||
| meson.build | ||
| swapchain.c | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||