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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-29
EXA/mixed: Handle results of software fallbacks in DamageReport hook.
Michel Dänzer
4
-39
/
+29
2009-12-29
EXA: Fix migration avoidance for 1x1 pixmaps.
Michel Dänzer
2
-1
/
+21
2009-12-29
EXA/classic: Fix crash with migration heuristic "smart".
Michel Dänzer
1
-0
/
+3
2009-12-29
EXA: Limit src prepareAccess regions for a number of unaccelerated operations.
Thomas Hellstrom
1
-27
/
+75
2009-12-29
EXA: Use relevant source region to minimize migration on CopyWindow fallbacks.
Michel Dänzer
1
-2
/
+12
2009-12-29
EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.
Thomas Hellstrom
2
-2
/
+2
2009-12-28
EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.
Michel Dänzer
1
-1
/
+2
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-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
2
-11
/
+20
2009-12-04
exa/mixed: pixmaps that succeed prepare access have no need for a cpu copy
Maarten Maathuis
2
-5
/
+20
2009-12-04
EXA: Use correct coordinate system for calculating Composite fallback region.
Michel Dänzer
1
-1
/
+3
2009-12-03
exa/mixed: setting devKind before exaCopyDirty* is not needed
Maarten Maathuis
1
-4
/
+9
2009-12-03
Revert "exa: a few small pitch related changes"
Maarten Maathuis
2
-14
/
+8
2009-11-30
EXA: Don't defragment offscreen memory at allocation time.
Michel Dänzer
1
-24
/
+1
2009-11-30
Revert "EXA: Accumulate arbitrary number of glyphs without flushing."
Michel Dänzer
1
-22
/
+25
2009-11-28
exa: a few small pitch related changes
Maarten Maathuis
2
-8
/
+14
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
12
-94
/
+96
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
7
-162
/
+137
2009-11-24
Revert "exa/mixed: be more thorough about setting fb_pitch when needed"
Maarten Maathuis
1
-13
/
+8
2009-11-19
EXA: Don't use UploadToScreen for CopyNtoN with mixed pixmaps.
Michel Dänzer
1
-3
/
+9
2009-11-18
exa/mixed: be more thorough about setting fb_pitch when needed
Maarten Maathuis
1
-8
/
+13
2009-11-18
exa/mixed: avoid copying back pixmap data when no migration took place
Maarten Maathuis
1
-1
/
+2
2009-11-05
EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_driver
Tiago Vignatti
1
-1
/
+3
2009-11-02
exa: remove some outdated comment
Maarten Maathuis
1
-4
/
+0
2009-10-09
EXA: Fix exaTryDriverSolidFill() for solid source pictures.
Michel Dänzer
1
-13
/
+22
2009-10-09
EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 picture
Ben Skeggs
1
-14
/
+20
2009-10-01
exa: avoid infinite loops if UTS sw fallbacks.
Michel Dänzer
1
-5
/
+5
2009-09-27
EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook.
Michel Dänzer
1
-12
/
+14
2009-09-26
EXA: Only calculate cache position once for each glyph.
Michel Dänzer
1
-19
/
+23
2009-09-26
EXA: Accumulate arbitrary number of glyphs without flushing.
Michel Dänzer
1
-25
/
+22
2009-09-26
EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
Michel Dänzer
4
-3
/
+35
2009-09-26
EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.
Michel Dänzer
6
-216
/
+232
2009-09-23
EXA: Fix some issues pointed out by clang.
Michel Dänzer
3
-10
/
+8
2009-09-08
EXA: Only take special code path for 1x1 fill for pixmaps.
Michel Dänzer
1
-0
/
+1
2009-09-04
EXA: Stop hiding solid or gradient pictures from the driver.
Michel Dänzer
1
-183
/
+200
2009-09-03
EXA: Preserve pPixmap->devPrivate.ptr in exaPixmapIsOffscreen_mixed.
Michel Dänzer
1
-1
/
+3
2009-08-15
exa: clarify createpixmap2 new pitch return
Dave Airlie
1
-1
/
+3
2009-08-14
exa: fix CreatePixmap2 to be useful for tiling.
Dave Airlie
3
-21
/
+28
2009-08-08
exa: more safety
Maarten Maathuis
2
-1
/
+2
2009-08-08
exa: minor cleanup
Maarten Maathuis
1
-10
/
+9
2009-08-08
exa: Fix the broken upload fallback for "mixed"
Maarten Maathuis
1
-18
/
+20
2009-08-07
exa: one can never be too careful
Maarten Maathuis
1
-1
/
+2
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
3
-10
/
+17
2009-08-06
exa: implement exaMoveInPixmap for "mixed"
Maarten Maathuis
5
-3
/
+59
2009-08-06
exa: Use damage to optimise away useless copies.
Maarten Maathuis
2
-8
/
+69
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
10
-58
/
+460
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
7
-331
/
+590
2009-08-04
EXA: Simplify exaGetPixmapFirstPixel using GetImage.
Michel Dänzer
1
-45
/
+24
[prev]
[next]