summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* weston-debug: Convert weston_debug_stream to use the subscriber base classMarius Vlad2019-07-183-147/+123
* weston-debug: Introduce weston_log_subscription and weston_log_subscriber obj...Marius Vlad2019-07-182-2/+238
* libweston: Move 'struct weston_backend' to the internal backend headerPekka Paalanen2019-07-183-64/+71
* libweston: Migrate functions that operate on 'weston_seat'Marius Vlad2019-07-185-69/+77
* libweston: Migrate functions that operate on 'weston_output' into backend headerMarius Vlad2019-07-187-22/+36
* libweston: Introduce backend.hMarius Vlad2019-07-186-29/+65
* libweston: Migrate what is left out the libweston public headerMarius Vlad2019-07-182-3/+4
* libweston: Migrate content_protection from public headerMarius Vlad2019-07-182-4/+5
* libweston: Migrate functions that perform various transformationsMarius Vlad2019-07-183-20/+21
* libweston: Migrate functions that operate on 'weston_view'Marius Vlad2019-07-183-13/+18
* libweston: Migrate functions that operate on 'weston_spring'Marius Vlad2019-07-183-8/+12
* libweston: Migrate functions that operate on 'weston_surface'Marius Vlad2019-07-182-15/+14
* libweston: Migrate functions that operate on input objectsMarius Vlad2019-07-184-32/+44
* libweston: Migrate functions that operate on 'weston_seat'Marius Vlad2019-07-184-30/+45
* libweston: Migrate functions that operate on 'weston_plane'Marius Vlad2019-07-182-7/+8
* libweston: Migrate functions that operate on 'weston_compositor'Marius Vlad2019-07-187-97/+103
* libweston: Introduce libweston-internal.hMarius Vlad2019-07-187-16/+66
* libweston: Removed unused tty_* functionsMarius Vlad2019-07-181-17/+0
* libweston: Migrate weston_environment_get_fd() to weston-launch headerMarius Vlad2019-07-182-3/+3
* libweston: do not include config-parser.hPekka Paalanen2019-07-182-1/+1
* backend-drm: dont emit sesion signal if already at same stateRobert Beckett2019-07-181-1/+2
* libweston: make session_active a boolRobert Beckett2019-07-185-7/+7
* contributing: add copy of DCOPekka Paalanen2019-07-162-1/+40
* backend-drm: fix race during system suspendAntonio Borneo2019-07-129-24/+52
* gl-renderer: Don't leak transformed regionDaniel Stone2019-07-121-0/+2
* gl-renderer: Account for offset in output region translationDaniel Stone2019-07-121-1/+3
* remoting: make a gstreamer pipeline configurableTomohito Esaki2019-07-094-26/+68
* backend-drm: get handle in gbm specific codeStefan Agner2019-07-083-4/+4
* backend-drm: drop gbm.h from c filesStefan Agner2019-07-083-5/+0
* compositor-drm: use DRM constantsStefan Agner2019-07-081-4/+4
* clients: Add content-protection client appAnkit Nautiyal2019-07-052-0/+392
* gl-renderer: Obscure protected content on unprotected displayHarish Krupo2019-07-051-0/+16
* compositor: Enable HDCP for an output using weston.iniAnkit Nautiyal2019-07-054-0/+48
* libweston: Notify client for change in content-protection statusAnkit Nautiyal2019-07-053-1/+72
* libweston: Add content-protection protocol implementationAnkit Nautiyal2019-07-044-1/+411
* libweston: Add support to set content-protection for a weston_surfaceAnkit Nautiyal2019-07-042-1/+41
* libweston: Compute current protection for weston_output and weston_headAnkit Nautiyal2019-07-042-0/+41
* libweston: Add support to set content-protection for a weston_outputAnkit Nautiyal2019-07-042-0/+17
* protocol: Add content-protection protocolScott Anderson2019-07-042-0/+252
* ivi-layout: unmap desktop surfaces in ivi_view_destroy()Michael Olbrich2019-07-011-2/+1
* ivi-layout: use libweston-desktop api is to send configure events everywhereMichael Olbrich2019-07-013-15/+25
* doc/sphinx: No need for doxygen custom targetMarius Vlad2019-07-011-8/+0
* compositor: Support xdg_output_unstable_v1Roman Gilg2019-07-013-0/+122
* backend-drm: make linear modifier to defaultTomohito Esaki2019-07-011-1/+15
* doc/sphinx: Force sphinx to re-build everything as to avoid stale docsMarius Vlad2019-06-281-1/+1
* clients/presentation-shm: use xdg_shell instead of wl_shellrandom human2019-06-271-25/+70
* compositor-drm: Split assign_planes() into separate fileDaniel Stone2019-06-264-764/+812
* compositor-drm: Move state helpers to separate fileDaniel Stone2019-06-264-413/+493
* compositor-drm: Move FB handling to a separate fileDaniel Stone2019-06-264-510/+571
* compositor-drm: Move KMS API use to separate fileDaniel Stone2019-06-264-1356/+1452