aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05examples: Drop quadsAlexander Orzechowski
2023-06-05gamma-control: Read ramps using preadKenny Levinsen
2023-06-03compositor: notify subsurfaces about a commit in the rendering orderKirill Primak
2023-06-03subcompositor: consider mapping on parent mapKirill Primak
2023-06-03virtual-keyboard: Handle inert seatsVäinö Mäkelä
2023-06-03virtual-pointer: Handle inert seatsVäinö Mäkelä
2023-06-03xdg-popup: Handle inert seatsVäinö Mäkelä
2023-06-03text-input: Handle inert seatsVäinö Mäkelä
2023-06-03primary-selection: Handle inert seatsVäinö Mäkelä
2023-06-03keyboard-shortcuts-inhibit: Handle inert seatsVäinö Mäkelä
2023-06-03input-method: Handle inert seatsVäinö Mäkelä
2023-06-03wlr_idle: Handle inert seatsVäinö Mäkelä
2023-06-03tablet: Handle inert seatsVäinö Mäkelä
2023-06-03data-control: Handle inert seatsVäinö Mäkelä
2023-06-03data-device: Handle inert seatsVäinö Mäkelä
2023-06-03seat: Allow binding to inert seatsVäinö Mäkelä
2023-06-02output/cursor: fix scale and transformSimon Ser
2023-06-02cursor: fix wl_pointer.set_cursor hotspot updatesSimon Ser
2023-06-02session-lock: fix buffer checkKirill Primak
2023-06-02session-lock: remove unused wlr_session_lock_surface_v1.events.mapKirill Primak
2023-06-02xwm: check for a buffer before mappingKirill Primak
2023-06-02compositor: remove wlr_surface_role.precommitKirill Primak
2023-06-02xwm: use unified map logicKirill Primak
2023-06-02drag: use unified map logicKirill Primak
2023-06-02input-method: use unified map logicKirill Primak
2023-06-02session-lock: use unified map logicKirill Primak
2023-06-02layer-shell: use unified map logicKirill Primak
2023-06-02xdg-shell: use unified map logicKirill Primak
2023-06-02subcompositor: use unified map logicKirill Primak
2023-06-02compositor: introduce unified map logicKirill Primak
2023-06-02cursor: unset wlr_output_cursor.texture on surface destroySimon Ser
2023-06-02cursor: ignore wlr_cursor_set_surface() with same surfaceSimon Ser
2023-06-02xwm: introduce associate/dissociate eventsKirill Primak
2023-06-02Revert "xwm: emit new_surface/destroy on associate/dissociate"Kirill Primak
2023-06-01render/vulkan: improve error handling in vulkan_begin_render_pass()Simon Ser
2023-06-01render/vulkan: improve error handling in render_pass_submit()Simon Ser
2023-05-31backend/drm: introduce wlr_drm_mode_get_info()Simon Ser
2023-05-31render/vulkan: handle vulkan_record_stage_cb() failuresSimon Ser
2023-05-31backend/drm: move forward decl up for drmModeModeInfoSimon Ser
2023-05-30output/cursor: use new rendering APISimon Ser
2023-05-30examples: convert to new rendering APISimon Ser
2023-05-30backend/drm: use new rendering APISimon Ser
2023-05-30output: add wlr_output_begin_render_pass()Simon Ser
2023-05-30wlr_scene: Introduce wlr_scene_buffer_set_opacityAlexander Orzechowski
2023-05-30wlr_scene: Make scene_rect_from_node publicAlexander Orzechowski
2023-05-30wlr_scene: Make scene_tree_from_node publicAlexander Orzechowski
2023-05-30wlr_scene: Add documentation to wlr_scene_buffer_from_nodeAlexander Orzechowski
2023-05-30render/vulkan: implement render pass APISimon Ser
2023-05-28renderer/gles2: Implement render pass interfaceAlexander Orzechowski
2023-05-28renderer/gles2: Compute texture coordinates based off of vertex positionsAlexander Orzechowski