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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
1
-2
/
+1
2010-07-13
EXA: Finish access to pixmap if it's prepared at destruction time.
Michel Dänzer
1
-0
/
+23
2010-06-05
Fix exa_priv.h declarations of privates
Keith Packard
1
-6
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-9
/
+15
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-3
/
+3
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
1
-1
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-8
/
+6
2010-04-21
exa: don't need to check for NULL pointer if we already assumed it has a value
Tiago Vignatti
1
-8
/
+6
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2010-03-21
exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...
Oliver McFadden
1
-2
/
+2
2009-12-29
EXA/mixed: Handle results of software fallbacks in DamageReport hook.
Michel Dänzer
1
-6
/
+0
2009-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
1
-11
/
+19
2009-12-03
Revert "exa: a few small pitch related changes"
Maarten Maathuis
1
-9
/
+2
2009-11-28
exa: a few small pitch related changes
Maarten Maathuis
1
-2
/
+9
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-15
/
+15
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-112
/
+33
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
[next]