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
2016-05-27
dix: Call screen block/wakeup handlers closest to blocking [v3]
block-reorder
Keith Packard
6
-42
/
+53
2016-05-27
xfree86: Remove event reading code from xf86Wakeup
Keith Packard
1
-28
/
+0
2016-05-27
dix: Don't update current time in the middle of input event processing
Keith Packard
2
-2
/
+0
2016-05-27
glamor: Adjust for drawable x/y in composite's copy optimization
Keith Packard
1
-0
/
+4
2016-05-27
os: Increase default client buffer to 16kB
Keith Packard
1
-2
/
+2
2016-05-27
modesetting: Use new xf86CurrentCursor API
Keith Packard
1
-2
/
+1
2016-05-26
kdrive: Use threaded input
Keith Packard
1
-2
/
+4
2016-05-26
xfree86: Use threaded input mechanism [v2]
Keith Packard
3
-10
/
+7
2016-05-26
dix: Reallocate touchpoint buffer at input event time [v2]
Keith Packard
1
-59
/
+29
2016-05-26
mi: Grow event queue while reading events
Keith Packard
1
-71
/
+32
2016-05-26
Create a threaded mechanism for input [v7]
Keith Packard
13
-54
/
+540
2016-05-26
xkb: Hold input lock across injected key event processing
Keith Packard
1
-2
/
+1
2016-05-26
xfree86: Remove unnecessary errno save/restore in xf86ReadInput
Keith Packard
1
-3
/
+0
2016-05-26
kdrive: Don't lock input across read in KdNotifyFd
Keith Packard
1
-2
/
+0
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
28
-456
/
+115
2016-05-26
kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice calls
Keith Packard
1
-2
/
+0
2016-05-26
xfree86: Add IndirectGLX server flag (v2)
Adam Jackson
4
-0
/
+18
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
12
-26
/
+103
2016-05-26
glamor: glamor_make_current sooner in glamor_composite_with_shader
Keith Packard
1
-2
/
+2
2016-05-26
glamor: Disable logic ops when doing compositing [v4]
Keith Packard
2
-0
/
+7
2016-05-26
xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursor
Keith Packard
3
-12
/
+15
2016-05-25
glamor: Check for composite operations which are equivalent to copies
Michel Dänzer
1
-0
/
+23
2016-05-25
glamor: Fix sampling outside of RGBx source/mask pictures
Michel Dänzer
1
-12
/
+24
2016-05-25
mi: Remove miPointerRec from API
Keith Packard
2
-12
/
+12
2016-05-25
xwayland: Move sprite invalidation logic into mipointer
Keith Packard
3
-8
/
+22
2016-05-18
damage: Make damageRegionProcessPending take a damage not a drawable
Adam Jackson
1
-60
/
+61
2016-05-18
XQuartz: Fix default CFBundleVersion
Jeremy Huddleston Sequoia
1
-3
/
+2
2016-05-16
Input: Send XI2 FocusOut NotifyPointer events to the pointer window.
Andrew Comminos
1
-4
/
+16
2016-05-11
xwayland: don't check events as early as InitInput
Olivier Fourdan
1
-5
/
+0
2016-05-11
glx: Stop tracking hasUnflushedCommands
Adam Jackson
7
-23
/
+1
2016-05-11
glx: Remove some redundant zero-init of GLX context state
Adam Jackson
2
-16
/
+0
2016-05-11
glx/dri2: Implement dri2FlushFrontBuffer explicitly
Adam Jackson
1
-1
/
+4
2016-05-11
glx: Code motion
Adam Jackson
2
-67
/
+67
2016-05-11
dix: Remove pointless client-state callbacks
Adam Jackson
6
-106
/
+2
2016-05-09
EXA: Honour op parameter to exaGlyphs even if maskFormat == NULL
Michel Dänzer
1
-4
/
+4
2016-05-06
modesetting: fix build with glamor disabled.
Dave Airlie
1
-0
/
+4
2016-05-04
xfree86: drop unneeded strdup for modulepath/logfile
Emil Velikov
1
-12
/
+2
2016-05-04
xfree86: use the xf86CheckPrivs() helper for modulepath/logfile
Emil Velikov
1
-27
/
+23
2016-05-04
xfree86: factor out the check priviliges and print a big warning
Emil Velikov
1
-14
/
+12
2016-05-04
modesetting: set capabilities up after glamor and enable offload caps.
Dave Airlie
1
-12
/
+16
2016-05-04
xf86Crtc: don't set the root window property on slave GPUs.
Dave Airlie
1
-1
/
+2
2016-05-04
modesetting: set driverPrivate to NULL after closing fd.
Dave Airlie
1
-1
/
+1
2016-05-04
randr/provider: only allow slave gpu to be offload sources.
Dave Airlie
1
-0
/
+2
2016-05-04
modesetting: Consistent whitespace in driver.c
Alex Goins
1
-18
/
+18
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
12
-17
/
+39
2016-05-04
xkb: after changing the keymap, force an indicator update
Peter Hutterer
3
-2
/
+7
2016-05-04
XQuartz: Update copyright years
Jeremy Huddleston Sequoia
1
-2
/
+2
2016-05-04
XQuartz: Add --with-bundle-version and --with-bundle-version-string configure...
Jeremy Huddleston Sequoia
3
-3
/
+15
2016-05-03
XQuartz: Add --with-sparkle-feed-url configure option
Jeremy Huddleston Sequoia
3
-2
/
+6
2016-05-03
XQuartz: Update release feed URL to use new https URL
Jeremy Huddleston Sequoia
1
-14
/
+1
[next]