wlroots-hyprland/include
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
..
backend backend/wayland: only unmap layers when necessary 2023-03-28 22:58:29 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/vulkan: use full names for extension command fields 2023-04-18 15:58:55 +00:00
types seat: Provide dummy resources for inert seats 2023-04-18 08:29:30 +00:00
util util/env: make env_parse_switch() return a size_t 2022-12-06 16:14:18 +01:00
wlr Add a new renderer API 2023-04-25 17:25:10 +02:00
xcursor xcursor: sync with libwayland 2023-04-18 14:54:25 +00:00
xwayland xwm: make atom_map static 2023-03-09 18:51:47 +00:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00