summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-27screenshooter: stop using frame_signal void *data parameter to get weston_outputLeandro Ribeiro1-2/+4
2019-11-27move frame_signal emission to weston_output_repaint()Leandro Ribeiro3-2/+1
2019-11-25gl-renderer: Add support for XYUV format (v2)Vivek Kasireddy2-1/+39
2019-11-25gl-renderer: Replace EGL_*_WL macros with locally defined enumsVivek Kasireddy1-8/+14
2019-11-25desktop-shell: Set 1x1 buffers for solid-color backgroundsHarish Krupo1-0/+6
2019-11-25clients/window: Add viewport destination supportHarish Krupo3-4/+82
2019-11-25clients/fullscreen: Refuse to resize the surface size when fullscreen'edMarius Vlad1-0/+3
2019-11-25doc/scripts/gdb: Added gdb script to dump contents of the flight recorderMarius Vlad1-0/+103
2019-11-25weston-log-flight-rec: Fix useless comparison when displaying theMarius Vlad1-1/+1
2019-11-25weston-log-flight-rec: Don't allow more than one flight recorder to beMarius Vlad1-0/+3
2019-11-25weston-log-flight-rec: Add a global variable to access the ring bufferMarius Vlad2-9/+47
2019-11-25simple-dmabuf-egl: make application genericVeeresh Kadasani1-5/+26
2019-11-25config-parser: Export get_full_path and destroyDaniel Stone1-0/+2
2019-11-25libweston: do not include weston.hPekka Paalanen1-1/+0
2019-11-23backend-drm: remove unnecessary ifdefsLeandro Ribeiro1-4/+0
2019-11-23backend-drm: remove unecessary ifdef checksLeandro Ribeiro3-40/+0
2019-11-23build: bump libdrm requirement to newer version (2.4.83)Leandro Ribeiro1-1/+1
2019-11-22backend-drm: Further checks to skip plane assignment to HW planesMarius Vlad1-0/+18
2019-11-22backend-drm: Turn zpos duplicate check into an hard assertMarius Vlad1-16/+5
2019-11-22backend-drm: Skip testing plane state if plane is not enabledMarius Vlad1-0/+6
2019-11-22backend-drm: Assign the primary plane the lowest zpos valueMarius Vlad1-0/+19
2019-11-22tests: drop FAIL_TESTPekka Paalanen2-14/+8
2019-11-22tests/ivi: rename test_sectionPekka Paalanen1-4/+5
2019-11-22tests: rename struct weston_test to weston_test_entryPekka Paalanen2-10/+11
2019-11-22tests/xwayland: do not call exit(SUCCESS)Pekka Paalanen1-1/+0
2019-11-22tests: replace fprintf() with testlog()Pekka Paalanen12-71/+78
2019-11-22tests/subsurface-shot: hardcode reference image namesPekka Paalanen1-6/+5
2019-11-22tests: write image to current directory by defaultPekka Paalanen1-1/+1
2019-11-21clients: Add more sanity checks to catch destroyed windowJeffy Chen1-0/+10
2019-11-21clients: Drop corresponding touch points when destroying windowsJeffy Chen1-1/+11
2019-11-21xwm: Use Xwayland allow commits for repaintOlivier Fourdan1-1/+11
2019-11-21compositor: allow double-loading modulesPekka Paalanen1-9/+7
2019-11-21libweston: allow double-loading modulesPekka Paalanen1-9/+7
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen15-30/+125
2019-11-21colord: remove destroy listener on clean-upPekka Paalanen1-0/+1
2019-11-21ivi-shell: fix init error pathPekka Paalanen1-0/+1
2019-11-21tests: fix test-shell init error pathPekka Paalanen1-0/+1
2019-11-21tests: remove static data from presentationPekka Paalanen1-7/+8
2019-11-21tests: remove static data from ivi-layout-test-clientPekka Paalanen1-28/+57
2019-11-21tests: remove static data from ivi-shell-app-testPekka Paalanen1-4/+1
2019-11-21tests: remove static data from ivi-layout-test-pluginPekka Paalanen1-19/+24
2019-11-21tests: remove static data from viewporterPekka Paalanen1-4/+1
2019-11-21clients/simple-dmabuf-drm: Make use of direct-displayMarius Vlad2-2/+22
2019-11-21clients/simple-dmabuf-egl: Make use of direct-displayMarius Vlad2-5/+27
2019-11-21renderer-gl: Display a solid shader color when direct-display is in useMarius Vlad1-1/+10
2019-11-21renderer-gl: Avoid retrieving the EGL image it direct_display flag was setMarius Vlad1-5/+14
2019-11-21backend-drm: Add dmabuf scan-out check for DRM-backendMarius Vlad3-0/+28
2019-11-21libweston: Add the ability to determine if a dmabuf is scanout-capableMarius Vlad4-0/+37
2019-11-18libweston: Add weston-direct-display server side implementationMarius Vlad4-0/+104
2019-11-18protocol: Add weston-direct-display extensionMarius Vlad2-0/+84