index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
fb: Adjust transform or composite coordinates for pixman operations
fix-fb
Keith Packard
3
-26
/
+58
2009-12-02
Split fbGetDrawable into fbGetDrawablePixmap and fbGetPixmapBitsData
Keith Packard
1
-30
/
+33
2009-12-02
Revert "Fix clipping when windows are used as sources"
Keith Packard
3
-101
/
+23
2009-12-02
Revert "Use IncludeInferiors when copying windows before compositing."
Keith Packard
1
-4
/
+3
2009-12-02
Revert "Reserve space for two GC values in copy_drawable()."
Keith Packard
1
-1
/
+1
2009-12-02
Revert "fb: Don't crash if copy_drawable() returns NULL."
Keith Packard
1
-4
/
+2
2009-12-02
Merge remote branch 'whot/master'
Keith Packard
5
-13
/
+18
2009-12-03
configure.ac: error while checking for XDMXCONFIG_DEP
Gaetan Nadon
1
-5
/
+9
2009-12-03
xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput.
Peter Hutterer
1
-1
/
+1
2009-12-03
Set the source and deviceid for key repeat events (#24785)
Peter Hutterer
1
-0
/
+2
2009-12-03
dix: remove core devices when shutting down. (#25028)
Peter Hutterer
1
-0
/
+3
2009-12-03
dix: remove some obsolete comment.
Peter Hutterer
1
-1
/
+0
2009-12-03
dix: fix memory leak, free event list on shutdown. (#25028)
Peter Hutterer
1
-6
/
+3
2009-12-02
Xv: Fix AdjustFrame when driver implements ReputImage.
Luc Verhaegen
1
-2
/
+2
2009-11-30
XQuartz: Drop calls to alloca
Jeremy Huddleston
3
-9
/
+28
2009-11-30
fb: Don't crash if copy_drawable() returns NULL.
Michel Dänzer
1
-2
/
+4
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-25
Update man-pages for new default font paths
Ingmar Vanhassel
3
-9
/
+9
2009-11-25
Update COMPILEDDEFAULTFONTPATH to match the new default font path
Ingmar Vanhassel
1
-1
/
+1
2009-11-25
dix: clean up accel old scheme data when switching schemes.
Peter Hutterer
3
-12
/
+57
2009-11-25
Xi: when deleting all properties, reset property handler to NULL.
Peter Hutterer
2
-0
/
+56
2009-11-25
Move xdmxconfig modules into DMX conditionals (#25102)
Peter Hutterer
1
-3
/
+3
2009-11-25
Revert "Move xdmxconfig modules into DMX conditionals (#25102)"
Peter Hutterer
1
-3
/
+3
2009-11-25
Xext: Fix a memory leak on GE client disconnect.
Rami Ylimaki
1
-6
/
+3
2009-11-24
Revert "exa/mixed: be more thorough about setting fb_pitch when needed"
Maarten Maathuis
1
-13
/
+8
2009-11-23
XQuartz: Allow better compatability with older versions of xinit
Jeremy Huddleston
2
-14
/
+23
2009-11-23
configure: remove unused kdrive Xvesa config variable
Tiago Vignatti
2
-14
/
+0
2009-11-22
Xi: don't crash when deleting invalid device properties.
Peter Hutterer
1
-0
/
+3
2009-11-20
xfree86: Edid quirk for Philips LCD LP154W01
Zhao Yakui
1
-5
/
+10
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-17
xfree86: set a sane umask before opening the log
Julien Cristau
1
-1
/
+3
2009-11-16
Use glibc's in/out routines
Matt Turner
5
-224
/
+18
2009-11-16
Move xdmxconfig modules into DMX conditionals (#25102)
Peter Hutterer
1
-3
/
+3
2009-11-13
configure: change 'sigio-default' to 'use-sigio-by-default'
Paulo Ricardo Zanoni
1
-1
/
+1
2009-11-11
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon
2
-4
/
+7
2009-11-11
Deploy the new XORG_DEFAULT_OPTIONS #24242
Gaetan Nadon
1
-3
/
+4
2009-11-11
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon
1
-2
/
+1
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
29
-162
/
+170
2009-11-11
XQuartz: Explicitly pass a bellProc to make XBell() work again.
Jeremy Huddleston
1
-1
/
+7
2009-11-11
XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...
Jeremy Huddleston
2
-0
/
+20
2009-11-11
XQuartz: Buildfix for Leopard and older
Jeremy Huddleston
2
-0
/
+5
2009-11-10
Move FD_CLR above pInfo->read_input
Chase Douglas
1
-2
/
+3
2009-11-10
dix: increase default number of buttons to 10.
Peter Hutterer
1
-1
/
+1
2009-11-09
Cygwin/X: Ensure WM_STATE atom exists in multiwindow mode
Jon TURNEY
1
-0
/
+10
[next]