summaryrefslogtreecommitdiff
path: root/exa/exa_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Introduce a consistent coding styleKeith Packard1-747/+716
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-3/+3
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-24/+24
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2009-11-28exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...Maarten Maathuis1-3/+3
2009-10-09EXA: Fix exaTryDriverSolidFill() for solid source pictures.Michel Dänzer1-13/+22
2009-10-09EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 pictureBen Skeggs1-14/+20
2009-09-23EXA: Fix some issues pointed out by clang.Michel Dänzer1-5/+7
2009-09-04EXA: Stop hiding solid or gradient pictures from the driver.Michel Dänzer1-183/+200
2009-08-06exa: A simple 3rd backend implementation.Maarten Maathuis1-11/+6
2009-08-04Add support for RENDER BGRA formats.Michel Dänzer1-5/+25
2009-07-21EXA: Fix up some issues introduced by 00fe4a297744c81b40f0243fb56ad848a9be6a2b.Michel Dänzer1-2/+4
2009-07-20EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.Michel Dänzer1-41/+50
2009-05-15EXA: Take GC client clip type into account for migration.Michel Dänzer1-1/+1
2009-02-27EXA: No longer use the driver UploadToScratch hook.Michel Dänzer1-19/+0
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer1-0/+20
2009-02-26EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.Michel Dänzer1-37/+86
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer1-19/+0
2009-02-06exa: don't use fbCopyNtoNMaarten Maathuis1-4/+13
2008-12-19exa: a few cleanupsMaarten Maathuis1-8/+8
2008-11-08Fix typos which caused exaCompositeRects() to use an incorrect damage region.Michel Dänzer1-3/+3
2008-10-15exa: restore {x,y}{Src,Dst} to their original values when !doneMaarten Maathuis1-0/+6
2008-10-03exa: remove "direct" case for exa{Trapezoids,Triangles}Maarten Maathuis1-84/+7
2008-10-03exa: remove some excessive whitespaceMaarten Maathuis1-8/+8
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-7/+7
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-23/+22
2008-08-26exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67Maarten Maathuis1-3/+3
2008-08-26exa: report damage manually for exa{Trapezoids,Triangles} when neededMaarten Maathuis1-6/+16
2008-08-26exa: move destination damage for internal calls to a special functionMaarten Maathuis1-32/+11
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer1-83/+93
2008-05-01EXA: Fall back in CompositeRects if the driver can't accelerate Composite.Michel Dänzer1-0/+3
2008-04-28EXA: Add exaCompositeRects()Owen Taylor1-0/+222
2008-04-14EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.Tilman Sauerbeck1-0/+3
2008-04-07EXA: Fix TS origin computation when implementing RenderComposite with tiling.Owen W. Taylor1-4/+6
2008-02-27EXA: Let the driver decide what repeat/extend types are supported.Maarten Maathuis1-2/+0
2008-02-20EXA: Fix Render acceleration in copy and tiling cases.Eric Anholt1-6/+10
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt1-258/+0
2007-10-19Merge branch 'master' into glyph-pixmapsEric Anholt1-2/+15
2007-10-18EXA: Skip empty glyphs.Michel Dänzer1-0/+1
2007-10-18EXA: Don't attempt to move in pixmaps that can't be accelerated.Michel Dänzer1-2/+14
2007-10-02Merge branch 'glyph-pixmaps'Eric Anholt1-99/+4
2007-09-26EXA: Removed duplicated exaGetDrawablePixmap() calls.Tilman Sauerbeck1-3/+2
2007-09-25EXA: Added pitch limitations.Tilman Sauerbeck1-10/+14
2007-09-07EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.Michel Dänzer1-0/+9
2007-09-07EXA: RENDER improvements.Michel Dänzer1-84/+43
2007-09-07EXA: Improvements for trapezoids and triangles.Michel Dänzer1-43/+130
2007-09-07EXA: Support partial migration of pixmap contents between Sys and FB.Michel Dänzer1-1/+9
2007-09-07EXA: Migrate out pixmap in exaPrepareAccess.Michel Dänzer1-17/+6
2007-08-16EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.Fredrik Höglund1-0/+126