index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-2
/
+2
2011-02-02
exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.
Maarten Maathuis
1
-1
/
+2
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
[next]