summaryrefslogtreecommitdiff
path: root/libweston
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Move weston-egl-ext.h to sharedDaniel Stone1-170/+0
2017-01-30Add comments and whitespace to repaint machineryDaniel Stone1-6/+21
2017-01-27compositor-rdp: Fix build with freerdp2, take 2Daniel Stone1-1/+1
2017-01-26compositor-drm: Restore use-current-mode functionalityArmin Krezović2-4/+0
2017-01-20compositor-rdp: Fix build with freerdp2Emilio Pozuelo Monfort1-2/+11
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic2-7/+4
2017-01-17libweston: Properly namespace backends entrypointQuentin Glidic8-15/+15
2017-01-17compositor-drm: allow mode frequency selectionFabien Dessenne1-2/+6
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic2-9/+125
2017-01-17compositor-wayland: Support building without EGLArmin Krezović1-1/+22
2017-01-16compositor-x11: Remove support for ancient XCBDaniel Stone1-7/+2
2017-01-03compositor: fix a minor typoAbdur Rehman1-1/+1
2017-01-03compositor-drm: fix a couple of typosAbdur Rehman1-2/+2
2016-12-16compositor: Assign new views to the primary planeDaniel Stone1-0/+1
2016-12-12compositor-drm: Reshuffle and comment plane conditionsDaniel Stone1-31/+48
2016-12-12Remove DPMS-on when going offscreenDaniel Stone1-8/+1
2016-12-12compositor-drm: Remove open-coded weston_compositor_wakeDaniel Stone1-6/+1
2016-12-12compositor-drm: Delete drm_backend_set_modesDaniel Stone1-33/+0
2016-12-12compositor-drm: Store width and height inside drm_fbDaniel Stone1-11/+13
2016-12-12compositor-drm: Use signed int for width/heightDaniel Stone1-5/+6
2016-12-12compositor-drm: Use fb->fd consistentlyDaniel Stone1-2/+1
2016-12-12compositor-drm: Extract EGL destroy to helperDaniel Stone1-11/+15
2016-12-12compositor-drm: Simplify drm_sprite_crtc_supportedDaniel Stone1-27/+4
2016-12-12compositor-drm: Comment struct membersDaniel Stone1-2/+2
2016-11-30libweston: Make module loading safe against long pathsDaniel Stone1-3/+12
2016-11-29compositor-wayland: Destroy cursor images earlierDaniel Stone1-4/+4
2016-11-29Don't prepend protocol/ to include pathsDaniel Stone1-2/+2
2016-11-28compositor-wayland: Set frame callback for PixmanDaniel Stone1-3/+2
2016-11-28gl-renderer: Fix an invalid write when closing a Weston windowDima Ryazanov1-0/+4
2016-11-28compositor-wayland: Fix a use after freeDima Ryazanov1-9/+14
2016-11-24compositor-x11: fix segfault when use_pixman is trueRyo Munakata1-1/+2
2016-11-24Don't include version.h from compositor.hDaniel Stone1-1/+0
2016-11-22compositor: allow using nested parent as a subsurface siblingArnaud Vrac1-18/+10
2016-11-21libweston: Add move (without scale) animationQuentin Glidic2-7/+35
2016-11-21gl: Don't declare variables in for loopBryce Harrington1-1/+2
2016-11-21compositor-wayland: Port to xdg-shell-v6Armin Krezović1-12/+125
2016-11-21gl-renderer: add support of WL_SHM_FORMAT_YUYVVincent ABRIOU1-18/+38
2016-11-21compositor-x11: Move vfunc setting from set_size to enableArmin Krezović1-11/+9
2016-11-21compositor-wayland: Destroy shm buffers on output disableArmin Krezović1-7/+16
2016-11-21compositor-wayland: Properly clean up on backend destroyArmin Krezović1-1/+20
2016-11-21compositor-wayland: Simplify fullscreen output surface handlingArmin Krezović1-14/+3
2016-11-21compositor-wayland: Move vfunc setting from set_size to enableArmin Krezović1-12/+10
2016-11-21gl-renderer: use weston_platform_destroy_egl_surface wrapperEmil Velikov1-4/+6
2016-11-21gl-renderer: add support for EGL_KHR_swap_buffers_with_damageEmil Velikov1-6/+26
2016-11-21libweston: Move text_backend_* to weston.hQuentin Glidic1-8/+0
2016-11-21libweston: remove unused function declaration of weston_compositor_topRyo Munakata1-3/+0
2016-11-16input: Update keyboard serial on press and releaseOlivier Fourdan1-2/+1
2016-11-16gl-renderer: Use EGL_KHR_no_config_contextArmin Krezović2-4/+9
2016-11-07gl-renderer: Refactor gl_renderer_output_window_create()Miguel A. Vico1-34/+65
2016-11-07gl-renderer: Add <platform_attribs> param to gl_renderer_display_createMiguel A. Vico5-4/+7