summaryrefslogtreecommitdiff
path: root/composite/compinit.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-121/+122
2011-01-05composite: Support updating an arbitrary subtreeVille Syrjälä1-2/+2
2011-01-05composite: Add SourceValidate wrapperVille Syrjälä1-0/+22
2011-01-05composite: Add GetImage wrapperVille Syrjälä1-0/+24
2010-12-31composite: Remove unnecessary variable.Pauli Nieminen1-1/+0
2010-12-31composite: Only register the block handler when it is requiredPauli Nieminen1-32/+1
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-06-22composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)Dave Airlie1-0/+12
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+10
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-11/+3
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-21/+15
2009-10-09composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer1-3/+1
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-55/+4
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 Coopersmith1-17/+24
2009-04-27Export CompositeRegisterAlternateVisuals.Aaron Plattner1-0/+1
2009-04-14composite: Fix resource lookupsKristian Høgsberg1-3/+5
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+0
2008-09-17Conditionalize Composite-based backing store on pScreen->backingStoreSupport.Aaron Plattner1-1/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+6
2008-05-04Rework composite overlay window code to fix several resource management bugs.Keith Packard1-10/+3
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-4/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-25/+5
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-0/+31
2007-07-31Don't fail compScreenInit if the driver added its own alternate visuals.Aaron Plattner1-1/+2
2007-07-18Refactor how Composite adds visuals to the screen.Adam Jackson1-113/+88
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2006-08-08Add CompositeRegisterAlternateVisuals.Aaron Plattner1-4/+42
2006-03-29Fix composite overlay window bug 6411Deron Johnson1-0/+3
2006-03-13Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:Deron Johnson1-0/+33
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-08-13Empty damage object when freeing pixmap.Keith Packard1-7/+30
2004-08-12Apply a kludge to initialize the composite wrapper before DamageSetup. IfEric Anholt1-3/+0
2004-08-07Remove alpha-related fields from visual structure to retain binaryKeith Packard1-3/+0
2004-08-03Major improvements to Composite wrapper. Several issues remain, but it nowEric Anholt1-0/+1
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt1-0/+371