summaryrefslogtreecommitdiff
path: root/exa
Commit message (Expand)AuthorAgeFilesLines
...
* exa/mixed: Exclude frontbuffer from deferred pixmap handling.Maarten Maathuis2011-02-021-4/+13
* exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.Maarten Maathuis2011-02-021-1/+2
* exa/driver: set pExaPixmap->use_gpu_copy to the right valueMaarten Maathuis2011-02-021-0/+2
* EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).Michel Dänzer2011-01-061-1/+1
* Add subWindowMode parameter to SourceValidateVille Syrjälä2011-01-051-2/+3
* EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).Michel Dänzer2010-12-222-0/+4
* Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt2010-11-101-2/+1
* EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer2010-07-135-9/+29
* Merge remote branch 'dottedmag/for-keithp'Keith Packard2010-06-111-8/+4
|\
| * Remove more superfluous if(p) checks around free(p)Matt Turner2010-06-111-8/+4
* | exa: fix ExaCheckCopyNtoN for exa_classic when source = destÉric Piel2010-06-111-1/+2
|/
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-2/+1
* Fix exa_priv.h declarations of privatesKeith Packard2010-06-052-9/+10
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-9/+15
* Rename region macros to eliminate screen argumentKeith Packard2010-06-057-130/+130
* Change region implementation names to eliminate the 'mi' prefixKeith Packard2010-06-051-1/+1
* EXA: Wrap Glyphs even without Composite acceleration.Michel Dänzer2010-05-203-1/+37
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-134-21/+21
* Exa screen private has SavedSourceValidate, not SourceValidateKeith Packard2010-04-261-1/+1
* exa: avoid calling non existent SourceValidate callbackJerome Glisse2010-04-261-3/+5
* Revert "exa: avoid calling non existent SourceValidate callback"Keith Packard2010-04-261-5/+3
* exa: avoid calling non existent SourceValidate callbackJerome Glisse2010-04-261-3/+5
* Merge remote branch 'vignatti/for-keith'Keith Packard2010-04-214-11/+12
|\
| * exa: don't need to check for NULL pointer if we already assumed it has a valueTiago Vignatti2010-04-211-8/+6
| * exa: check for NULL pointer before dereferences itTiago Vignatti2010-04-213-3/+6
* | unifdef -B -DRENDER to always include RENDER codeKeith Packard2010-04-194-28/+0
|/
* EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.Michel Dänzer2010-04-141-1/+1
* exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...Oliver McFadden2010-03-211-2/+2
* EXA/mixed: Clean up exaPrepareAccessReg_mixed() a little.Michel Dänzer2010-02-171-12/+19
* exa/mixed: fix gnome-panel corruptionMaarten Maathuis2010-02-171-8/+13
* EXA: Restore migration call in exaDoPutImage().Michel Dänzer2010-01-041-0/+11
* EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system copy.Michel Dänzer2009-12-291-34/+8
* EXA: Restrict the regions that need to be migrated for composite fallback for...Thomas Hellstrom2009-12-292-41/+200
* EXA/mixed: Handle results of software fallbacks in DamageReport hook.Michel Dänzer2009-12-294-39/+29
* EXA: Fix migration avoidance for 1x1 pixmaps.Michel Dänzer2009-12-292-1/+21
* EXA/classic: Fix crash with migration heuristic "smart".Michel Dänzer2009-12-291-0/+3
* EXA: Limit src prepareAccess regions for a number of unaccelerated operations.Thomas Hellstrom2009-12-291-27/+75
* EXA: Use relevant source region to minimize migration on CopyWindow fallbacks.Michel Dänzer2009-12-291-2/+12
* EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.Thomas Hellstrom2009-12-292-2/+2
* EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.Michel Dänzer2009-12-281-1/+2
* EXA/mixed: Don't consider devKind for detecting dimension change.Michel Dänzer2009-12-101-1/+0
* EXA: ModifyPixmapHeader_mixed fixes.Michel Dänzer2009-12-081-3/+40
* EXA: ExaDoPrepareAccess return value fixes.Michel Dänzer2009-12-082-11/+20
* exa/mixed: pixmaps that succeed prepare access have no need for a cpu copyMaarten Maathuis2009-12-042-5/+20
* EXA: Use correct coordinate system for calculating Composite fallback region.Michel Dänzer2009-12-041-1/+3
* exa/mixed: setting devKind before exaCopyDirty* is not neededMaarten Maathuis2009-12-031-4/+9
* Revert "exa: a few small pitch related changes"Maarten Maathuis2009-12-032-14/+8
* EXA: Don't defragment offscreen memory at allocation time.Michel Dänzer2009-11-301-24/+1
* Revert "EXA: Accumulate arbitrary number of glyphs without flushing."Michel Dänzer2009-11-301-22/+25
* exa: a few small pitch related changesMaarten Maathuis2009-11-282-8/+14