summaryrefslogtreecommitdiff
path: root/miext
AgeCommit message (Expand)AuthorFilesLines
2013-12-02miext/sync: Handle libxshmfence API changeKeith Packard1-1/+1
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard1-0/+3
2013-11-23miext: Ensure xshmfence is only called when driver supports itKeith Packard6-10/+162
2013-11-04Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard1-1/+6
2013-10-31miext/damage: Partial revert of "Only wrap into the GC ops chain if there's a...Jeremy Huddleston Sequoia1-4/+1
2013-10-31dri3: Add DRI3 extensionKeith Packard6-22/+250
2013-10-31misync: Don't smash custom screen sync functionsKeith Packard1-1/+1
2013-10-06rootless: Use miCopyRegion instead of fbCopyRegionJeremy Huddleston Sequoia1-3/+3
2013-10-04miext/shadow: missing c2p_core.h breaks "make distcheck" target.Gaetan Nadon1-0/+1
2013-09-10damage: Remove "post-rendering" hooksAdam Jackson3-102/+2
2013-09-10damage: Don't rewrite Text ops to GlyphBlt opsAdam Jackson1-42/+19
2013-09-10damage: Simplify DamageUnregisterAdam Jackson3-4/+5
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-1/+3
2013-09-10miext/sync: Fix multi-screen support in SyncFence initializationKeith Packard1-10/+11
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer2-2/+2
2013-05-14Shadow: Switch the Amiga/Atari bitplane code to the canonical X.Org licenseGeert Uytterhoeven5-90/+91
2013-04-25shadow: Define c2p_unsupportedKeith Packard1-1/+3
2013-04-18Shadow: Add support for Amiga afb8Geert Uytterhoeven3-0/+147
2013-04-18Shadow: Add support for Amiga afb4Geert Uytterhoeven3-0/+143
2013-04-18Shadow: Add support for Atari iplan2p8Geert Uytterhoeven3-0/+141
2013-04-18Shadow: Add support for Atari iplan2p4Geert Uytterhoeven3-0/+140
2013-04-18Shadow: Add c2p coreGeert Uytterhoeven1-0/+184
2013-04-18miext/shadow/shpacked.c: Remove unused PickBit() defineGeert Uytterhoeven1-1/+0
2012-09-23miext/damage: Only wrap into the GC ops chain if there's a listener (v3)Adam Jackson1-1/+29
2012-07-25cw: RemoveAdam Jackson7-1575/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie5-11/+11
2012-05-14miext: Remove redundant declaration.Michal Suchanek1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard28-3682/+3512
2011-11-18rootless: Fix a server crash when choosing a color with the gimp color wheeldtakahashi421-2/+2
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-06-16miext: Mark some variables as unused.Cyril Brulebois6-6/+6
2011-04-25rootless: Fix a typo in RootlessGlyphs which resulted in a garbage valueJeremy Huddleston1-1/+1
2011-04-25rootless: Dead code removalJeremy Huddleston2-3/+0
2011-04-13damage: use DamageReportDamage for the initial borderClip damage reportErkki Seppälä2-50/+55
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen2-66/+0
2011-02-27Revert "rootless: Remove ROOTLESS_WORKAROUND"Jeremy Huddleston1-1/+5
2011-02-08shadow: Remove hw/xfree86/ from includesAdam Jackson1-2/+0
2011-02-08rootless: Remove hw/xfree86/ from includesAdam Jackson1-1/+0
2011-02-08damage: Remove hw/xfree86/ from includesAdam Jackson1-1/+1
2011-01-05Call SourceValidate even if src == dstVille Syrjälä1-22/+0
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä2-4/+7
2010-12-27mi: Sync: Don't free managed screen privateDaniel Stone1-1/+0
2010-12-06Add fence sync driver interfaceJames Jones3-2/+233
2010-12-06Move some sync code to miextJames Jones5-2/+149
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-12/+0
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard2-6/+3
2010-11-10shadow: Optimize shadowUpdatePacked(). (#26973)Adam Jackson1-2/+2
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-2/+1
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-4/+2