index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
-33
/
+31
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
os: Use NotifyFd for ErrorConnMax
Keith Packard
1
-22
/
+19
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
17
-212
/
+231
2016-07-18
glamor: Remove the FBO cache.
Eric Anholt
3
-275
/
+6
2016-07-15
glamor: Translate solid text background region after clipping
Michel Dänzer
1
-6
/
+7
2016-07-15
xfree86: Fix fallback driver sort order for Xorg -configure (v2)
Adam Jackson
1
-19
/
+40
2016-07-15
shm: Also censor images returned by ShmGetImage
Andrew Eikum
1
-0
/
+17
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-15
dix: Work around non-premultiplied ARGB cursor data
Michel Dänzer
1
-0
/
+23
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-05
randr: Add ability to turn PRIME sync off
agoins
3
-4
/
+124
2016-07-02
modesetting: Load on GPU-s with 0 outputs
Hans de Goede
2
-11
/
+24
2016-07-02
modesetting: Fix swapping of provider sink / source capabilities
Hans de Goede
1
-2
/
+2
2016-07-02
modesetting: Implement a double-buffered shadow mode
Adam Jackson
4
-5
/
+135
2016-07-02
modesetting: Drop some non-functional triple-buffering variables
Adam Jackson
2
-18
/
+0
2016-07-02
modesetting: Implement 32->24 bpp conversion in shadow update
Dave Airlie
6
-24
/
+196
2016-07-02
modesetting: Fix hw cursor check at the first call
Takashi Iwai
1
-2
/
+8
2016-07-01
modesetting: Use load_cursor_argb_check for sw cursor fallback
Takashi Iwai
1
-6
/
+18
2016-07-01
modesetting: Fix the error check from DRM_IOCTL_MODE_CURSOR2
Takashi Iwai
1
-2
/
+2
2016-06-30
configure: Tell AC_REPLACE_FUNCS where to find replacements
Adam Jackson
1
-0
/
+1
2016-06-29
xkb: add a cause to the xkb indicator update after a keymap change
Peter Hutterer
1
-1
/
+3
2016-06-28
modesetting: Implement PRIME syncing as a source
Alex Goins
2
-1
/
+144
2016-06-28
modesetting: Disable Reverse PRIME for i915
Alex Goins
1
-2
/
+15
2016-06-28
modesetting: Blacklist USB transport devices from PRIME sync
Alex Goins
1
-0
/
+14
2016-06-28
modesetting: Suspend and resume flipping with DPMS
Alex Goins
1
-4
/
+14
2016-06-28
modesetting: Implement PRIME syncing as a sink
Alex Goins
3
-38
/
+374
2016-06-28
modesetting: Always load ms->drmmode.pageflip
Alex Goins
1
-6
/
+4
2016-06-28
modesetting: Always tear down scanout pixmap
Alex Goins
1
-19
/
+20
2016-06-28
modesetting: Internal storage of scanout pixmaps
Alex Goins
3
-12
/
+22
2016-06-28
randr/xf86: Add PRIME Synchronization / Double Buffer
Alex Goins
4
-29
/
+111
2016-06-28
xf86: Add PRIME flipping functions to Screen
Alex Goins
2
-0
/
+31
2016-06-28
hw/xwin: Fix a typo in "Remove Shadow DirectDraw engine"
Jon Turney
1
-1
/
+1
2016-06-28
hw/xwin: Fix a crash trying to reload window icons when not in multiwindow mode
Jon Turney
4
-16
/
+26
2016-06-28
hw/xwin: Fix a crash which occurs if focus returns to XWin after xkbcomp has ...
Colin Harrison
1
-1
/
+1
2016-06-23
hw/xwin: Make window maximizable if a maximium size larger than virtual deskt...
Jon Turney
1
-2
/
+6
2016-06-23
hw/xwin: Detect invalid options in combination with -nodecoration
Jon Turney
1
-1
/
+16
2016-06-23
hw/xwin: Default to -noresize when -fullscreen is used
Jon Turney
7
-10
/
+26
2016-06-23
hw/xwin: Tell LogInit() to backup previous logfile as .old
Jon Turney
2
-4
/
+5
2016-06-23
hw/xwin: Downgrade some uninformative, always-emitted log output to debug
Jon Turney
3
-8
/
+8
2016-06-23
hw/xwin: Check for just the hostname in window title
Jon Turney
1
-13
/
+22
2016-06-23
hw/xwin: Use _NET_WM_NAME for window titles in multiwindow mode
Jon Turney
1
-16
/
+42
[next]