wlroots/render
Simon Ser 2806154900 render: add missing arg to wlr_renderer_impl.get_buffer_caps
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: 982498fab3 ("render: introduce renderer_get_render_buffer_caps")
2021-06-09 16:41:03 +02:00
..
gles2 render: add missing arg to wlr_renderer_impl.get_buffer_caps 2021-06-09 16:41:03 +02:00
pixman render: add missing arg to wlr_renderer_impl.get_buffer_caps 2021-06-09 16:41:03 +02:00
allocator.c buffer: replace get_data_ptr with {begin,end}_data_ptr_access 2021-06-07 09:22:56 -04:00
dmabuf.c
drm_dumb_allocator.c buffer: replace get_data_ptr with {begin,end}_data_ptr_access 2021-06-07 09:22:56 -04:00
drm_format_set.c
egl.c
gbm_allocator.c
meson.build
pixel_format.c
shm_allocator.c buffer: replace get_data_ptr with {begin,end}_data_ptr_access 2021-06-07 09:22:56 -04:00
swapchain.c
wlr_renderer.c render: add missing arg to wlr_renderer_impl.get_buffer_caps 2021-06-09 16:41:03 +02:00
wlr_texture.c