summaryrefslogtreecommitdiff
path: root/exa/exa_migration_mixed.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Skip damage calls if DamageCreate fails in exa functionsAlan Coopersmith1-4/+7
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-134/+141
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard1-2/+2
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson1-2/+2
2011-02-20Revert "exa/mixed: Exclude frontbuffer from deferred pixmap handling."Maarten Maathuis1-13/+4
2011-02-02exa/mixed: Exclude frontbuffer from deferred pixmap handling.Maarten Maathuis1-4/+13
2010-02-17EXA/mixed: Clean up exaPrepareAccessReg_mixed() a little.Michel Dänzer1-12/+19
2010-02-17exa/mixed: fix gnome-panel corruptionMaarten Maathuis1-8/+13
2009-12-29EXA/mixed: Handle results of software fallbacks in DamageReport hook.Michel Dänzer1-29/+26
2009-12-28EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.Michel Dänzer1-1/+2
2009-12-04exa/mixed: pixmaps that succeed prepare access have no need for a cpu copyMaarten Maathuis1-1/+18
2009-12-03exa/mixed: setting devKind before exaCopyDirty* is not neededMaarten Maathuis1-4/+9
2009-12-03Revert "exa: a few small pitch related changes"Maarten Maathuis1-5/+6
2009-11-28exa: a few small pitch related changesMaarten Maathuis1-6/+5
2009-11-28exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...Maarten Maathuis1-10/+11
2009-11-24Revert "exa/mixed: be more thorough about setting fb_pitch when needed"Maarten Maathuis1-13/+8
2009-11-18exa/mixed: be more thorough about setting fb_pitch when neededMaarten Maathuis1-8/+13
2009-11-18exa/mixed: avoid copying back pixmap data when no migration took placeMaarten Maathuis1-1/+2
2009-09-26EXA: Try to minimize UploadToScreen calls for mixed pixmaps.Michel Dänzer1-1/+19
2009-09-26EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.Michel Dänzer1-82/+97
2009-08-14exa: fix CreatePixmap2 to be useful for tiling.Dave Airlie1-6/+8
2009-08-08exa: Fix the broken upload fallback for "mixed"Maarten Maathuis1-18/+20
2009-08-07exa: one can never be too carefulMaarten Maathuis1-1/+2
2009-08-06exa: delay malloc for "mixed"Maarten Maathuis1-0/+4
2009-08-06exa: implement exaMoveInPixmap for "mixed"Maarten Maathuis1-0/+13
2009-08-06exa: Use damage to optimise away useless copies.Maarten Maathuis1-7/+43
2009-08-06exa: A simple 3rd backend implementation.Maarten Maathuis1-0/+136