summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-10-29EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.Michel Dänzer2-4/+13
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin1-1/+0
2012-07-07exa: pixmap sharing infrastructure (v3)Dave Airlie4-1/+52
2012-07-05Use screen-specific privates for exa pixmap and gc privatesKeith Packard2-14/+8
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie4-15/+9
2012-05-21render/exa: use glyph picture accessorsDave Airlie1-3/+3
2012-05-14exa: Remove redundant declaration.Michal Suchanek1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard13-4198/+4106
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