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
2012-03-27
Introduce a consistent coding style
Keith Packard
13
-4198
/
+4106
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-3
/
+3
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
8
-12
/
+12
2011-06-20
EXA: fix typo
Rob Clark
1
-1
/
+1
2011-04-22
Add RegionInitBoxes(), and fix some buggy callers of RegionInit().
Søren Sandmann Pedersen
1
-4
/
+3
2011-03-28
EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate.
Michel Dänzer
1
-4
/
+3
2011-03-17
Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"
Keith Packard
6
-13
/
+13
2011-03-08
dix: Remove usage_hint from pixmaps, store it in ->drawable.class
Adam Jackson
6
-13
/
+13
2011-02-24
EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)
Michel Dänzer
1
-4
/
+5
2011-02-20
Revert "exa/mixed: Exclude frontbuffer from deferred pixmap handling."
Maarten Maathuis
1
-13
/
+4
2011-02-02
exa/mixed: Exclude frontbuffer from deferred pixmap handling.
Maarten Maathuis
1
-4
/
+13
2011-02-02
exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.
Maarten Maathuis
1
-1
/
+2
2011-02-02
exa/driver: set pExaPixmap->use_gpu_copy to the right value
Maarten Maathuis
1
-0
/
+2
2011-01-06
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).
Michel Dänzer
1
-1
/
+1
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
1
-2
/
+3
2010-12-22
EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).
Michel Dänzer
2
-0
/
+4
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
5
-9
/
+29
2010-06-11
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
1
-8
/
+4
2010-06-11
exa: fix ExaCheckCopyNtoN for exa_classic when source = dest
Éric Piel
1
-1
/
+2
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
1
-8
/
+4
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-05
Fix exa_priv.h declarations of privates
Keith Packard
2
-9
/
+10
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
7
-130
/
+130
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
1
-1
/
+1
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
3
-1
/
+37
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
4
-21
/
+21
2010-04-26
Exa screen private has SavedSourceValidate, not SourceValidate
Keith Packard
1
-1
/
+1
2010-04-26
exa: avoid calling non existent SourceValidate callback
Jerome Glisse
1
-3
/
+5
2010-04-26
Revert "exa: avoid calling non existent SourceValidate callback"
Keith Packard
1
-5
/
+3
2010-04-26
exa: avoid calling non existent SourceValidate callback
Jerome Glisse
1
-3
/
+5
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
4
-11
/
+12
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-21
exa: check for NULL pointer before dereferences it
Tiago Vignatti
3
-3
/
+6
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
4
-28
/
+0
2010-04-14
EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.
Michel Dänzer
1
-1
/
+1
2010-03-21
exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...
Oliver McFadden
1
-2
/
+2
2010-02-17
EXA/mixed: Clean up exaPrepareAccessReg_mixed() a little.
Michel Dänzer
1
-12
/
+19
2010-02-17
exa/mixed: fix gnome-panel corruption
Maarten Maathuis
1
-8
/
+13
2010-01-04
EXA: Restore migration call in exaDoPutImage().
Michel Dänzer
1
-0
/
+11
2009-12-29
EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system copy.
Michel Dänzer
1
-34
/
+8
2009-12-29
EXA: Restrict the regions that need to be migrated for composite fallback for...
Thomas Hellstrom
2
-41
/
+200
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
[next]