summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: bump to version 8.0.92 for the beta release8.0.92Simon Ser2020-08-131-1/+1
* gl-renderer: remove incorrect assertionMichael Olbrich2020-08-131-5/+2
* compositor: ignore views on other outputs during compositor_accumulate_damage()Michael Olbrich2020-08-121-2/+6
* compositor: use weston_view_is_opaque() to check for opacity in debug_scene_v...Michael Olbrich2020-08-111-2/+1
* drm: remove duplicate function declarationsMichael Olbrich2020-08-061-10/+0
* build: bump to version 9.0.91 for the alpha release8.0.91Simon Ser2020-07-301-1/+1
* kiosk-shell: Introduce kiosk/fullscreen shell for desktop appsAlexandros Frantzis2020-07-3013-0/+1796
* drm-backend: remove log that advertises universal planes supportLeandro Ribeiro2020-07-281-2/+0
* libweston: Send wl_keyboard.modifiers after wl_keyboard.enterKirill Chibisov2020-07-091-29/+5
* xwayland/window-manager: add a NULL check to fail when frame_create failsJimmy Ohn2020-07-011-0/+4
* screen-share: don't get weston_config object before zallocJimmy Ohn2020-07-011-1/+3
* gitlab CI: add support for DRM-backend testsLeandro Ribeiro2020-06-253-5/+84
* launcher: do not touch VT/tty while using non-default seatLeandro Ribeiro2020-06-251-7/+11
* shared: fix unused variable warningFrank Binns2020-06-241-2/+2
* desktop-shell: Avoid retrieving output's width/height if none presentMarius Vlad2020-06-231-2/+4
* libweston: don't clean up surface roleJames Hilliard2020-06-121-2/+0
* gl-renderer: fix pbuffer surface creationTomek Bury2020-06-111-2/+6
* drm: Fix leak of damage blob idScott Anderson2020-06-044-51/+53
* meson: enable undefined functions errors for colordGuillaume Champagne2020-06-031-1/+0
* meson: add lcms2 dependency to cms-colordGuillaume Champagne2020-06-031-1/+1
* tests: add drm-backend smoke testLeandro Ribeiro2020-06-022-0/+73
* tests: add support to run drm-backend tests locallyLeandro Ribeiro2020-06-023-2/+127
* drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro2020-06-024-1/+10
* tests: properly select renderer for DRM-backendLeandro Ribeiro2020-06-021-2/+8
* tests: don't use width and height for drm/fbdev backend testsLeandro Ribeiro2020-06-021-4/+7
* compositor: Quit when failing to open log fileAntonio Caggiano2020-06-011-4/+10
* compositor: Print error opening log fileAntonio Caggiano2020-06-011-0/+2
* timeline: convert vblank timestamp to MONOTONICPekka Paalanen2020-05-282-3/+39
* gl-renderer: query EGL to determine if GL_TEXTURE_EXTERNAL_OES should be usedMichael Olbrich2020-05-252-5/+108
* xdg-shell: Allow fullscreen surfaces to not cover the whole screenAlexandros Frantzis2020-05-251-2/+20
* libweston: replace 0 with the enum value for the xkb init flagsPeter Hutterer2020-05-142-2/+2
* set SURFACE_BITS_COMMAND cmdType explicitlyKen C2020-05-122-2/+29
* gitlab CI: update to recent fdo ci-templatesPeter Hutterer2020-05-081-9/+15
* gitlab ci: switch to freedesktop ci-templatesPeter Hutterer2020-05-081-1/+1
* compositor: fix endless recursion in scene-graph printingMichael Olbrich2020-04-291-2/+2
* man/weston-drm: Use third person singular conjugationPaul Menzel2020-04-061-1/+1
* drm: change timing to set color format for primary plane without universal planeTomohito Esaki2020-03-301-6/+6
* pixman-renderer: Replace output-create flags with structDaniel Stone2020-03-208-23/+39
* gl-renderer: Replace pbuffer-create args with structDaniel Stone2020-03-203-21/+25
* gl-renderer: Replace window-create args with structDaniel Stone2020-03-205-42/+49
* gl-renderer: Replace display-create args with structDaniel Stone2020-03-206-56/+65
* drm: Get renderer buffer size from drm_fbDaniel Stone2020-03-201-4/+4
* drm: Remove unnecessary condition in drm_output_render reuseDaniel Stone2020-03-201-5/+7
* drm: Remove trailing whitespaceDaniel Stone2020-03-201-1/+1
* x11: Remove unnecessary NULL checksDaniel Stone2020-03-201-10/+0
* xdg-shell: More helpful surface-state-mismatch errorDaniel Stone2020-03-201-1/+5
* wayland-backend: Fully damage initial SHM bufferDaniel Stone2020-03-181-2/+5
* tests: add viewport test for repeat modePekka Paalanen2020-03-123-0/+90
* tests: move fill_color into helpersPekka Paalanen2020-03-113-39/+61
* tests: move viewport creation into helpersPekka Paalanen2020-03-114-62/+87