wlroots/render
Simon Ser 004cf887b7 render/gles2: prevent imported DMA-BUF textures from being mutated
The compositor shouldn't write to client buffers if the client
attaches a DMA-BUF to a wl_surface, then attaches a shm buffer.
Make gles2_texture_write_pixels return an error to prevent this
from happening.
2021-04-15 10:49:42 +02:00
..
gles2 render/gles2: prevent imported DMA-BUF textures from being mutated 2021-04-15 10:49:42 +02:00
allocator.c render/allocator: ignore NULL in wlr_allocator_destroy 2020-12-17 20:34:19 +01:00
dmabuf.c render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy 2021-02-02 19:53:16 +01: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: remove wlr_texture_to_dmabuf 2021-04-08 09:09:50 +02:00
gbm_allocator.c drm: check for PRIME support 2021-04-10 10:49:55 +02:00
meson.build Move render/shm_format functions to render/pixel_format 2021-03-25 10:55:54 +01:00
pixel_format.c render/pixel_format: add XBGR8888 and ABGR8888 format 2021-03-25 10:55:54 +01:00
swapchain.c render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01:00
wlr_renderer.c backend: move get_drm_fd to public interface 2021-04-12 11:43:56 +02:00
wlr_texture.c render: remove wlr_texture_to_dmabuf 2021-04-08 09:09:50 +02:00