summaryrefslogtreecommitdiff
path: root/libweston
Commit message (Expand)AuthorAgeFilesLines
* compositor: Fix scene-graph debug scope missing views based on sub-surfacesMarius Vlad2019-02-181-1/+28
* compositor-drm: Print pixel format in human-friendly form when failing to ass...Marius Vlad2019-02-181-2/+3
* meson: Remove freerdp1 as it no longer buildsMarius Vlad2019-02-181-4/+1
* compositor-drm: Fall back if GBM surface fails with modifiersDaniel Stone2019-02-161-1/+6
* meson: add missing libweston EGL dependency if renderer-gl is enabledPhilipp Zabel2019-02-151-3/+10
* compositor-wayland: use xdg_shell stable instead of v6ant8me2019-02-152-54/+54
* libweston: export weston_config APIPekka Paalanen2019-02-061-1/+1
* libweston: Support zwp_surface_synchronization_v1.get_releaseAlexandros Frantzis2019-02-066-3/+281
* libweston: Support zwp_surface_synchronization_v1.set_acquire_fenceAlexandros Frantzis2019-02-068-8/+289
* libweston: Introduce an internal linux sync file APIAlexandros Frantzis2019-02-065-34/+127
* libweston: Introduce zwp_linux_explicit_synchronization_v1Alexandros Frantzis2019-02-066-0/+215
* meson: remind about weston-launch suidPekka Paalanen2019-02-011-0/+2
* meson: Fix deprecation warning for pkgconfigScott Anderson2019-02-011-1/+1
* libweston: fbdev: Force the Framebuffer devices to be activated.n3rdopolis2019-01-311-2/+23
* weston: Store use_pixman as `bool` typeThomas Zimmermann2019-01-312-2/+2
* compositor-drm: Don't set linear modifier when not supportedScott Anderson2019-01-291-1/+1
* compositor-drm: Add an environmental variable to force RENDER-only mode of co...Marius Vlad2019-01-251-1/+1
* compositor-drm: Forgot to use mode variable when using render only mode of co...Marius Vlad2019-01-251-1/+1
* compositor-drm: fix drm_output_prepare_overlay_view for non-matching formatPhilipp Zabel2019-01-231-1/+4
* compositor-drm: Display the pixel format of the framebuffer used by the planeMarius Vlad2019-01-231-0/+15
* pixel-formats: Document pixel format human-friendly conversion methodsMarius Vlad2019-01-231-0/+13
* compositor-drm: Print DRM FB pixel format of the view in human-friendly formMarius Vlad2019-01-231-0/+2
* meson: better errors for VA-API depsPekka Paalanen2018-12-311-5/+9
* meson: better error for drm+gl depsPekka Paalanen2018-12-311-1/+4
* meson: better error for x11+gl depsPekka Paalanen2018-12-311-1/+5
* meson: better error for wayland-backend wl-egl depPekka Paalanen2018-12-311-1/+5
* meson: better errors for gl-renderer egl and glesv2Pekka Paalanen2018-12-311-6/+10
* meson: better errors for x11-backend depsPekka Paalanen2018-12-311-4/+14
* meson: better error for freerdpPekka Paalanen2018-12-311-1/+4
* meson: better error for logind depsPekka Paalanen2018-12-311-2/+11
* compositor-fbdev: add support for ABGRPablo Castellano2018-12-201-2/+6
* libweston/screnshooter: Fix weston screenshot event done if there's no client...Marius Vlad2018-12-181-1/+1
* libweston/weston-debug: Add a easy way to determine if the debug protocol has...Marius Vlad2018-12-182-0/+13
* libweston/compositor-drm: Add missing debug message for scanout_viewMarius Vlad2018-12-181-1/+4
* libweston/compositor-drm: No need to test for invalid alpha for the viewMarius Vlad2018-12-181-3/+0
* libweston/compositor-drm: Print composition mode in weston-debugMarius Vlad2018-12-181-12/+33
* Fix compiler warnings generated by older toolchains/compilerMarius Vlad2018-12-151-1/+1
* Add Meson build systemDaniel Stone2018-12-092-0/+439
* rdp-compositor: fix compilation with FreeRDP 2.0-rc4David Fort2018-12-041-43/+43
* compositor: Make pixel format printing in human-friendly formMarius Vlad2018-11-201-4/+11
* pixel-formats: Added pixel_format_get_info_shm() helper for printing SHM buffersMarius Vlad2018-11-202-0/+25
* compositor-drm: parse all DRM format namesPekka Paalanen2018-11-201-11/+15
* pixel-formats: search by namePekka Paalanen2018-11-202-2/+38
* pixel-formats: add name stringPekka Paalanen2018-11-202-56/+63
* compositor-drm: Log atomic commits and flipsArkadiusz Hiler2018-11-031-1/+6
* gl-renderer, pixman: disconnect the client on unhandled buffer type.Vasilis Liaskovitis2018-11-024-1/+49
* compositor-drm: Read FB2_MODIFIERS capabilityDeepak Rawat2018-11-021-5/+15
* compositor-drm: Add Support virtual outputTomohito Esaki2018-10-302-1/+433
* compositor-drm: store gbm bo flags in drm_outputTomohito Esaki2018-10-301-1/+3
* gl-renderer: provide fence sync fd for synchronizing with GPU renderingTomohito Esaki2018-10-302-12/+49