summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* xrender: simplify process_property_notifyAlberts Muktupāvels2017-07-041-16/+13
* vulkan: fix a build warningAlberts Muktupāvels2017-07-031-0/+2
* xrender: include shape region in damage areaAlberts Muktupāvels2017-06-281-13/+33
* vulkan: create command buffersAlberts Muktupāvels2017-06-281-0/+53
* compositor: reformatAlberts Muktupāvels2017-06-281-32/+32
* compositor: rename window_shape_changedAlberts Muktupāvels2017-06-285-14/+14
* compositor: add window_opaque_region_changedAlberts Muktupāvels2017-06-285-0/+35
* xrender: remove more unnecessary NULL checksAlberts Muktupāvels2017-06-191-2/+2
* xrender: remove unnecessary NULL checksAlberts Muktupāvels2017-06-191-61/+40
* xrender: redraw screen after stack syncAlberts Muktupāvels2017-04-271-1/+1
* xrender: add error trap in sync_window_geometryAlberts Muktupāvels2017-04-011-0/+4
* xrender: simplify expose_areaAlberts Muktupāvels2017-03-181-4/+1
* xrender: stop handling ConfigureNotify eventsAlberts Muktupāvels2017-03-185-167/+183
* xrender: fix window resizingAlberts Muktupāvels2017-03-181-3/+10
* xrender: track decoration statusAlberts Muktupāvels2017-03-171-0/+133
* xrender: don't mix client and frame xwindowsAlberts Muktupāvels2017-03-171-14/+24
* xrender: add find_comp_window_by_windowAlberts Muktupāvels2017-03-171-28/+21
* xrender: rename find_window to find_comp_window_by_xwindowAlberts Muktupāvels2017-03-171-17/+17
* xrender: allow passing NULL to cairo_region_to_xserver_regionAlberts Muktupāvels2017-03-171-17/+8
* xrender: merge two functionsAlberts Muktupāvels2017-03-171-85/+78
* xrender: remove id from MetaCompWindowAlberts Muktupāvels2017-03-171-17/+20
* xrender: add get_toplevel_xwindow to simplify codeAlberts Muktupāvels2017-03-171-59/+23
* xrender: move repaint idle to MetaCompositorAlberts Muktupāvels2017-03-165-46/+81
* vulkan: create framebuffersAlberts Muktupāvels2017-03-161-5/+76
* vulkan: create render passAlberts Muktupāvels2017-03-161-0/+76
* vulkan: create image viewsAlberts Muktupāvels2017-03-161-0/+76
* vulkan: get swapchain imagesAlberts Muktupāvels2017-03-161-26/+60
* vulkan: create swapchainAlberts Muktupāvels2017-03-161-0/+155
* xrender: use sync_screen_size vfunc to damage screenAlberts Muktupāvels2017-03-161-20/+11
* compositor: add meta_compositor_sync_screen_sizeAlberts Muktupāvels2017-03-165-0/+30
* vulkan: create semaphoreAlberts Muktupāvels2017-03-161-0/+35
* vulkan: create command poolAlberts Muktupāvels2017-03-161-0/+37
* compositor: check common extensions in MetaCompositorAlberts Muktupāvels2017-03-164-44/+41
* vulkan: create logical device and get queue handlesAlberts Muktupāvels2017-03-161-0/+99
* vulkan: select physical device and queue familiesAlberts Muktupāvels2017-03-161-0/+44
* vulkan: redirect windowsAlberts Muktupāvels2017-03-151-0/+3
* xrender: move XCompositeRedirectSubwindows to MetaCompositorAlberts Muktupāvels2017-03-153-17/+48
* vulkan: create surface for overlay windowAlberts Muktupāvels2017-03-151-2/+49
* compositor: remove is_our_xwindow vfuncAlberts Muktupāvels2017-03-155-30/+1
* xrender: move overlay window to MetaCompositorAlberts Muktupāvels2017-03-153-59/+78
* xrender: stop handling MapNotify eventsAlberts Muktupāvels2017-03-151-22/+22
* xrender: stop handling UnmapNotify eventsAlberts Muktupāvels2017-03-151-45/+28
* vulkan: use timeout to show not implemented messageAlberts Muktupāvels2017-03-151-2/+20
* xrender: remove XWindowAttributesAlberts Muktupāvels2017-03-151-56/+47
* xrender: remove commented out codeAlberts Muktupāvels2017-03-151-18/+0
* xrender: use mapped state from MetaWindowAlberts Muktupāvels2017-03-151-4/+2
* xrender: stop handling XShapeEvent eventsAlberts Muktupāvels2017-03-151-76/+57
* xrender: use Visual from MetaWindowAlberts Muktupāvels2017-03-141-3/+4
* xrender: remove unused parameter from resize_winAlberts Muktupāvels2017-03-141-7/+3
* compositor: remove meta_compositor_set_active_windowAlberts Muktupāvels2017-03-125-35/+0