summaryrefslogtreecommitdiff
path: root/composite
Commit message (Expand)AuthorAgeFilesLines
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-032-2/+2
* Move each screen's screensaver data into ScreenRec.Jamey Sharp2010-06-031-1/+1
* composite: initialise pOldPixmap to NullPixmap at alloc time.Dave Airlie2010-06-021-0/+1
* Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp2010-05-191-4/+1
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-5/+5
* Replace dixChangeGC with calls directly to the right variant.Jamey Sharp2010-05-131-1/+1
* dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp2010-05-131-2/+3
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-133-21/+21
* os: Prevent core dump from being truncated.Rami Ylimaki2010-02-171-1/+1
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-9/+6
* Ensure all resource types created have names registeredAlan Coopersmith2009-12-181-0/+6
* Update Sun license notices to current X.Org standard formAlan Coopersmith2009-12-166-126/+90
* composite: Revert changes from adding support for BGRA picture formats.Michel Dänzer2009-10-091-3/+1
* Cast small-int values through intptr_t when passed as pointersJamey Sharp2009-10-081-2/+2
* dix/glx/composite: consolidate visual resize in one place.Dave Airlie2009-09-301-55/+4
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-6/+4
* composite: Move screen init before extension registration.Adam Jackson2009-08-201-3/+5
* Add support for RENDER BGRA formats.Michel Dänzer2009-08-041-1/+3
* Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith2009-05-156-102/+144
* Export CompositeRegisterAlternateVisuals.Aaron Plattner2009-04-274-4/+43
* composite: Fix resource lookupsKristian Høgsberg2009-04-142-60/+35
* Set bg pixmap of composite overlay window to None (#20912)Havoc Pennington2009-04-031-2/+2
* Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard2009-03-091-5/+5
* Composite: Uninitialized borderClipX/borderClipYPeter Åstrand2009-03-061-0/+2
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-1/+0
* Switching from Automatic to Manual redirect needs to unmap/remapKeith Packard2008-09-191-0/+10
* Conditionalize Composite-based backing store on pScreen->backingStoreSupport.Aaron Plattner2008-09-171-1/+2
* damage: choose less ambiguous function namesMaarten Maathuis2008-08-312-3/+3
* {damage,exa}: sanitise damageMaarten Maathuis2008-08-292-3/+3
* Prepare for array-index based devPrivates.Tomas Carnecky2008-08-282-4/+8
* Remove all empty extension reset hooks, replace with NULL.Adam Jackson2008-07-241-6/+1
* Bug #15586: (Correctly) refuse to redirect the root window.Adam Jackson2008-06-241-0/+3
* Prevent the -wm command line option from causing a SEGVJames Cloos2008-05-121-1/+1
* Clean up whitespaceJames Cloos2008-05-121-35/+35
* Rework composite overlay window code to fix several resource management bugs.Keith Packard2008-05-045-184/+206
* XACE: Adjust the location of the COMPOSITE creation hook.Eamon Walsh2008-02-281-2/+2
* XACE: Call the creation hook to properly label COMPOSITE window pixmaps.Eamon Walsh2008-02-281-0/+6
* XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh2008-02-281-1/+1
* Resize composite overlay window when the root window changes.Maarten Maathuis2008-02-171-0/+25
* Revert "registry: Register composite extension protocol names."Eamon Walsh2007-11-201-20/+0
* Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-1/+2
|\
| * Add CreatePixmap allocation hints.Aaron Plattner2007-11-041-1/+2
* | registry: Register composite extension protocol names.Eamon Walsh2007-10-151-0/+20
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-09-261-0/+6
|\ \ | |/
| * Set noCompositeExtension to TRUE when failing to initialize the extension (e....Aaron Plattner2007-09-201-0/+6
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-09-194-43/+60
|\ \ | |/
| * Remove the PaintWindow optimization.Eric Anholt2007-09-133-24/+1
| * [COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)Keith Packard2007-09-013-19/+59
* | xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh2007-09-051-1/+1
* | xace: add hooks + new access codes: Composite extensionEamon Walsh2007-08-311-15/+32