summaryrefslogtreecommitdiff
path: root/composite
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03Set bg pixmap of composite overlay window to None (#20912)Havoc Pennington1-2/+2
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-5/+5
2009-03-06Composite: Uninitialized borderClipX/borderClipYPeter Åstrand1-0/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+0
2008-09-19Switching from Automatic to Manual redirect needs to unmap/remapKeith Packard1-0/+10
2008-09-17Conditionalize Composite-based backing store on pScreen->backingStoreSupport.Aaron Plattner1-1/+2
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis2-3/+3
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis2-3/+3
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky2-4/+8
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-6/+1
2008-06-24Bug #15586: (Correctly) refuse to redirect the root window.Adam Jackson1-0/+3
2008-05-12Prevent the -wm command line option from causing a SEGVJames Cloos1-1/+1
2008-05-12Clean up whitespaceJames Cloos1-35/+35
2008-05-04Rework composite overlay window code to fix several resource management bugs.Keith Packard5-184/+206
2008-02-28XACE: Adjust the location of the COMPOSITE creation hook.Eamon Walsh1-2/+2
2008-02-28XACE: Call the creation hook to properly label COMPOSITE window pixmaps.Eamon Walsh1-0/+6
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-1/+1
2008-02-17Resize composite overlay window when the root window changes.Maarten Maathuis1-0/+25
2007-11-20Revert "registry: Register composite extension protocol names."Eamon Walsh1-20/+0
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+2
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+2
2007-10-15registry: Register composite extension protocol names.Eamon Walsh1-0/+20
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+6
2007-09-20Set noCompositeExtension to TRUE when failing to initialize the extension (e....Aaron Plattner1-0/+6
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh4-43/+60