wlroots-hyprland/include
Leo Li 71fb55f3bf render/pixel-format: Move has_alpha into it's own array
Some opaque pixel formats (nv12, p010) require per-plane bytes_per_block
info. However, it doesn't make sense to store them in
wlr_pixel_format_info, as they will never be useful (currently, this
info is used for shm, which doesn't have a concept of multi-planar
buffers.)

Let's define a separate array and function for determining whether a
pixel format has alpha.
2024-01-31 13:47:17 -05:00
..
backend backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +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/pixel-format: Move has_alpha into it's own array 2024-01-31 13:47:17 -05:00
types xdg-shell: use wlr_surface_synced for popups 2023-12-25 11:47:15 +01:00
util xdg-toplevel: check that title provided actually is UTF-8 2023-11-22 22:03:00 +03:00
wlr Create & implement transient seat protocol 2024-01-31 08:22:05 +00:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland: add support for _NET_WM_WINDOW_TYPE_DESKTOP atom 2024-01-25 19:27:37 +03:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00