summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2009-06-09exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 presentBen Skeggs1-1/+1
2009-05-18EXA: Allocate from the end of free offscreen memory rather than from the start.Michel Dänzer1-31/+14
2009-05-18EXA: Defragment offscreen memory.Michel Dänzer4-8/+297
2009-05-15EXA: Always damage glyph cache pixmap manually after uploading a glyph.Michel Dänzer1-36/+37
2009-05-15EXA: Take GC client clip type into account for migration.Michel Dänzer4-24/+25
2009-04-23exa: add missing exa.h header includeDave Airlie1-4/+3
2009-04-23exa: missed exa.h changeDave Airlie1-0/+3
2009-04-23exa: add CreatePixmap2 hook for driver pixmaps.Dave Airlie1-4/+7
2009-04-23exa: avoid offscreen pixmap swapped out flag for driver pixmapsDave Airlie1-0/+3
2009-04-10exa: implement UTS based upload through CopyAreaMaarten Maathuis1-19/+51
2009-04-09EXA: If the driver can't composite to an a8 mask, try an argb mask for glyphs.Michel Dänzer1-2/+31
2009-03-19exa: Accept scratch pixmaps with offscreen memory as such.Maarten Maathuis1-5/+13
2009-03-18exa: round of fb_pitch to the next byteMaarten Maathuis1-2/+2
2009-03-18exa: check if the pixmap is pinned for unsupported AUX indices.Maarten Maathuis1-0/+2
2009-03-13exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPSMaarten Maathuis1-6/+8
2009-03-04exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...Maarten Maathuis1-12/+90
2009-03-04exa: remove a few pExaPixmap checks.Maarten Maathuis1-20/+12
2009-03-04exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.Maarten Maathuis1-3/+3
2009-03-04exa: increase/rework safety checks in Prepare/FinishAccess.Maarten Maathuis3-16/+86
2009-03-04exa: avoid a potential Prepare/FinishAccess inbalance.Maarten Maathuis1-5/+7
2009-03-04exa: simplify exaPixmapIsOffscreenMaarten Maathuis1-13/+13
2009-02-27exa: fixup aux indices and ensure that the indices are used as they should be.Maarten Maathuis3-27/+22
2009-02-27exa: whitespaceMaarten Maathuis1-4/+1
2009-02-27exa: fixup exaAssertNotDirty.Maarten Maathuis3-8/+27
2009-02-27exa: minor glyphs cleanup.Maarten Maathuis1-13/+14
2009-02-27EXA: Fix check for whether the glyph we're evicting from the cache is in use.Michel Dänzer1-1/+3
2009-02-27EXA: No longer use the driver UploadToScratch hook.Michel Dänzer2-40/+2
2009-02-27EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer3-1/+51
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer6-45/+109
2009-02-26EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.Michel Dänzer3-198/+182
2009-02-26EXA: Stop tracking damage for pixmaps subject to ModifyPixmapHeader.Michel Dänzer1-0/+9
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer6-108/+45
2009-02-17Revert "exa: the extent of the valid region is probably much larger than that...Maarten Maathuis1-3/+13
2009-02-17exa: exaPixmapDirty should use official damage functions.Maarten Maathuis1-8/+2
2009-02-17exa: the extent of the valid region is probably much larger than that of the ...Maarten Maathuis1-13/+3
2009-02-16exa: reintroduce src rect optimisation, with a slightly higher threshold.Maarten Maathuis1-0/+7
2009-02-16exa: fix performance regression from 736b6fbd2c941b6276066cd1503523edebe7bf3dMaarten Maathuis2-10/+12
2009-02-15EXA: Try to prevent the valid regions from growing too many rects.Michel Dänzer1-1/+28
2009-02-08dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.Maarten Maathuis1-1/+0
2009-02-08exa: fix exaValidateGC.Maarten Maathuis1-29/+55
2009-02-08exa: All fallbacks should have a GC, remove some code.Maarten Maathuis3-28/+1
2009-02-07exa: Calling exaMarkSync after UTS is the drivers responsibility.Maarten Maathuis1-2/+2
2009-02-06exa: don't use fbCopyNtoNMaarten Maathuis4-19/+149
2009-02-06fb: move some code to miMaarten Maathuis1-2/+2
2009-02-06exa: create ExaCheckGetImageMaarten Maathuis3-6/+35
2009-02-06exa: wrap the remainder of exa_unaccel.cMaarten Maathuis1-3/+27
2009-02-06exa: use proper wrapping in exa.cMaarten Maathuis1-71/+70
2009-02-06exa: properly wrap GC functionsMaarten Maathuis3-116/+248
2009-02-06exa: add GC privateMaarten Maathuis2-1/+22
2009-02-06exa: kill of exaImageGlyphBltMaarten Maathuis1-134/+1