index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_accel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert exa & fb to new *allocarray functions
Alan Coopersmith
1
-4
/
+4
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-11
/
+9
2014-01-22
exa: Fix -Wshadow warnings
Keith Packard
1
-1
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-820
/
+814
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-3
/
+3
2010-12-22
EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).
Michel Dänzer
1
-0
/
+2
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-39
/
+39
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-9
/
+9
2010-04-14
EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.
Michel Dänzer
1
-1
/
+1
2010-01-04
EXA: Restore migration call in exaDoPutImage().
Michel Dänzer
1
-0
/
+11
2009-12-29
EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system copy.
Michel Dänzer
1
-34
/
+8
2009-12-29
EXA: Fix migration avoidance for 1x1 pixmaps.
Michel Dänzer
1
-0
/
+4
2009-12-29
EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.
Thomas Hellstrom
1
-1
/
+1
2009-12-04
exa/mixed: pixmaps that succeed prepare access have no need for a cpu copy
Maarten Maathuis
1
-4
/
+2
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-5
/
+5
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-11
/
+29
2009-11-19
EXA: Don't use UploadToScreen for CopyNtoN with mixed pixmaps.
Michel Dänzer
1
-3
/
+9
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
[next]