index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_accel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-08
EXA: Only take special code path for 1x1 fill for pixmaps.
Michel Dänzer
1
-0
/
+1
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-17
/
+17
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
1
-2
/
+3
2009-07-21
EXA: Fix up some issues introduced by 00fe4a297744c81b40f0243fb56ad848a9be6a2b.
Michel Dänzer
1
-4
/
+4
2009-07-20
EXA: Bail earlier from exaDoPutImage if the driver has no UploadToScreen hook.
Michel Dänzer
1
-6
/
+3
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-67
/
+79
2009-07-10
EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.
Michel Dänzer
1
-1
/
+11
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
1
-18
/
+17
2009-04-10
exa: implement UTS based upload through CopyArea
Maarten Maathuis
1
-19
/
+51
2009-02-08
exa: All fallbacks should have a GC, remove some code.
Maarten Maathuis
1
-13
/
+0
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
1
-15
/
+61
2009-02-06
fb: move some code to mi
Maarten Maathuis
1
-2
/
+2
2009-02-06
exa: create ExaCheckGetImage
Maarten Maathuis
1
-6
/
+1
2009-02-06
exa: kill of exaImageGlyphBlt
Maarten Maathuis
1
-134
/
+1
2009-02-06
exa: Remove one of the many calls directly into the fb layer.
Maarten Maathuis
1
-26
/
+6
2008-11-17
exa: avoid doing prepare/done without intervening copies in exaFillRegionTiled
Dave Airlie
1
-22
/
+39
2008-11-17
EXA: avoid copy operations if no boxes in use
Dave Airlie
1
-0
/
+4
2008-09-01
exa: drop cw.h inclusion
Dave Airlie
1
-1
/
+0
2008-08-28
Reimplement ShmPutImage.
Adam Jackson
1
-88
/
+0
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-1
/
+1
2008-08-26
exa: move destination damage for internal calls to a special function
Maarten Maathuis
1
-8
/
+1
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
1
-20
/
+38
2008-07-31
EXA: Do still return FALSE if the driver PrepareCopy hook failed...
Michel Dänzer
1
-1
/
+3
2008-07-31
EXA: Fix exponential growth logic for GXcopy tiled fills.
Michel Dänzer
1
-3
/
+4
2008-07-31
EXA: Simplify exaFillRegionTiled() control flow.
Michel Dänzer
1
-13
/
+11
2008-07-30
EXA: Optimize GXcopy tiled fills.
Michel Dänzer
1
-7
/
+53
2008-07-30
EXA: Replace open coded CopyArea logic with GC op call.
Michel Dänzer
1
-12
/
+6
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
1
-2
/
+4
2008-05-24
EXA: Don't migrate twice in exaImageGlyphBlt.
Michel Dänzer
1
-12
/
+2
2008-05-24
EXA: Specify region used for source pixmap migration in exaCopyNtoN.
Michel Dänzer
1
-21
/
+31
2008-04-17
EXA: Avoid some fallbacks in exaCopyNtoN.
Tilman Sauerbeck
1
-6
/
+26
2008-01-04
Fix Line drawing with CapNotLast set in PolySegment.
Alan Hourihane
1
-0
/
+8
2007-11-05
EXA: Remove usage of alloca
Daniel Stone
1
-2
/
+2
2007-11-05
EXA: Remove usage of alloca
Daniel Stone
1
-7
/
+7
2007-10-23
EXA: Fix off-by-one in polyline drawing.
Pierre Willenbrock
1
-1
/
+1
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
1
-0
/
+3
2007-10-04
EXA: Disable 1x1 pixmap fill optimization for drivers that handle pixmaps.
Michel Dänzer
1
-6
/
+5
2007-10-03
exa: direct access to the pixmap sys ptr is bad if the pixmap isn't mapped
Dave Airlie
1
-3
/
+5
2007-09-27
EXA: Punt for all fallbacks in exaFillRegion*.
Michel Dänzer
1
-35
/
+13
2007-09-27
EXA: Make sure tile offsets passed to drivers are never negative.
Michel Dänzer
1
-2
/
+5
2007-09-27
EXA: Tile offscreen pixmap coordinate offsets are always 0.
Michel Dänzer
1
-11
/
+5
2007-09-27
EXA: Remove some clearly bogus code from exaCopyNtoN.
Michel Dänzer
1
-8
/
+0
2007-09-27
EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Michel Dänzer
1
-1
/
+2
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
1
-22
/
+23
2007-09-17
EXA: Don't crash in exaGetImage when swapped out.
Michel Dänzer
1
-3
/
+3
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-48
/
+0
2007-09-07
EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.
Michel Dänzer
1
-12
/
+47
2007-09-07
EXA: exaFillRegion{Solid,Tiled} improvements.
Michel Dänzer
1
-19
/
+30
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
1
-1
/
+1
2007-09-07
EXA: exa(Shm)PutImage improvements.
Michel Dänzer
1
-37
/
+101
[next]