summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump to version 5.0.0 for the official release5.0.05.0Derek Foreman2018-08-241-2/+2
* compositor-drm: add DPI connector typeStefan Agner2018-08-201-0/+3
* configure.ac: bump to version 4.0.94 for the RC2 release4.0.94Derek Foreman2018-08-171-1/+1
* input: Send unique keymap file descriptors to clientsDerek Foreman2018-08-172-35/+28
* input: add weston_keyboard_send_keymap helper functionDerek Foreman2018-08-173-10/+12
* configure.ac: bump to version 4.0.93 for the RC1 release4.0.93Derek Foreman2018-08-101-1/+1
* ivi-shell: Remove the compositor destory listener from list during de-initHarsha M M2018-08-101-0/+2
* libweston: Remove signals from the list during de-initHarsha M M2018-08-083-0/+6
* doc: fix typos in CONTRIBUTING.mdWill Thompson2018-08-071-2/+2
* doc: Use GitLab MRs for patches, not the listDaniel Stone2018-08-071-70/+73
* README: Move to Markdown, rewrite introductionDaniel Stone2018-08-073-30/+80
* doc: Update CONTRIBUTING for WestonDaniel Stone2018-08-061-5/+5
* Add CONTRIBUTING.md documentPekka Paalanen2018-08-062-0/+344
* configure.ac: bump to version 4.0.92 for the beta release4.0.92Derek Foreman2018-07-271-1/+1
* compositor-drm: Remove addfb warning for user buffersDaniel Stone2018-07-271-4/+3
* compositor-drm: Don't test render-only atomic configurationDaniel Stone2018-07-271-0/+5
* compositor-drm: Remove unnecessary libdrm definesDaniel Stone2018-07-271-16/+0
* xwayland/selection: do not remove NULL property_sourceGreg V2018-07-221-5/+10
* ivi-shell: use install paths in example configEmre Ucan2018-07-222-30/+28
* ivi-shell: listen compositor wake_signalEmre Ucan2018-07-222-0/+17
* configure.ac: bump to version 4.0.91 for the alpha release4.0.91Derek Foreman2018-07-131-1/+1
* simple-dmabuf-drm: fix build with --disable-eglEmilio Pozuelo Monfort2018-07-132-12/+1
* simple-dmabuf-drm: require zwp_linux_dmabuf_v1 v3Emilio Pozuelo Monfort2018-07-131-11/+3
* compositor-drm: Enable planes for atomicDaniel Stone2018-07-111-11/+11
* compositor-drm: Relax plane restrictions for atomicDaniel Stone2018-07-111-8/+12
* compositor-drm: Allow scanout plane to be occluded by overlayDaniel Stone2018-07-111-6/+8
* compositor-drm: Incrementally test plane states in mixed modeDaniel Stone2018-07-111-32/+91
* compositor-drm: Add planes-only mode to state proposalDaniel Stone2018-07-111-2/+19
* compositor-drm: Never lift solid surfaces to planesDaniel Stone2018-07-111-0/+3
* compositor-drm: Add test-only mode to state applicationDaniel Stone2018-07-111-0/+57
* compositor-drm: Return plane state from plane preparationDaniel Stone2018-07-111-32/+31
* compositor-drm: Add modes to drm_output_propose_stateDaniel Stone2018-07-111-25/+45
* compositor-drm: Use sprites_are_broken for scanout planeDaniel Stone2018-07-111-2/+8
* compositor-drm: Disallow overlapping overlay planesDaniel Stone2018-07-111-0/+10
* libweston: Fix clear timing of output repainted flagTomohito Esaki2018-07-101-2/+3
* compositor-drm: Ignore occluded viewsDaniel Stone2018-07-101-5/+38
* compositor-drm: Ignore views on other outputsDaniel Stone2018-07-101-8/+15
* compositor-drm: Split drm_assign_planes in twoDaniel Stone2018-07-101-58/+97
* compositor-drm: Use GBM modifier APIDaniel Stone2018-07-092-9/+51
* compositor-drm: Support plane IN_FORMATSSergi Granell2018-07-092-9/+128
* compositor-drm: Add modifiers to GBM dmabuf importDaniel Stone2018-07-092-47/+170
* helpers: Move static_assert definition to sharedDaniel Stone2018-07-093-8/+34
* compositor-drm: Don't set fb->size for non-dumb buffersDaniel Stone2018-07-091-1/+1
* compositor-drm: Avoid cast by using unsigned loop indexDaniel Stone2018-07-091-2/+2
* compositor-drm: Define DPMS property as an enumDaniel Stone2018-07-091-9/+32
* man: Remove description of DRM specific mode-options from weston.ini.manAnkit Nautiyal2018-07-091-25/+5
* compositor-drm: Support modifiers for drm_fbDaniel Stone2018-07-062-1/+28
* compositor-drm: Extract drm_fb_addfb into a helperDaniel Stone2018-07-061-43/+48
* compositor-drm: Use plane FB-import helper for scanoutDaniel Stone2018-07-061-40/+13
* compositor-drm: Extract overlay FB import to helperDaniel Stone2018-07-061-100/+119