wlroots-hyprland/include
Manuel Stoeckl 10dd416694 render/vulkan: allow rendering to non-8-bit buffers
This is implemented by a two-subpass rendering scheme; the first
subpass draws (and blends) onto a linear R16G16B16A16_SFLOAT buffer,
while the second subpass performs linear->srgb conversion, writing
onto the actual output buffer.
2023-05-12 15:09:02 +00:00
..
backend wlr_drm_format: Rework wlr_drm_format_intersect 2023-05-11 18:24:43 +02: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: allow rendering to non-8-bit buffers 2023-05-12 15:09:02 +00:00
types wlr_drm_format: Rework wlr_drm_format_intersect 2023-05-11 18:24:43 +02:00
util util/env: make env_parse_switch() return a size_t 2022-12-06 16:14:18 +01:00
wlr wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +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