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_mixed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-2
/
+2
2013-10-14
Skip damage calls if DamageCreate fails in exa functions
Alan Coopersmith
1
-4
/
+7
2013-09-10
damage: Implicitly unregister on destroy
Adam Jackson
1
-2
/
+0
2012-07-07
exa: pixmap sharing infrastructure (v3)
Dave Airlie
1
-0
/
+33
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-109
/
+112
2011-08-10
EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy.
Michel Dänzer
1
-10
/
+13
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-1
/
+1
2011-03-17
Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"
Keith Packard
1
-2
/
+2
2011-03-08
dix: Remove usage_hint from pixmaps, store it in ->drawable.class
Adam Jackson
1
-2
/
+2
2011-02-24
EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)
Michel Dänzer
1
-4
/
+5
2011-01-06
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).
Michel Dänzer
1
-1
/
+1
2010-07-13
EXA: Finish access to pixmap if it's prepared at destruction time.
Michel Dänzer
1
-3
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-2
/
+2
2010-04-21
exa: check for NULL pointer before dereferences it
Tiago Vignatti
1
-1
/
+2
2009-12-29
EXA/mixed: Handle results of software fallbacks in DamageReport hook.
Michel Dänzer
1
-1
/
+1
2009-12-29
EXA: Fix migration avoidance for 1x1 pixmaps.
Michel Dänzer
1
-1
/
+17
2009-12-10
EXA/mixed: Don't consider devKind for detecting dimension change.
Michel Dänzer
1
-1
/
+0
2009-12-08
EXA: ModifyPixmapHeader_mixed fixes.
Michel Dänzer
1
-3
/
+40
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-8
/
+8
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
1
-0
/
+8
2009-11-02
exa: remove some outdated comment
Maarten Maathuis
1
-4
/
+0
2009-09-26
EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
Michel Dänzer
1
-0
/
+3
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
1
-52
/
+35
2009-09-23
EXA: Fix some issues pointed out by clang.
Michel Dänzer
1
-3
/
+1
2009-09-03
EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_mixed.
Michel Dänzer
1
-1
/
+3
2009-08-08
exa: more safety
Maarten Maathuis
1
-0
/
+1
2009-08-08
exa: minor cleanup
Maarten Maathuis
1
-10
/
+9
2009-08-07
exa: fix a potential loophole in "mixed"
Maarten Maathuis
1
-11
/
+13
2009-08-06
exa: delay malloc for "mixed"
Maarten Maathuis
1
-9
/
+2
2009-08-06
exa: Use damage to optimise away useless copies.
Maarten Maathuis
1
-1
/
+26
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-0
/
+229