summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-27fix weston launch errorHEADtizensandbox/xiaowei/5.0guan xiaowei1-7/+6
2018-10-26fix build fail issue and merge old patchguanxw3-12/+29
2018-10-25Merge branch 'weston5.0' into tizenguanxw316-32346/+69578
2018-08-24configure.ac: bump to version 5.0.0 for the official releaseupstream/5.0.0Derek Foreman1-2/+2
2018-08-20compositor-drm: add DPI connector typeStefan Agner1-0/+3
2018-08-17configure.ac: bump to version 4.0.94 for the RC2 releaseDerek Foreman1-1/+1
2018-08-17input: Send unique keymap file descriptors to clientsDerek Foreman2-35/+28
2018-08-17input: add weston_keyboard_send_keymap helper functionDerek Foreman3-10/+12
2018-08-10configure.ac: bump to version 4.0.93 for the RC1 releaseDerek Foreman1-1/+1
2018-08-10ivi-shell: Remove the compositor destory listener from list during de-initHarsha M M1-0/+2
2018-08-08libweston: Remove signals from the list during de-initHarsha M M3-0/+6
2018-08-07doc: fix typos in CONTRIBUTING.mdWill Thompson1-2/+2
2018-08-07doc: Use GitLab MRs for patches, not the listDaniel Stone1-70/+73
2018-08-07README: Move to Markdown, rewrite introductionDaniel Stone3-30/+80
2018-08-06doc: Update CONTRIBUTING for WestonDaniel Stone1-5/+5
2018-08-06Add CONTRIBUTING.md documentPekka Paalanen2-0/+344
2018-07-27configure.ac: bump to version 4.0.92 for the beta releaseDerek Foreman1-1/+1
2018-07-27compositor-drm: Remove addfb warning for user buffersDaniel Stone1-4/+3
2018-07-27compositor-drm: Don't test render-only atomic configurationDaniel Stone1-0/+5
2018-07-27compositor-drm: Remove unnecessary libdrm definesDaniel Stone1-16/+0
2018-07-22xwayland/selection: do not remove NULL property_sourceGreg V1-5/+10
2018-07-22ivi-shell: use install paths in example configEmre Ucan2-30/+28
2018-07-22ivi-shell: listen compositor wake_signalEmre Ucan2-0/+17
2018-07-13configure.ac: bump to version 4.0.91 for the alpha releaseDerek Foreman1-1/+1
2018-07-13simple-dmabuf-drm: fix build with --disable-eglEmilio Pozuelo Monfort2-12/+1
2018-07-13simple-dmabuf-drm: require zwp_linux_dmabuf_v1 v3Emilio Pozuelo Monfort1-11/+3
2018-07-11compositor-drm: Enable planes for atomicDaniel Stone1-11/+11
2018-07-11compositor-drm: Relax plane restrictions for atomicDaniel Stone1-8/+12
2018-07-11compositor-drm: Allow scanout plane to be occluded by overlayDaniel Stone1-6/+8
2018-07-11compositor-drm: Incrementally test plane states in mixed modeDaniel Stone1-32/+91
2018-07-11compositor-drm: Add planes-only mode to state proposalDaniel Stone1-2/+19
2018-07-11compositor-drm: Never lift solid surfaces to planesDaniel Stone1-0/+3
2018-07-11compositor-drm: Add test-only mode to state applicationDaniel Stone1-0/+57
2018-07-11compositor-drm: Return plane state from plane preparationDaniel Stone1-32/+31
2018-07-11compositor-drm: Add modes to drm_output_propose_stateDaniel Stone1-25/+45
2018-07-11compositor-drm: Use sprites_are_broken for scanout planeDaniel Stone1-2/+8
2018-07-11compositor-drm: Disallow overlapping overlay planesDaniel Stone1-0/+10
2018-07-10libweston: Fix clear timing of output repainted flagTomohito Esaki1-2/+3
2018-07-10compositor-drm: Ignore occluded viewsDaniel Stone1-5/+38
2018-07-10compositor-drm: Ignore views on other outputsDaniel Stone1-8/+15
2018-07-10compositor-drm: Split drm_assign_planes in twoDaniel Stone1-58/+97
2018-07-09compositor-drm: Use GBM modifier APIDaniel Stone2-9/+51
2018-07-09compositor-drm: Support plane IN_FORMATSSergi Granell2-9/+128
2018-07-09compositor-drm: Add modifiers to GBM dmabuf importDaniel Stone2-47/+170
2018-07-09helpers: Move static_assert definition to sharedDaniel Stone3-8/+34
2018-07-09compositor-drm: Don't set fb->size for non-dumb buffersDaniel Stone1-1/+1
2018-07-09compositor-drm: Avoid cast by using unsigned loop indexDaniel Stone1-2/+2
2018-07-09compositor-drm: Define DPMS property as an enumDaniel Stone1-9/+32
2018-07-09man: Remove description of DRM specific mode-options from weston.ini.manAnkit Nautiyal1-25/+5
2018-07-06compositor-drm: Support modifiers for drm_fbDaniel Stone2-1/+28