summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: Add helpers to convert between various time units and timespecAlexandros Frantzis2017-11-272-0/+119
* shared: Add timespec_is_zero helperAlexandros Frantzis2017-11-272-0/+23
* ivi-shell: Fix incorrect use of logical instead of bitwise operatorAlexandros Frantzis2017-11-241-1/+1
* buildsystem: add missing pkg-config stub for libweston uninstalledReynaldo H. Verdejo Pinochet2017-11-103-0/+20
* compositor-wayland: fix shm_buffer damage initPekka Paalanen2017-10-241-3/+3
* compositor-wayland: fix damage coordinates with pixman rendererArmin Krezović2017-10-241-1/+5
* compositor-wayland: clarify wl_display_connect() errorPekka Paalanen2017-10-241-1/+4
* compositor-wayland: windowed/fullscreen not on fullscreen-shellPekka Paalanen2017-10-241-7/+4
* compositor-wayland: allow to unset fullscreenPekka Paalanen2017-10-241-1/+4
* compositor-wayland: actually free parent_outputPekka Paalanen2017-10-241-2/+5
* compositor-wayland: fix mode_list corruption on --sprawlPekka Paalanen2017-10-231-4/+8
* compositor-wayland: remove unused 'scale'Pekka Paalanen2017-10-231-2/+0
* compositor-wayland: avoid recursive dispatch with wl_outputsPekka Paalanen2017-10-231-2/+28
* weston: fix boolean wayland backend optionsPekka Paalanen2017-10-231-6/+9
* libweston-desktop/xdg-shell-v6: Actually send same-as-current configure if ne...Quentin Glidic2017-10-181-6/+25
* compositor-wayland: Don't use two different presentation methods for fs shellArmin Krezović2017-10-131-39/+51
* compositor-wayland: destroy the appropriate output instead of exiting when re...Sergi Granell2017-10-131-1/+5
* compositor-wayland: use input region instead of opaque region to zxdg_shell_v...Sergi Granell2017-10-131-6/+6
* compositor-drm: Allow disabling universal planesDaniel Stone2017-10-041-2/+4
* gl-renderer: Ignore INVALID modifierDaniel Stone2017-10-041-3/+12
* compositor-fbdev: fix finish_frame_timer leakPekka Paalanen2017-10-041-0/+3
* compositor-fbdev: rename fbdev_output_disable_handler()Pekka Paalanen2017-10-041-3/+3
* compositor-fbdev: always destroy renderer-output on disablePekka Paalanen2017-10-041-3/+1
* compositor-fbdev: simplify FB destroy/unmap/disablePekka Paalanen2017-10-041-31/+21
* compositor-fbdev: remove unused output argumentsPekka Paalanen2017-10-041-13/+9
* libweston: set backend pointer earlierPekka Paalanen2017-10-046-10/+11
* libweston: ensure backend is not loaded twicePekka Paalanen2017-10-041-1/+11
* libweston: rename weston_output_destroy() to weston_output_release()Pekka Paalanen2017-10-048-12/+12
* libweston: send more wl_surface.enter/leave eventsPekka Paalanen2017-10-041-13/+40
* compositor-drm: set all properties in create_output_for_connectorPekka Paalanen2017-10-041-9/+9
* compositor-drm: set output make/model/serial oncePekka Paalanen2017-10-041-11/+29
* compositor-wayland: move output init into common, fix error pathPekka Paalanen2017-10-041-11/+10
* libweston: weston_output_init(..., +name)Pekka Paalanen2017-10-048-22/+25
* tests: ensure output dependent IVI tests runPekka Paalanen2017-10-041-4/+4
* libweston: move weston_output::mode_list init to corePekka Paalanen2017-10-047-8/+1
* Fix API troubles with FreeRDP 2.0 v2David Fort2017-10-031-3/+11
* shared: struct timespec is in time.hYann E. MORIN2017-10-021-0/+1
* gl-renderer: Emit GPU rendering begin and end timeline timepointsAlexandros Frantzis2017-09-292-0/+175
* libweston: Add check and fallback for linux/sync_file.hAlexandros Frantzis2017-09-293-0/+32
* gl-renderer: Add support for fence sync extensionsAlexandros Frantzis2017-09-292-0/+32
* timeline: Add GPU timestamp timepoint argumentAlexandros Frantzis2017-09-292-0/+14
* compositor: fix starvation of wl_buffer::releaseMatt Hoosier2017-09-262-4/+2
* compositor-drm: unref udev on backend destructionPekka Paalanen2017-09-251-0/+2
* compositor-fbdev: unref udev on backend destructionPekka Paalanen2017-09-251-0/+2
* compositor-fbdev: remove unused field 'depth'Pekka Paalanen2017-09-251-1/+0
* compositor-fbdev: MAP_FAILED is not NULLPekka Paalanen2017-09-251-0/+1
* compositor-wayland: use asprintf for output titlePekka Paalanen2017-09-251-12/+7
* compositor-drm: use asprintf in make_connector_name()Pekka Paalanen2017-09-251-3/+14
* desktop-shell: disable opacity binding when modifier is noneIan Ray2017-09-181-3/+6
* desktop-shell: use binding_modifier for zoomIan Ray2017-09-181-3/+4