summaryrefslogtreecommitdiff
path: root/exa/exa_mixed.c
AgeCommit message (Expand)AuthorFilesLines
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 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-24EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)Michel Dänzer1-4/+5
2011-01-06EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).Michel Dänzer1-1/+1
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer1-3/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-2/+2
2010-04-21exa: check for NULL pointer before dereferences itTiago Vignatti1-1/+2
2009-12-29EXA/mixed: Handle results of software fallbacks in DamageReport hook.Michel Dänzer1-1/+1
2009-12-29EXA: Fix migration avoidance for 1x1 pixmaps.Michel Dänzer1-1/+17
2009-12-10EXA/mixed: Don't consider devKind for detecting dimension change.Michel Dänzer1-1/+0
2009-12-08EXA: ModifyPixmapHeader_mixed fixes.Michel Dänzer1-3/+40
2009-11-28exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...Maarten Maathuis1-8/+8
2009-11-28exa: handle pixmap create/destroy in lower layersMaarten Maathuis1-0/+8
2009-11-02exa: remove some outdated commentMaarten Maathuis1-4/+0
2009-09-26EXA: Try to minimize UploadToScreen calls for mixed pixmaps.Michel Dänzer1-0/+3
2009-09-26EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.Michel Dänzer1-52/+35
2009-09-23EXA: Fix some issues pointed out by clang.Michel Dänzer1-3/+1
2009-09-03EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_mixed.Michel Dänzer1-1/+3
2009-08-08exa: more safetyMaarten Maathuis1-0/+1
2009-08-08exa: minor cleanupMaarten Maathuis1-10/+9
2009-08-07exa: fix a potential loophole in "mixed"Maarten Maathuis1-11/+13
2009-08-06exa: delay malloc for "mixed"Maarten Maathuis1-9/+2
2009-08-06exa: Use damage to optimise away useless copies.Maarten Maathuis1-1/+26
2009-08-06exa: A simple 3rd backend implementation.Maarten Maathuis1-0/+229