wlroots/render
zccrs 3c03639cd5 render: add get native paint target of renderer
Add wlr_pixman_buffer_get_current_image for wlr_pixman_renderer.
Add wlr_gles2_buffer_get_current_fbo for wlr_gles2_renderer.

Allow get the FBO/pixman_image_t, the compositor can be add some
action for FBO(for eg, attach a depth buffer), or without pixman
render to pixman_image_t(for eg, use QPainter of Qt instead of pixman).
2021-06-19 10:04:35 +02:00
..
gles2 render: add get native paint target of renderer 2021-06-19 10:04:35 +02:00
pixman render: add get native paint target of renderer 2021-06-19 10:04:35 +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 render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy 2021-02-02 19:53:16 +01:00
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 render/drm_format_set: add special case for LINEAR-only formats 2020-12-30 11:17:43 +01:00
egl.c render/egl: query and display EGL driver name 2021-05-11 12:43:25 +02:00
gbm_allocator.c render/allocator: add wlr_allocator.buffer_caps 2021-05-31 15:50:13 -04:00
meson.build render/gbm_allocator: add support for gbm_bo_get_fd_for_plane 2021-05-19 10:17:28 +02:00
pixel_format.c render/pixel_format: add XBGR8888 and ABGR8888 format 2021-03-25 10:55:54 +01:00
shm_allocator.c buffer: replace get_data_ptr with {begin,end}_data_ptr_access 2021-06-07 09:22:56 -04:00
swapchain.c render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
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 render: relax stride check in wlr_texture_from_pixels 2021-05-19 11:13:42 -04:00