summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-3/+3
2011-08-10EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy.Michel Dänzer1-10/+13
2011-06-30Fix UTF-8 encodingMatěj Cepl8-12/+12
2011-06-20EXA: fix typoRob Clark1-1/+1
2011-04-22Add RegionInitBoxes(), and fix some buggy callers of RegionInit().Søren Sandmann Pedersen1-4/+3
2011-03-28EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate.Michel Dänzer1-4/+3
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard6-13/+13
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson6-13/+13
2011-02-24EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)Michel Dänzer1-4/+5
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
2011-02-02exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.Maarten Maathuis1-1/+2
2011-02-02exa/driver: set pExaPixmap->use_gpu_copy to the right valueMaarten Maathuis1-0/+2
2011-01-06EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).Michel Dänzer1-1/+1
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-2/+3
2010-12-22EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).Michel Dänzer2-0/+4
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-2/+1
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer5-9/+29
2010-06-11Merge remote branch 'dottedmag/for-keithp'Keith Packard1-8/+4
2010-06-11exa: fix ExaCheckCopyNtoN for exa_classic when source = destÉric Piel1-1/+2
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-8/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Fix exa_priv.h declarations of privatesKeith Packard2-9/+10
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+15
2010-06-05Rename region macros to eliminate screen argumentKeith Packard7-130/+130
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-1/+1
2010-05-20EXA: Wrap Glyphs even without Composite acceleration.Michel Dänzer3-1/+37
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov4-21/+21
2010-04-26Exa screen private has SavedSourceValidate, not SourceValidateKeith Packard1-1/+1
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-26Revert "exa: avoid calling non existent SourceValidate callback"Keith Packard1-5/+3
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard4-11/+12
2010-04-21exa: don't need to check for NULL pointer if we already assumed it has a valueTiago Vignatti1-8/+6
2010-04-21exa: check for NULL pointer before dereferences itTiago Vignatti3-3/+6
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard4-28/+0
2010-04-14EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.Michel Dänzer1-1/+1
2010-03-21exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...Oliver McFadden1-2/+2
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
2010-01-04EXA: Restore migration call in exaDoPutImage().Michel Dänzer1-0/+11
2009-12-29EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system copy.Michel Dänzer1-34/+8
2009-12-29EXA: Restrict the regions that need to be migrated for composite fallback for...Thomas Hellstrom2-41/+200
2009-12-29EXA/mixed: Handle results of software fallbacks in DamageReport hook.Michel Dänzer4-39/+29
2009-12-29EXA: Fix migration avoidance for 1x1 pixmaps.Michel Dänzer2-1/+21
2009-12-29EXA/classic: Fix crash with migration heuristic "smart".Michel Dänzer1-0/+3
2009-12-29EXA: Limit src prepareAccess regions for a number of unaccelerated operations.Thomas Hellstrom1-27/+75
2009-12-29EXA: Use relevant source region to minimize migration on CopyWindow fallbacks.Michel Dänzer1-2/+12
2009-12-29EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.Thomas Hellstrom2-2/+2
2009-12-28EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.Michel Dänzer1-1/+2