index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-3
/
+3
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-24
/
+24
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-2
/
+0
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-3
/
+3
2009-10-09
EXA: Fix exaTryDriverSolidFill() for solid source pictures.
Michel Dänzer
1
-13
/
+22
2009-10-09
EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 picture
Ben Skeggs
1
-14
/
+20
2009-09-23
EXA: Fix some issues pointed out by clang.
Michel Dänzer
1
-5
/
+7
2009-09-04
EXA: Stop hiding solid or gradient pictures from the driver.
Michel Dänzer
1
-183
/
+200
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-11
/
+6
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-5
/
+25
2009-07-21
EXA: Fix up some issues introduced by 00fe4a297744c81b40f0243fb56ad848a9be6a2b.
Michel Dänzer
1
-2
/
+4
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-41
/
+50
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
1
-1
/
+1
2009-02-27
EXA: No longer use the driver UploadToScratch hook.
Michel Dänzer
1
-19
/
+0
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-0
/
+20
2009-02-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
1
-37
/
+86
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-19
/
+0
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
1
-4
/
+13
2008-12-19
exa: a few cleanups
Maarten Maathuis
1
-8
/
+8
2008-11-08
Fix typos which caused exaCompositeRects() to use an incorrect damage region.
Michel Dänzer
1
-3
/
+3
2008-10-15
exa: restore {x,y}{Src,Dst} to their original values when !done
Maarten Maathuis
1
-0
/
+6
2008-10-03
exa: remove "direct" case for exa{Trapezoids,Triangles}
Maarten Maathuis
1
-84
/
+7
2008-10-03
exa: remove some excessive whitespace
Maarten Maathuis
1
-8
/
+8
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-7
/
+7
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-23
/
+22
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-3
/
+3
2008-08-26
exa: report damage manually for exa{Trapezoids,Triangles} when needed
Maarten Maathuis
1
-6
/
+16
2008-08-26
exa: move destination damage for internal calls to a special function
Maarten Maathuis
1
-32
/
+11
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
1
-83
/
+93
2008-05-01
EXA: Fall back in CompositeRects if the driver can't accelerate Composite.
Michel Dänzer
1
-0
/
+3
2008-04-28
EXA: Add exaCompositeRects()
Owen Taylor
1
-0
/
+222
2008-04-14
EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.
Tilman Sauerbeck
1
-0
/
+3
2008-04-07
EXA: Fix TS origin computation when implementing RenderComposite with tiling.
Owen W. Taylor
1
-4
/
+6
2008-02-27
EXA: Let the driver decide what repeat/extend types are supported.
Maarten Maathuis
1
-2
/
+0
2008-02-20
EXA: Fix Render acceleration in copy and tiling cases.
Eric Anholt
1
-6
/
+10
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-258
/
+0
2007-10-19
Merge branch 'master' into glyph-pixmaps
Eric Anholt
1
-2
/
+15
2007-10-18
EXA: Skip empty glyphs.
Michel Dänzer
1
-0
/
+1
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
1
-2
/
+14
2007-10-02
Merge branch 'glyph-pixmaps'
Eric Anholt
1
-99
/
+4
2007-09-26
EXA: Removed duplicated exaGetDrawablePixmap() calls.
Tilman Sauerbeck
1
-3
/
+2
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
1
-10
/
+14
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
1
-0
/
+9
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
1
-84
/
+43
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
1
-43
/
+130
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
1
-1
/
+9
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
1
-17
/
+6
2007-08-16
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
1
-0
/
+126
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
1
-14
/
+2
[next]