index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-26
EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
Michel Dänzer
1
-2
/
+12
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
1
-51
/
+27
2009-08-08
exa: more safety
Maarten Maathuis
1
-1
/
+1
2009-08-06
exa: delay malloc for "mixed"
Maarten Maathuis
1
-1
/
+11
2009-08-06
exa: implement exaMoveInPixmap for "mixed"
Maarten Maathuis
1
-0
/
+32
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-9
/
+33
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
1
-288
/
+38
2009-07-21
EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.
Michel Dänzer
1
-51
/
+46
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-11
/
+16
2009-07-14
exa: switch to byte counting functions.
Peter Hutterer
1
-3
/
+3
2009-06-09
exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present
Ben Skeggs
1
-1
/
+1
2009-05-18
EXA: Defragment offscreen memory.
Michel Dänzer
1
-0
/
+53
2009-04-23
exa: add CreatePixmap2 hook for driver pixmaps.
Dave Airlie
1
-4
/
+7
2009-03-19
exa: Accept scratch pixmaps with offscreen memory as such.
Maarten Maathuis
1
-5
/
+13
2009-03-18
exa: round of fb_pitch to the next byte
Maarten Maathuis
1
-2
/
+2
2009-03-18
exa: check if the pixmap is pinned for unsupported AUX indices.
Maarten Maathuis
1
-0
/
+2
2009-03-13
exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPS
Maarten Maathuis
1
-6
/
+8
2009-03-04
exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...
Maarten Maathuis
1
-12
/
+90
2009-03-04
exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.
Maarten Maathuis
1
-3
/
+3
2009-03-04
exa: increase/rework safety checks in Prepare/FinishAccess.
Maarten Maathuis
1
-16
/
+65
2009-03-04
exa: simplify exaPixmapIsOffscreen
Maarten Maathuis
1
-13
/
+13
2009-02-27
exa: fixup aux indices and ensure that the indices are used as they should be.
Maarten Maathuis
1
-17
/
+12
2009-02-27
exa: fixup exaAssertNotDirty.
Maarten Maathuis
1
-3
/
+10
2009-02-27
EXA: Handle separate alpha maps properly in Composite fallback, take two.
Michel Dänzer
1
-0
/
+13
2009-02-26
EXA: Stop tracking damage for pixmaps subject to ModifyPixmapHeader.
Michel Dänzer
1
-0
/
+9
2009-02-17
exa: exaPixmapDirty should use official damage functions.
Maarten Maathuis
1
-8
/
+2
2009-02-16
exa: fix performance regression from 736b6fbd2c941b6276066cd1503523edebe7bf3d
Maarten Maathuis
1
-3
/
+12
2009-02-08
dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.
Maarten Maathuis
1
-1
/
+0
2009-02-08
exa: fix exaValidateGC.
Maarten Maathuis
1
-29
/
+55
2009-02-06
exa: use proper wrapping in exa.c
Maarten Maathuis
1
-71
/
+70
2009-02-06
exa: properly wrap GC functions
Maarten Maathuis
1
-68
/
+165
2009-02-06
exa: add GC private
Maarten Maathuis
1
-0
/
+11
2008-12-26
exa: Allow drivers to set non-NULL devPrivate.ptr for !offscreen pixmaps.
Maarten Maathuis
1
-1
/
+5
2008-12-21
exa: A more correct fix.
Maarten Maathuis
1
-2
/
+1
2008-12-19
exa: a few cleanups
Maarten Maathuis
1
-9
/
+9
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-10
/
+10
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-10-23
Wrap AddTraps in exa and damage.
Keith Packard
1
-0
/
+4
2008-09-26
exa: make sure pixmap devPrivate.ptr is NULL at create time
Dave Airlie
1
-0
/
+3
2008-09-16
exa: disable shared pixmaps
Julien Cristau
1
-0
/
+10
2008-09-01
exa: drop cw.h inclusion
Dave Airlie
1
-1
/
+0
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-17
/
+4
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+4
2008-08-28
Reimplement ShmPutImage.
Adam Jackson
1
-7
/
+0
2008-08-19
EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
Michel Dänzer
1
-21
/
+12
2008-08-19
EXA: Don't use exaGlyphs if the driver doesn't provide a PrepareComposite hook.
Michel Dänzer
1
-4
/
+8
2008-08-17
exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26
Maarten Maathuis
1
-1
/
+1
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
1
-13
/
+15
2008-08-05
EXA: Remove unnecessary #includes
Daniel Stone
1
-2
/
+0
[next]