summaryrefslogtreecommitdiff
path: root/composite
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-04composite: Initialize borderClip with current valuesVille Syrjälä1-2/+4
2011-05-04composite: Call ValidateGC after ChangeGCVille Syrjälä1-2/+1
2011-04-15Revert "composite: Don't backfill non-bg-None windows"Adam Jackson1-26/+0
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-4/+1
2011-01-05composite: Support updating an arbitrary subtreeVille Syrjälä4-13/+31
2011-01-05composite: Add SourceValidate wrapperVille Syrjälä2-0/+23
2011-01-05composite: Add GetImage wrapperVille Syrjälä3-1/+29
2011-01-05Revert "composite: Convert compWindowUpdate to use TraverseTree"Ville Syrjälä1-15/+15
2010-12-31composite: Remove unnecessary variable.Pauli Nieminen3-12/+2
2010-12-31composite: Only register the block handler when it is requiredPauli Nieminen2-33/+37
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith6-6/+6
2010-11-30composite: add panoramix supportDavid Reveman4-13/+391
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt2-3/+3
2010-10-18composite: Move the backfill comment to a more appropriate indent levelAdam Jackson1-4/+4
2010-10-18composite: Don't backfill non-MapWindow allocationsAdam Jackson1-3/+7
2010-10-18composite: Don't backfill non-bg-None windowsAdam Jackson1-1/+23
2010-09-10composite: Convert compWindowUpdate to use TraverseTreeAdam Jackson1-15/+15
2010-06-22composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)Dave Airlie3-10/+87
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard3-14/+22
2010-06-05Rename region macros to eliminate screen argumentKeith Packard3-25/+25
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie3-153/+54
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-2/+2
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-1/+1
2010-06-02composite: initialise pOldPixmap to NullPixmap at alloc time.Dave Airlie1-0/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-4/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-5/+5
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-2/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-21/+21
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-9/+6
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+6
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith6-126/+90
2009-10-09composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer1-3/+1
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-2/+2
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-55/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-6/+4
2009-08-20composite: Move screen init before extension registration.Adam Jackson1-3/+5
2009-08-04Add support for RENDER BGRA formats.Michel Dänzer1-1/+3
2009-05-15Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith6-102/+144
2009-04-27Export CompositeRegisterAlternateVisuals.Aaron Plattner4-4/+43
2009-04-14composite: Fix resource lookupsKristian Høgsberg2-60/+35