mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-28 05:40:11 -04:00
The types of buffers supported by the renderer might depend on the
renderer's instance. For instance, a renderer might only support
DMA-BUFs if the necessary EGL extensions are available.
Pass the wlr_renderer to get_buffer_caps so that the renderer can
perform such checks.
Fixes:
|
||
|---|---|---|
| .. | ||
| gles2 | ||
| pixman | ||
| allocator.c | ||
| dmabuf.c | ||
| drm_dumb_allocator.c | ||
| drm_format_set.c | ||
| egl.c | ||
| gbm_allocator.c | ||
| meson.build | ||
| pixel_format.c | ||
| shm_allocator.c | ||
| swapchain.c | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||