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
/
hw
/
xfree86
/
modes
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structures
Keith Packard
1
-8
/
+34
2018-07-02
xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen
Keith Packard
1
-8
/
+14
2018-02-27
Add RandR leases with modesetting driver support [v6]
Keith Packard
4
-6
/
+228
2018-02-27
xfree86/modes: Check for non-desktop monitors during PreInit [v2]
Keith Packard
2
-3
/
+8
2018-02-27
xfree86/modes: Adapt xf86Randr12CrtcComputeGamma() for depth 30. (v2)
Mario Kleiner
1
-27
/
+69
2018-01-29
edid: use value returned from pruning duplicate modes
Jeff Smith
1
-1
/
+1
2018-01-29
xfree86: Remove broken RANDR disabling logic (v4)
Adam Jackson
1
-3
/
+0
2018-01-24
Revert "xfree86: Remove broken RANDR disabling logic (v3)"
Adam Jackson
1
-0
/
+3
2018-01-24
xfree86: Remove broken RANDR disabling logic (v3)
Adam Jackson
1
-3
/
+0
2018-01-22
xfree86: Disable cursor whenever turning off CRTC during modeset
Keith Packard
3
-5
/
+19
2018-01-08
ddc: Port some paranoia from drm_edid.c
Adam Jackson
1
-8
/
+27
2017-11-14
edid: fix off-by-one error in CEA mode numbering
Hector Martin
1
-2
/
+2
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-4
/
+2
2017-09-26
xfree86: Hush some warnings when Xv is disabled
Adam Jackson
1
-1
/
+1
2017-06-20
xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSet
Michel Dänzer
1
-2
/
+1
2017-06-05
xfree86: Add Option "PreferCloneMode"
Michel Dänzer
1
-0
/
+4
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+30
2017-04-17
xfree86/modes: Make colormap/gamma glue code work with RandR disabled
Michel Dänzer
1
-45
/
+91
2017-03-23
xserver: Unifdef HAVE_CONFIG_H
Eric Anholt
9
-36
/
+0
2017-03-21
edid: Prune duplicates after adding modes from DDC
Michel Dänzer
1
-8
/
+6
2017-02-08
xfree86: Immediately handle failure to set HW cursor, v5
Michael Thayer
2
-11
/
+33
2017-01-02
edid: Add quirk for ADA 1024x600 7" display.
Kai-Heng Feng
1
-0
/
+5
2016-09-28
xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation error
Hans de Goede
1
-0
/
+30
2016-09-28
xf86RandR12: Move calculating of shift inside init_one_component
Hans de Goede
1
-7
/
+8
2016-09-16
xfree86/modes: Set RandR primary output from CreateScreenResources
Michel Dänzer
1
-0
/
+8
2016-09-13
xf86Cursor: Deal with rotation on GPU screens using a hw-cursor
Hans de Goede
1
-11
/
+40
2016-09-13
xf86Cursor: Fix xf86_crtc_rotate_coord using width/height wrongly
Hans de Goede
1
-2
/
+2
2016-08-10
xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGamma
Michel Dänzer
1
-1
/
+9
2016-07-28
xfree86: Hook up colormaps and RandR 1.2 gamma code v6
Michel Dänzer
2
-68
/
+111
2016-07-28
xfree86/modes: Remove xf86RandR12CrtcGetGamma
Michel Dänzer
1
-39
/
+0
2016-07-27
xfree86/modes: Move gamma initialization to xf86RandR12Init12 v2
Michel Dänzer
2
-114
/
+114
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-3
/
+2
2016-06-28
randr/xf86: Add PRIME Synchronization / Double Buffer
Alex Goins
2
-1
/
+7
2016-06-21
xfree86/modes: Simplify in_range logic in xf86_crtc_set_cursor_position
Michel Dänzer
1
-12
/
+4
2016-06-21
xfree86/modes: Disambiguate driverIsPerformingTransform
Michel Dänzer
3
-24
/
+29
2016-06-21
xfree86/modes: Fix HW cursor clipping for driverIsPerformingTransform (v2)
Michel Dänzer
1
-7
/
+11
2016-06-17
xrandrprovider: Do not use separate lists for unbound / source / offload slaves
Hans de Goede
1
-9
/
+2
2016-05-30
xfree86/modes: Remove xf86_reload_cursors v2
Michel Dänzer
2
-64
/
+3
2016-05-30
xfree86/modes: Assign xf86_config->cursor in xf86_load_cursor_image v2
Michel Dänzer
1
-1
/
+1
2016-05-26
xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursor
Keith Packard
1
-12
/
+5
2016-05-04
xf86Crtc: don't set the root window property on slave GPUs.
Dave Airlie
1
-1
/
+2
2016-03-28
xfree86/modes: Make sure the HW cursor is hidden when it should be
Michel Dänzer
1
-0
/
+6
2016-03-09
xfree86: Re-set current cursor after RandR 1.2 CRTC configuration change
Michel Dänzer
1
-0
/
+6
2016-03-09
xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb) (v2)
Michel Dänzer
1
-0
/
+11
2016-03-09
xfree86/modes: Refactor xf86_use_hw_cursor_argb to use xf86_use_hw_cursor (v2)
Michel Dänzer
1
-8
/
+2
2016-02-22
dix: Add hybrid full-size/empty-clip mode to SetRootClip
Daniel Stone
1
-2
/
+2
2015-09-23
xfree86: Fix the 1792x1344-75 EST III mode
Ville Syrjälä
1
-1
/
+1
2015-09-21
randr: Remove senseless checks for xf86RandR12Key
Egbert Eich
1
-9
/
+4
2015-07-08
prime: add rotation support for offloaded outputs (v2)
Dave Airlie
1
-0
/
+2
2015-06-30
xf86Rotate: remove unused macros.
Dave Airlie
1
-6
/
+0
[next]