summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)Author
2009-09-14EXA: Only take special code path for 1x1 fill for pixmaps.Michel Dänzer
2009-07-26EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.Michel Dänzer
2009-06-29EXA: Always damage glyph cache pixmap manually after uploading a glyph.Michel Dänzer
2009-06-29EXA: Take GC client clip type into account for migration.Michel Dänzer
2009-05-08EXA: Guard empty pending region warning by DEBUG_MIGRATE.Michel Dänzer
2009-05-08EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer
2009-02-25exa: kill of exaImageGlyphBltMaarten Maathuis
2009-01-30EXA: Declare glyph cache picture as component-alpha when necessary.Michel Dänzer
2009-01-09exa: preparing as source and finishing access as mask is a bad ideaMaarten Maathuis
2009-01-09exa: Allow drivers to set non-NULL devPrivate.ptr for !offscreen pixmaps.Maarten Maathuis
2008-11-17exa: avoid doing prepare/done without intervening copies in exaFillRegionTiledDave Airlie
2008-11-17EXA: avoid copy operations if no boxes in useDave Airlie
2008-11-08Fix typos which caused exaCompositeRects() to use an incorrect damage region.Michel Dänzer
2008-10-23Wrap AddTraps in exa and damage.Keith Packard
2008-10-21exa: Add exaDrawableIsOffscreen() to the driver API.Adam Jackson
2008-10-20EXA: Avoid excessive syncing in PutImageMichel Dänzer
2008-10-15exa: restore {x,y}{Src,Dst} to their original values when !doneMaarten Maathuis
2008-10-07exa: don't call composite routines with no buffer.Dave Airlie
2008-10-03exa: remove "direct" case for exa{Trapezoids,Triangles}Maarten Maathuis
2008-10-03exa: remove some excessive whitespaceMaarten Maathuis
2008-09-26exa: make sure pixmap devPrivate.ptr is NULL at create timeDave Airlie
2008-09-16exa: disable shared pixmapsJulien Cristau
2008-09-01exa: drop cw.h inclusionDave Airlie
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-08-28Reimplement ShmPutImage.Adam Jackson
2008-08-26exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67Maarten Maathuis
2008-08-26exa: some minor cleanupMaarten Maathuis
2008-08-26exa: report damage manually for exa{Trapezoids,Triangles} when neededMaarten Maathuis
2008-08-26exa: move destination damage for internal calls to a special functionMaarten Maathuis
2008-08-26exa_glyphs: remove useless offsetMaarten Maathuis
2008-08-19exa: remove useless cache{X,Y}off from UploadToScreen() arguments.Maarten Maathuis
2008-08-19EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.Michel Dänzer
2008-08-19EXA: Don't use exaGlyphs if the driver doesn't provide a PrepareComposite hook.Michel Dänzer
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer
2008-08-05EXA: Remove unnecessary #includesDaniel Stone
2008-07-31EXA: Do still return FALSE if the driver PrepareCopy hook failed...Michel Dänzer
2008-07-31EXA: Fix exponential growth logic for GXcopy tiled fills.Michel Dänzer
2008-07-31EXA: Simplify exaFillRegionTiled() control flow.Michel Dänzer
2008-07-30EXA: Optimize GXcopy tiled fills.Michel Dänzer
2008-07-30EXA: Replace open coded CopyArea logic with GC op call.Michel Dänzer
2008-06-18Set driverPriv immediately on CreatePixmap.Alan Hourihane
2008-06-06EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.Michel Dänzer
2008-05-24EXA: Only record damage generated by rendering operations.Michel Dänzer
2008-05-24EXA: Don't migrate twice in exaImageGlyphBlt.Michel Dänzer
2008-05-24EXA: Don't suggest exaCopyDirty be inlined.Michel Dänzer
2008-05-24EXA: Specify region used for source pixmap migration in exaCopyNtoN.Michel Dänzer
2008-05-01EXA: Fall back in CompositeRects if the driver can't accelerate Composite.Michel Dänzer