summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compositor-drm: Add support for Tegra Jetson TK1baserock/weston-1.9.0/tegraJames Thomas2015-09-252-3/+110
* compositor-drm: Add new gbm struct to allow for a separate gbm deviceJames Thomas2015-09-251-19/+26
* configure.ac: bump to version 1.9.0 for the official release1.9.01.9Bryce Harrington2015-09-211-4/+4
* releasing: Note need for pgp signing announcementBryce Harrington2015-09-171-2/+3
* configure.ac: bump to version 1.8.93 for the RC1 release1.8.93Bryce Harrington2015-09-151-1/+1
* clients: If available, prefer top level surfaces for move or rotateDerek Foreman2015-09-151-0/+23
* shell: Make sure we actually have a resource in end_busy_cursorDerek Foreman2015-09-141-0/+1
* rpi: fix segfault at startup in rpi_flippipe_init() v2John Sadler2015-09-101-2/+4
* terminal: Don't crash when selecting non-ascii charactersDerek Foreman2015-09-101-1/+1
* compositor-fbdev: Remove bizarre division by sizeofDerek Foreman2015-09-101-1/+1
* Revert "compositor-drm: disable hardware cursors"Pekka Paalanen2015-09-091-2/+2
* clients: Fix height typo in clamp_view()Bryce Harrington2015-09-091-1/+1
* rpi: prevent segfault on shut-down due to NULL backendJohn Sadler2015-09-081-0/+2
* rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys bufferJohn Sadler2015-09-081-0/+3
* configure.ac: bump to version 1.8.92 for the beta release1.8.92Bryce Harrington2015-09-011-1/+1
* hmi-controller: fix wrong width and height are set to a layer of workspace.Nobuhiko Tanibata2015-08-261-2/+2
* hmi-controller: fix the laucher layer widthNobuhiko Tanibata2015-08-261-27/+44
* ivi-layout: implement surface clippingNobuhiko Tanibata2015-08-261-6/+141
* build, compositor-drm: fix output name constants another wayPekka Paalanen2015-08-242-1/+3
* build: Require newer version of libdrmDerek Foreman2015-08-241-1/+1
* clients: Drop deadlock circumvention hack now that we don't need itJonas Ådahl2015-08-211-32/+0
* gl-renderer: gl_renderer_create display cleanup on errorDawid Gajownik2015-08-211-1/+3
* compositor-drm: rename outputs to follow kernel stylePekka Paalanen2015-08-211-19/+23
* ivi-shell: remove redundant wl_list_empty/init callsUcan, Emre (ADITG/SW1)2015-08-211-62/+18
* ivi-shell: clear order.layer_list before reordering itUcan, Emre (ADITG/SW1)2015-08-211-44/+11
* ivi-shell: clear order.surface_list before reordering itUcan, Emre (ADITG/SW1)2015-08-212-46/+21
* ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ...Ucan, Emre (ADITG/SW1)2015-08-201-11/+1
* compositor-fbdev: fix VT switching crashPekka Paalanen2015-08-201-2/+2
* compositor-drm: cast surface to EGLNativeWindowTypeDawid Gajownik2015-08-191-1/+1
* configure: fix enable_simple_intel_dmabuf_client=autoPekka Paalanen2015-08-171-0/+1
* configure.ac: bump to version 1.8.91 for the alpha release1.8.91Bryce Harrington2015-08-161-1/+1
* releasing: Soften suggestion to update the wayland version dependencyBryce Harrington2015-08-161-1/+1
* releasing: Update release namesBryce Harrington2015-08-161-1/+1
* Fix armhf configure breakage due to missing libdrm_intel packageBryce Harrington2015-08-141-4/+8
* Fix build breakage when using older gbm lacking dmabuf importBryce Harrington2015-08-142-0/+7
* clients: add simple-dmabuf clientGeorge Kiagiadakis2015-08-144-0/+616
* compositor-drm: dmabuf GBM importPekka Paalanen2015-08-141-4/+29
* compositor-drm: init linux_dmabuf supportPekka Paalanen2015-08-141-0/+17
* compositor-x11: init linux_dmabuf supportPekka Paalanen2015-08-141-0/+8
* gl-renderer: add dmabuf importPekka Paalanen2015-08-144-0/+251
* gl-renderer: introduce struct egl_imageLouis-Francis Ratté-Boulianne2015-08-141-8/+62
* dmabuf: implement linux_dmabuf extensionPekka Paalanen2015-08-145-0/+620
* protocol: add linux_dmabuf extension (v3)Pekka Paalanen2015-08-142-2/+279
* weston-launch: On error putenv returns a non-zero valueDawid Gajownik2015-08-101-1/+1
* compositor: fix crash when destroying incompletely created outputDawid Gajownik2015-08-071-0/+1
* fullscreen-shell: Fix modeset on transformed outputsJason Ekstrand2015-08-071-2/+21
* input: when destroying a seat, remove keyboard focus firstDerek Foreman2015-08-071-1/+2
* Coding style fixesDawid Gajownik2015-08-0714-82/+97
* Use [x]zalloc instead of [x]malloc + memsetRyo Munakata2015-08-073-12/+6
* xwm: don't let X windows steal the focusGiulio Camuffo2015-08-061-10/+32