wlroots-hyprland/render
Simon Ser 756dedae20 Add a new renderer API
Goals:

- Extensibility: we need to be able to add new params to the calls
  to render a texture/rect. For instance we'll need to add fences to
  the render texture operation for explicit sync purposes.
- No implicit state: no more bind_buffer, begin, end.
- No matrices: these hurt Pixman and we don't need them.
- Clip regions for optimized damage repainting.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3188
2023-04-25 17:25:10 +02:00
..
allocator build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
gles2 render/gles2: use byte-aligned rows for glReadPixels 2023-04-12 14:04:25 +00:00
pixman render/pixman: skip mask for opaque texture rendering 2022-12-08 16:53:14 +01:00
vulkan render/vulkan: fix signedness of strcmp() return value 2023-04-19 15:29:53 +02:00
dmabuf.c render/dmabuf: add dmabuf_import_sync_file 2022-11-28 23:50:41 +00:00
dmabuf_fallback.c render/dmabuf: add dmabuf_export_sync_file() 2022-12-06 14:54:09 +00:00
dmabuf_linux.c render/dmabuf: add dmabuf_export_sync_file() 2022-12-06 14:54:09 +00:00
drm_format_set.c drm_format_set: fix realloc size 2023-03-16 18:13:11 -07:00
egl.c Revert "render/egl: skip incompatible EGL devices" 2023-02-18 11:49:51 -05:00
meson.build Add a new renderer API 2023-04-25 17:25:10 +02:00
pass.c Add a new renderer API 2023-04-25 17:25:10 +02:00
pixel_format.c render/pixel-format: drop unnecessary fields in the table 2022-12-02 10:28:52 +01:00
swapchain.c swapchain: remove allocator listener on destroy 2023-02-24 00:07:41 +01:00
wlr_renderer.c Add a new renderer API 2023-04-25 17:25:10 +02:00
wlr_texture.c wlr_texture: Expose owning renderer 2022-12-01 04:41:43 -05:00