index
:
~jwrdegoede/xserver
for-master
for-server-1.18
for-server-1.19
master
modesetting-prime-fixes
prime-hw-cursor-support
server-1.18-branch
Hans' xserver git repo
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
modesetting: Remove some dead code
Hans de Goede
1
-2
/
+0
2016-09-13
modesetting: ms_covering_crtc: Remove unused arguments, make static
Hans de Goede
2
-19
/
+6
2016-09-13
modesetting: Fix msSharePixmapBacking returning a non-linear bo
Hans de Goede
1
-1
/
+2
2016-09-06
glx: Fix computation of GLX_X_RENDERABLE fbconfig attribute
Adam Jackson
3
-4
/
+0
2016-09-06
xwayland: Process queued events before making wayland mods effective
Rui Matos
1
-5
/
+6
2016-09-02
modesetting: add DRI2 page flip support
Qiang Yu
5
-15
/
+257
2016-09-02
modesetting: move common page flip handle to pageflip.c
Qiang Yu
3
-87
/
+105
2016-09-02
modesetting: move ms_do_pageflip to pageflip.c
Qiang Yu
4
-252
/
+300
2016-09-02
modesetting: make ms_do_pageflip generic for share with DRI2
Qiang Yu
1
-14
/
+25
2016-09-02
modesetting: Hide cursor when initializing crtc
Hans De Goede
1
-0
/
+3
2016-09-02
modesetting: Do not use function local static variables
Hans De Goede
2
-6
/
+6
2016-08-24
xfree86: print the module name together with the load failure message
Peter Hutterer
1
-16
/
+19
2016-08-19
wayland: Emulate crossing for native window
Olivier Fourdan
3
-2
/
+17
2016-08-18
Fix Xorg -configure not working anymore
Hans De Goede
1
-1
/
+2
2016-08-16
xwayland: Fix relinking when dix changes
Adam Jackson
1
-1
/
+1
2016-08-15
xwayland: Avoid double free of RRCrtc and RROutput
Olivier Fourdan
3
-4
/
+12
2016-08-15
xwayland: Plug memleak in frame callbacks
Olivier Fourdan
2
-0
/
+4
2016-08-15
Autoconfig: Fix the loop adding dectected drivers to the list of screens
Matthieu Herrb
1
-2
/
+1
2016-08-15
xfree86: vgaarb: Initialize local variable rsrc_decodes
Emily Deng
1
-1
/
+1
2016-08-13
xfree86: Set pScrn->pScreen before driver ScreenInit is called
Keith Packard
1
-2
/
+11
2016-08-12
xfree86: lock input during PreInit
Peter Hutterer
1
-0
/
+2
2016-08-12
xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()
Peter Hutterer
1
-1
/
+1
2016-08-10
xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGamma
Michel Dänzer
1
-1
/
+9
2016-08-08
modesetting: Delete dead drmmode_bo_for_pixmap function.
Kenneth Graunke
2
-31
/
+0
2016-07-28
xfree86: Hook up colormaps and RandR 1.2 gamma code v6
Michel Dänzer
4
-120
/
+122
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-21
Switch poll() users to xserver_poll()
Keith Packard
10
-22
/
+21
2016-07-19
hw/xwin: Update BlockHandler function signature
Jon Turney
2
-4
/
+2
2016-07-19
hw/xwin: Update for removal of AddEnabledDevice
Jon Turney
1
-1
/
+13
2016-07-18
xfree86: if ATTR_KEYBOARD is set, match for keyboards
Peter Hutterer
1
-1
/
+1
2016-07-18
modesetting: resubmit dirty rects on EINVAL (v2)
Adam Jackson
1
-0
/
+9
2016-07-18
Bump ABI versions to reflect block/wakeup handler API changes
Keith Packard
1
-2
/
+2
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
11
-22
/
+19
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
13
-51
/
+31
2016-07-18
dmx: Eliminate use of AddEnabledDevice [v2]
Keith Packard
1
-4
/
+13
2016-07-18
modesetting: Use passed-in fd for drm event monitoring NotifyFd callback
Keith Packard
1
-1
/
+1
2016-07-18
hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]
Keith Packard
1
-32
/
+30
2016-07-18
xnest: Use SetNotifyFd to receive events
Keith Packard
1
-1
/
+8
2016-07-18
hw/xfree86: Use NotifyFd for other input fd wakeups
Keith Packard
1
-26
/
+22
2016-07-18
dmx: Switch from select(2) to poll(2) for input
Keith Packard
2
-16
/
+15
2016-07-18
xfree86: Switch from select(2) to poll(2)
Keith Packard
3
-45
/
+53
2016-07-18
kdrive: switch from select(2) to poll(2)
Keith Packard
6
-48
/
+28
2016-07-18
dix: Switch to the libXfont2 API (v2)
Keith Packard
5
-10
/
+14
2016-07-15
xfree86: Fix fallback driver sort order for Xorg -configure (v2)
Adam Jackson
1
-19
/
+40
2016-07-15
xwayland: Only force monotonic clock once
Adam Jackson
1
-1
/
+2
2016-07-15
xwayland: Update RR state on wl_output.done instead of wl_output.mode
Rui Matos
2
-9
/
+10
2016-07-08
linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails
Hans De Goede
1
-9
/
+1
2016-07-08
modesetting: NULL assignment for drmmode_set_target_scanout_target_cpu
Alex Goins
1
-0
/
+1
2016-07-02
modesetting: Load on GPU-s with 0 outputs
Hans de Goede
2
-11
/
+24
[next]