summaryrefslogtreecommitdiff
path: root/composite
AgeCommit message (Expand)AuthorFilesLines
2018-10-05Switch automatic composite update to WorkQueuePierre Ossman3-20/+15
2018-04-02meson: Distribute more SDK headersThierry Reding1-0/+6
2018-02-23composite: Fix use-after-free in compReparentWindowPeter Harris1-1/+2
2018-01-24composite: Propagate damagedDescendants when reparentedPeter Harris3-8/+20
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-4/+1
2017-08-11composite: Make compIsAlternateVisual safe even if Composite is offAdam Jackson1-1/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+13
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-19/+22
2017-01-25composite: Export compIsAlternateVisualAdam Jackson2-1/+3
2017-01-25composite: Remove a misleading commentAdam Jackson1-5/+0
2016-12-07composite: Fix repaint of borders (v2)Adam Jackson3-7/+10
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-06-21res: Fix accounting of redirected window pixmaps for CompositeAdam Jackson1-7/+8
2016-05-11dix: Remove pointless client-state callbacksAdam Jackson1-14/+0
2015-09-24composite: Factor out backing store transitionAdam Jackson1-11/+16
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-1/+1
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-4/+4
2014-11-12Drop trailing whitespacesPeter Hutterer5-10/+10
2014-10-28composite: Wrap GetSpansAdam Jackson2-0/+20
2014-10-27composite: Skip SetWindowPixmap when pixmap isn't changingKeith Packard1-3/+4
2014-10-09dix: Lower backStorage to a bit instead of a pointerAdam Jackson1-2/+2
2014-10-09mi: Simplify composite border clip redirection interfaceAdam Jackson1-3/+0
2014-04-21composite: Fix memory leak in compCopyWindowPeter Harris1-0/+1
2014-04-03Add pScreen->NameWindowPixmap hookDaniel Stone1-1/+12
2014-04-01composite: Add exception mechanism for implicit redirection policyKristian Høgsberg4-0/+53
2014-01-22composite: Remove duplicate window pixmap fetchKeith Packard1-1/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard6-21/+21
2014-01-12composite: Remove unused pScreen variablesKeith Packard1-4/+0
2013-12-09composite: Fix COW creation for Xinerama (v2)Adam Jackson1-1/+4
2013-12-09composite: Don't double-redirect if someone asks for backing store twiceAdam Jackson1-2/+2
2013-12-09composite: Automatically enable backing store support on the screenAdam Jackson1-0/+3
2013-09-10damage: Simplify DamageUnregisterAdam Jackson1-2/+2
2013-02-05Stop leaking overlayWin in PanoramiXCompositeGetOverlayWindow error pathsAlan Coopersmith1-1/+6
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-7/+1
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith1-12/+17
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-2/+4
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-5/+3
2012-06-28dix/render: consolidate window format matching code.Dave Airlie3-28/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-5/+4
2012-04-19Export CompositeClientWindowTypeKeith Packard2-1/+3
2012-04-18composite: Report pixmap usage of client windows to resource extension.Rami Ylimäki1-0/+25
2012-03-21Introduce a consistent coding styleKeith Packard7-1422/+1366
2011-10-19composite: Update borderClip in compAllocPixmap()Ville Syrjala1-4/+7
2011-09-21Use internal temp variable for swap macrosMatt Turner1-43/+31
2011-08-03composite: Inhibit window background paint with manual subwindow redirectionVille Syrjälä1-0/+2
2011-08-03Revert "composite: Don't backfill non-MapWindow allocations"Pierre-Loup A. Griffais1-7/+3
2011-05-04composite: Recompute clipping when changing between manual and automatic redi...Ville Syrjälä1-0/+6
2011-05-04composite: Fix pWin->redirectDraw when changing between manual and automatic ...Ville Syrjälä1-0/+5
2011-05-04composite: Copy the window contents back from the pixmapVille Syrjälä3-11/+57
2011-05-04composite: Get rid of the internal UnmapWindow+MapWindow cycleVille Syrjälä1-42/+45