summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-12weston/vk: Add code to create an outputvulkanJason Ekstrand2-5/+240
2015-09-08weston: Add the beginnings of a Vulkan backendJason Ekstrand3-0/+296
2015-09-08compositor-x11: Add support for the Vulkan rendererJason Ekstrand1-5/+59
2015-09-08weston: Add a Vulkan renderer headerJason Ekstrand1-0/+83
2015-09-08configure: Add very hackish Vulkan findingJason Ekstrand1-0/+9
2015-09-08compositor-x11: Make which renderer we are using an enumJason Ekstrand1-11/+30
2015-09-08rpi: prevent segfault on shut-down due to NULL backendJohn Sadler1-0/+2
2015-09-08rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys bufferJohn Sadler1-0/+3
2015-09-01configure.ac: bump to version 1.8.92 for the beta releaseBryce Harrington1-1/+1
2015-08-26hmi-controller: fix wrong width and height are set to a layer of workspace.Nobuhiko Tanibata1-2/+2
2015-08-26hmi-controller: fix the laucher layer widthNobuhiko Tanibata1-27/+44
2015-08-26ivi-layout: implement surface clippingNobuhiko Tanibata1-6/+141
2015-08-24build, compositor-drm: fix output name constants another wayPekka Paalanen2-1/+3
2015-08-24build: Require newer version of libdrmDerek Foreman1-1/+1
2015-08-21clients: Drop deadlock circumvention hack now that we don't need itJonas Ådahl1-32/+0
2015-08-21gl-renderer: gl_renderer_create display cleanup on errorDawid Gajownik1-1/+3
2015-08-21compositor-drm: rename outputs to follow kernel stylePekka Paalanen1-19/+23
2015-08-21ivi-shell: remove redundant wl_list_empty/init callsUcan, Emre (ADITG/SW1)1-62/+18
2015-08-21ivi-shell: clear order.layer_list before reordering itUcan, Emre (ADITG/SW1)1-44/+11
2015-08-21ivi-shell: clear order.surface_list before reordering itUcan, Emre (ADITG/SW1)2-46/+21
2015-08-20ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ...Ucan, Emre (ADITG/SW1)1-11/+1
2015-08-20compositor-fbdev: fix VT switching crashPekka Paalanen1-2/+2
2015-08-19compositor-drm: cast surface to EGLNativeWindowTypeDawid Gajownik1-1/+1
2015-08-17configure: fix enable_simple_intel_dmabuf_client=autoPekka Paalanen1-0/+1
2015-08-16configure.ac: bump to version 1.8.91 for the alpha releaseBryce Harrington1-1/+1
2015-08-16releasing: Soften suggestion to update the wayland version dependencyBryce Harrington1-1/+1
2015-08-16releasing: Update release namesBryce Harrington1-1/+1
2015-08-14Fix armhf configure breakage due to missing libdrm_intel packageBryce Harrington1-4/+8
2015-08-14Fix build breakage when using older gbm lacking dmabuf importBryce Harrington2-0/+7
2015-08-14clients: add simple-dmabuf clientGeorge Kiagiadakis4-0/+616
2015-08-14compositor-drm: dmabuf GBM importPekka Paalanen1-4/+29
2015-08-14compositor-drm: init linux_dmabuf supportPekka Paalanen1-0/+17
2015-08-14compositor-x11: init linux_dmabuf supportPekka Paalanen1-0/+8
2015-08-14gl-renderer: add dmabuf importPekka Paalanen4-0/+251
2015-08-14gl-renderer: introduce struct egl_imageLouis-Francis Ratté-Boulianne1-8/+62
2015-08-14dmabuf: implement linux_dmabuf extensionPekka Paalanen5-0/+620
2015-08-14protocol: add linux_dmabuf extension (v3)Pekka Paalanen2-2/+279
2015-08-10weston-launch: On error putenv returns a non-zero valueDawid Gajownik1-1/+1
2015-08-07compositor: fix crash when destroying incompletely created outputDawid Gajownik1-0/+1
2015-08-07fullscreen-shell: Fix modeset on transformed outputsJason Ekstrand1-2/+21
2015-08-07input: when destroying a seat, remove keyboard focus firstDerek Foreman1-1/+2
2015-08-07Coding style fixesDawid Gajownik14-82/+97
2015-08-07Use [x]zalloc instead of [x]malloc + memsetRyo Munakata3-12/+6
2015-08-06xwm: don't let X windows steal the focusGiulio Camuffo1-10/+32
2015-08-06rpi-renderer: use weston_output matrix instead of a private matrixDerek Foreman1-65/+3
2015-08-06input: add a weston_pointer_clear_focus() helper functionDerek Foreman6-17/+37
2015-08-06test/ivi: include protocol headers for all used protocolsBill Spitzak2-0/+2
2015-08-06input: pass the global touch coordinates to the touch grabGiulio Camuffo3-14/+22
2015-08-06compositor: remove a call to weston_compositor_schedule_repaintRyo Munakata1-2/+0
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman3-12/+15