summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-6/+4
2016-06-17exa: only draw valid trapezoidsMaarten Lankhorst1-1/+2
2016-05-09EXA: Honour op parameter to exaGlyphs even if maskFormat == NULLMichel Dänzer1-4/+4
2015-10-27build: Remove stale miext/cw include pathsAdam Jackson1-3/+1
2015-09-23exa: initialise mask_off_x and mask_off_yDave Airlie1-1/+1
2015-04-21Convert exa & fb to new *allocarray functionsAlan Coopersmith3-8/+8
2014-11-12Drop trailing whitespacesPeter Hutterer4-11/+11
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson3-21/+17
2014-10-08exa, kdrive: Remove redundant BitsPerPixel macrosAdam Jackson1-12/+0
2014-06-25exa: Fix a warning when enabling DEBUG_TRACE_FALLThierry Reding1-1/+1
2014-01-22exa: Fix -Wshadow warningsKeith Packard2-4/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard10-29/+29
2014-01-12exa: Clean up warningsKeith Packard2-4/+12
2013-11-14Stop including inline assembly .il file for Solaris Studio buildsAlan Coopersmith1-4/+0
2013-10-14Skip damage calls if DamageCreate fails in exa functionsAlan Coopersmith2-8/+14
2013-09-10damage: Implicitly unregister on destroyAdam Jackson3-4/+0
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
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