summaryrefslogtreecommitdiff
path: root/src/compositor/meta-surface-xrender.c
Commit message (Expand)AuthorAgeFilesLines
* surface-xrender: restore opacity handlingAlberts Muktupāvels2021-06-171-1/+66
* compositor-xrender: do not create shadows when disabledAlberts Muktupāvels2020-07-131-5/+7
* surface-xrender: remove frame maskAlberts Muktupāvels2020-02-281-236/+2
* surface-xrender: store is_argb in MetaSurfaceXRender structAlberts Muktupāvels2020-02-231-22/+5
* surface-xrender: avoid XFixesFetchRegionAndBounds in paintAlberts Muktupāvels2020-02-231-31/+0
* surface-xrender: remove visibility check from paint functionsAlberts Muktupāvels2019-10-231-6/+0
* compositor-xrender: move shadow to MetaSurfaceXRenderAlberts Muktupāvels2019-10-231-10/+165
* surface-xrender: remove meta_surface_xrender_get_pictureAlberts Muktupāvels2019-10-231-6/+0
* surface: add sync_geometry vfuncAlberts Muktupāvels2019-10-221-0/+9
* surface: add damage parameter to pre_paint vfuncAlberts Muktupāvels2019-10-221-1/+2
* surface: add is_visible vfuncAlberts Muktupāvels2019-10-221-2/+12
* surface-xrender: do not create picture if we don't have pixmapAlberts Muktupāvels2019-10-221-6/+4
* compositor-xrender: move window painting to MetaSurfaceXRenderAlberts Muktupāvels2019-10-181-12/+206
* surface-xrender: clip image to shape regionAlberts Muktupāvels2019-10-181-0/+30
* surface-xrender: free mask when focus changesAlberts Muktupāvels2019-10-161-0/+13
* surface-xrender: simplify codeAlberts Muktupāvels2019-10-151-77/+55
* surface-xrender: make create_mask_pixmap staticAlberts Muktupāvels2019-10-121-113/+113
* surface: add meta_surface_get_imageAlberts Muktupāvels2019-10-121-0/+106
* compositor-xrender: move mask to MetaSurfaceXRenderAlberts Muktupāvels2019-10-111-0/+106
* surface: add show vfuncAlberts Muktupāvels2019-10-111-0/+6
* surface: add meta_surface_opacity_changedAlberts Muktupāvels2019-10-111-0/+6
* compositor-xrender: move get_window_mask_pixmap to MetaSurfaceXRenderAlberts Muktupāvels2019-10-111-0/+118
* surface-xrender: do not recreate picture when unmappedAlberts Muktupāvels2019-10-111-0/+6
* surface: add meta_surface_hideAlberts Muktupāvels2019-10-111-0/+11
* compositor-xrender: move picture to MetaSurfaceXRenderAlberts Muktupāvels2019-10-061-0/+110
* compositor: add pre_paint functionsAlberts Muktupāvels2019-10-051-0/+10
* compositor: add MetaSurfaceAlberts Muktupāvels2019-09-131-0/+36