summaryrefslogtreecommitdiff
path: root/libweston
Commit message (Expand)AuthorAgeFilesLines
* libweston/input: Assert if we're still having a notify listener installedMarius Vlad2022-09-021-0/+1
* libweston/backend-x11: Tracking previous events over multiple callsMarius Vlad2022-09-021-18/+18
* backend-drm: fix plane sortingMichael Olbrich2022-08-311-2/+2
* libweston/desktop/xdg-shell: Add tiled orientation statesMarius Vlad2022-08-093-0/+51
* backend-drm: delay mode switches until the last commit is completedMichael Olbrich2022-08-082-2/+23
* libweston: Don't send output_changed signal when moving disabled outputsDerek Foreman2022-08-051-0/+6
* libweston: Check output placementDerek Foreman2022-08-051-0/+56
* libweston: Don't move outputs during enableDerek Foreman2022-08-051-12/+1
* backend-drm: improve atomic commit failure handlingMichael Olbrich2022-08-032-6/+26
* backend-wayland: fix pixman buffer sizePekka Paalanen2022-08-031-7/+14
* gl-renderer: use pixel_format_info in read_pixelsPekka Paalanen2022-08-031-12/+3
* libweston: change read_format to struct pixel_format_infoPekka Paalanen2022-08-035-20/+26
* libweston: add pixel_format_get_info_by_pixman()Pekka Paalanen2022-08-032-0/+26
* backend-x11: use shorthand for current_modePekka Paalanen2022-07-291-7/+4
* backend-wayland: restructure wayland_output_resize_surface()Pekka Paalanen2022-07-291-48/+38
* backend-headless: choose pixel format by drm_fourccPekka Paalanen2022-07-291-2/+6
* backend-headless: let pixman allocate the imagePekka Paalanen2022-07-291-12/+6
* pixman-renderer: let pixman allocate shadowPekka Paalanen2022-07-291-14/+2
* compositor: Add support for wl_surface.offset()Jonas Ã…dahl2022-07-261-5/+28
* rdp: Move peer list from output to backendDerek Foreman2022-07-262-12/+13
* libweston: don't reset the plane for views from other outputsMichael Olbrich2022-07-261-0/+4
* libweston: Remove runtime render switchingMarius Vlad2022-07-265-89/+1
* libweston: Properly namespace solid_buffer_valuesDaniel Stone2022-07-261-5/+5
* libweston: Compute output protection when head is attachedJoshua Watt2022-07-261-27/+29
* xdg-shell: Implement xdg-shell v5 capabilities eventDaniel Stone2022-07-261-1/+31
* libweston-desktop: Add shell capability queriesDaniel Stone2022-07-261-0/+36
* Implement wp_single_pixel_buffer_v1 protocolDaniel Stone2022-07-262-0/+116
* libweston/compositor: Check whether flushing is allowedMarius Vlad2022-07-151-1/+15
* backend-drm/state-propose: Amend an older commentMarius Vlad2022-07-151-4/+5
* backend-drm: make sure all buffers are released when an output is removedMichael Olbrich2022-07-041-4/+7
* weston-log: Fix documentation for weston_log_subscription_createMarius Vlad2022-07-011-2/+0
* backend-drm: Don't leak drm_device on shutdownDaniel Stone2022-06-291-0/+1
* backend-wayland: Don't leak parent output trackersDaniel Stone2022-06-291-0/+4
* libweston-desktop: Add get_positionDerek Foreman2022-06-291-0/+13
* shells: Add libweston-desktop API to query position and add to shellsDerek Foreman2022-06-292-0/+16
* noop-renderer: Make sure buffer access doesn't get optimised outDaniel Stone2022-06-291-8/+22
* noop-renderer: weston_buffer properties are set by the coreDaniel Stone2022-06-291-6/+2
* xwayland: Change layer for xwayland override redirect windowsHideyuki Nagase2022-06-281-3/+14
* Move libweston-desktop into libwestonDaniel Stone2022-06-2810-0/+5472
* scene-graph: Print when surface/view is not mappedDaniel Stone2022-06-281-1/+6
* libweston: disable a pending idle_repaint_source when the output is removedMichael Olbrich2022-06-271-3/+5
* compositor: only reflow the outputs if the shell did not move themMichael Olbrich2022-06-231-3/+19
* backend-drm: check that outputs are in fact oursMichael Olbrich2022-06-231-1/+3
* gl-renderer: simplify main() in fragPekka Paalanen2022-06-221-15/+5
* gl-renderer: move undo-premult to color_pipeline()Pekka Paalanen2022-06-221-9/+9
* gl-renderer: call it view_alpha in fragPekka Paalanen2022-06-222-11/+8
* build: fix possible race/error for some backendsIvan Nikolaenko2022-06-204-1/+3
* backend-drm: check that outputs are in fact oursMichael Olbrich2022-06-161-7/+16
* backend-drm: don't try to disable planes on session deactivationMichael Olbrich2022-06-161-19/+1
* compositor: Only create paint nodes for mapped surfaces/viewsDaniel Stone2022-06-161-0/+20