aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-15scene: send wl_surface.preferred_buffer_scaleLeonardo Hernández Hernández
2023-07-14backend/drm: stop checking for wlr_client_bufferSimon Ser
2023-07-14presentation-time: add separate helper for zero-copySimon Ser
2023-07-14scene: add wlr_scene_output_sample_eventSimon Ser
2023-07-14scene: rename output_present event to output_sampleSimon Ser
2023-07-12wlr_scene: Fix buffer damage for output stateAlexander Orzechowski
2023-07-12add minimalist cairo exampleBrett Ernst
2023-07-12render/gles2: wrap timer setup in push_gles2_debug()Simon Ser
2023-07-11render: document wlr_buffer_pass_options.timerSimon Ser
2023-07-11render: constify struct wlr_buffer_pass_optionsSimon Ser
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-07-11render/gles2: drop unnecessary castSimon Ser
2023-07-10scene_output: optionally record and report timingsRose Hudson
2023-07-10input-method-v2: don't remove inert role resourceKirill Primak
2023-07-10xwayland-shell: don't remove inert role resourceKirill Primak
2023-07-10session-lock: don't remove inert role resourceKirill Primak
2023-07-10layer-shell: don't remove inert role resourceKirill Primak
2023-07-10subcompositor: don't remove inert role resourceKirill Primak
2023-07-09xwayland: pass NULL as event dataSimon Ser
2023-07-09xwayland: use initializer for struct wlr_xwayland_resize_eventSimon Ser
2023-07-09xwayland: document event dataSimon Ser
2023-07-09xwayland: drop struct wlr_xwayland_move_eventSimon Ser
2023-07-09xwayland: document associate/dissociate eventsSimon Ser
2023-07-07Use struct initializers instead of memset()Simon Ser
2023-07-07viewporter: check for an existing viewportKirill Primak
2023-07-05license: add copyright line for all contributorsSimon Ser
2023-07-03output: drop wlr_output_cursor_set_image()Simon Ser
2023-07-03cursor: remove usage of wlr_output_cursor_set_image()Simon Ser
2023-07-02cursor: remove wlr_cursor_set_image()Simon Ser
2023-07-02xcursor-manager: drop wlr_xcursor_manager_set_cursor_image()Simon Ser
2023-07-02cursor: add wlr_cursor_set_buffer()Simon Ser
2023-07-02cursor: stop using set_image() in wlr_cursor_unset_image()Simon Ser
2023-07-01screencopy-v1: fix logical->physical region transformManuel Stoeckl
2023-07-01wlr_scene: Don't recompute node location during renderingAlexander Orzechowski
2023-07-01wlr_scene: Simplify direct scanout handlingAlexander Orzechowski
2023-07-01wlr_scene: Wrap render_list nodes in structAlexander Orzechowski
2023-06-30examples/pointer: use wlr_cursor_set_xcursor()Simon Ser
2023-06-30cursor: set image for new outputsSimon Ser
2023-06-30cursor: add cursor_update_outputs()Simon Ser
2023-06-30cursor: keep track of XCursor manager and nameSimon Ser
2023-06-30cursor: track surface globally, instead of per-outputSimon Ser
2023-06-30cursor: use wlr_cursor_unset_image() in wlr_cursor_set_surface()Simon Ser
2023-06-30cursor: store wlr_cursor inline in wlr_cursor_stateSimon Ser
2023-06-30backend/drm: use panel_orientation if it is setClayton Craft
2023-06-30backend/drm: handle output layer damageSimon Ser
2023-06-30backend/wayland: handle output layer damageSimon Ser
2023-06-30output-layer: add wlr_output_layer_state.damageSimon Ser
2023-06-29contributing: add instructions for forkingSimon Ser
2023-06-29util/log: fix buffer overflowEvyatar Stalinsky
2023-06-27wlr_scene_buffer: Publicize some stateAlexander Orzechowski