Age | Commit message (Expand) | Author |
2023-05-21 | render/pixel-format: add support for block-based formats | Simon Ser |
2023-05-21 | render/pixel-format: add docs | Simon Ser |
2023-05-18 | linux-dmabuf-v1: fix wlr_drm_format_set leak in feedback_compile() | Simon Ser |
2023-05-18 | dmabuf: Remove assumption that all mods are in fallback tranche | Austin Shafer |
2023-05-18 | output_pick_format: Fail if no format could be chosen | Alexander Orzechowski |
2023-05-18 | keyboard: use the new data in wlr_keyboard_set_keymap() | Kirill Primak |
2023-05-17 | keyboard: add support for resetting the keymap | Simon Ser |
2023-05-17 | keyboard: don't change current keymap on wlr_keyboard_set_keymap() error | Simon Ser |
2023-05-17 | seat/keyboard: allow no keymap | Simon Ser |
2023-05-17 | drm_plane_pick_render_format: return false if no format could be found | Austin Shafer |
2023-05-15 | backend_destroy: Similiar logic like DRM backend | Tobias Predel |
2023-05-14 | wlr_drm_format_set_copy: Do not allocate heap | Tobias Predel |
2023-05-12 | render/vulkan: allow rendering to non-8-bit buffers | Manuel Stoeckl |
2023-05-12 | render/vulkan: wait for idle queue before destroying render buffer | Simon Ser |
2023-05-11 | wlr_drm_format_set_intersect: Clear destination before trying to write to it | Alexander Orzechowski |
2023-05-11 | wlr_drm_format_set: Store formats on array | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Rework wlr_drm_format_intersect | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Change wlr_drm_format_dup to copy | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Change wlr_drm_format_create to init | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Don't take double pointer in wlr_drm_format_add | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Make structure constant length | Alexander Orzechowski |
2023-05-11 | wlr_drm_format_set: Remove redundant text in comment for finish function | Alexander Orzechowski |
2023-05-11 | wlr_drm_format: Introduce drm_format_finish | Alexander Orzechowski |
2023-05-11 | render/vulkan: enable NV12 on big-endian | Simon Ser |
2023-05-10 | wlr-export-dmabuf-v1: handle output destroy | Simon Ser |
2023-05-09 | render/vulkan: improve logging when creating texture | Simon Ser |
2023-05-08 | wlr_cursor: Don't multiply hotspot by scale^2 | Alexander Orzechowski |
2023-05-08 | backend/drm: fix di_info memory leak | zhoulei |
2023-05-06 | wlr_cursor: Consider surface state when setting new cursor surface | Alexander Orzechowski |
2023-05-06 | render/vulkan: increase next descriptor pool size | Manuel Stoeckl |
2023-05-06 | output: drop wlr_output_cursor_set_surface | Simon Ser |
2023-05-06 | cursor: add surface handling | Simon Ser |
2023-05-06 | output: add output_cursor_set_texture() | Simon Ser |
2023-05-04 | render/vulkan: add support for NV12 | Simon Ser |
2023-05-04 | drm_format_set_intersect: Require initialized dst and remove assert | Alexander Orzechowski |
2023-05-04 | drm_format_set_union: Require initialized dst and remove assert | Alexander Orzechowski |
2023-05-04 | xwayland: allow compositor to set withdrawn state | novenary |
2023-05-04 | xwayland: enable use of a xserver subproject | Simon Ser |
2023-05-04 | render/vulkan: fix code style for function brackets | Simon Ser |
2023-05-04 | wlr_compositor: Decide opacity from new has_buffer flag. | Alexander Orzechowski |
2023-05-04 | wlr_compositer: Keep track if surface has committed a buffer before. | Alexander Orzechowski |
2023-05-03 | drm_format_set: Mark as unstable | Alexander Orzechowski |
2023-05-03 | linux_dmabuf_v1: Use wlr_drm_format_set_union | Alexander Orzechowski |
2023-05-03 | Add union function for format sets | Austin Shafer |
2023-05-03 | output/cursor: fix buffer size when nested and scaled | Simon Ser |
2023-05-02 | render: introduce blend mode | Simon Ser |
2023-05-02 | render/pixman: fix scaling in render_pass_add_texture() | Simon Ser |
2023-05-02 | tinywl: Release everything before destroy | Alexander Orzechowski |
2023-04-28 | render/vulkan: use VK_KHR_synchronization2 | Simon Ser |
2023-04-25 | render/pixman: implement render pass API | Simon Ser |