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
path:
root
/
hw
/
xfree86
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
xfree86: Add ModulePath support for OutputClass config Sections
Hans De Goede
1
-0
/
+23
2018-02-13
xfree86: Allow overriding primary GPU detection from an OutputClass section
Hans De Goede
1
-0
/
+19
2018-02-13
xfree86: xf86platformProbe: split finding pci-info and setting primary GPU
Hans De Goede
1
-8
/
+15
2018-02-13
xfree86: Add options support for OutputClass Options
Hans De Goede
3
-1
/
+48
2018-02-13
xfree86: Make OutputClassMatches take a xf86_platform_device
Hans De Goede
1
-3
/
+4
2018-02-13
xfree86: Free devlist returned by xf86MatchDevice
Hans De Goede
1
-0
/
+4
2018-02-13
xfree86: Try harder to find atleast 1 non GPU Screen
Hans de Goede
5
-3
/
+33
2018-02-13
xfree86: Make adding unclaimed devices as GPU devices a separate step
Hans de Goede
3
-0
/
+25
2018-02-13
xfree86: Remove redundant ServerIsNotSeat0 check from xf86CallDriverProbe
Hans de Goede
1
-2
/
+0
2018-02-12
xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdapt
Michel Dänzer
1
-0
/
+1
2018-01-22
xfree86: add default modes for 16:9 and 16:10
Martin Wilck
1
-0
/
+141
2017-10-12
hw/xfree86: unvalidated lengths
Nathan Kidd
1
-35
/
+46
2017-09-25
xfree86: up the path name size to 512 in xf86MatchDriverFromFiles
Peter Hutterer
1
-1
/
+1
2017-09-25
xfree86: Silence a new glibc warning
Adam Jackson
1
-0
/
+3
2017-09-25
os: Handle SIGABRT
Michel Dänzer
1
-0
/
+1
2017-01-11
xfree86: fix wrong usage of xf86optionListMerge
Qiang Yu
1
-1
/
+1
2017-01-11
Fix a segfault that occurs if xorg.conf.d is absent:
Ben Crocker
1
-0
/
+9
2016-10-26
ddx: add new call to purge input devices that weren't added
Peter Hutterer
1
-0
/
+15
2016-10-26
xfree86: swap the list of paused devices to an xorg_list
Peter Hutterer
1
-11
/
+20
2016-10-26
xfree86: use the right option traversal list to search for an option
Peter Hutterer
1
-11
/
+7
2016-10-05
xfree86: remove aiglx cmd/xorg.conf option
Emil Velikov
2
-11
/
+0
2016-09-28
config: fix GPUDevice fail when AutoAddGPU off + BusID
Qiang Yu
1
-3
/
+15
2016-09-28
xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()
Laszlo Ersek
1
-1
/
+9
2016-08-18
Fix Xorg -configure not working anymore
Hans De Goede
1
-1
/
+2
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-07-28
xfree86: Hook up colormaps and RandR 1.2 gamma code v6
Michel Dänzer
2
-54
/
+13
2016-07-18
xfree86: if ATTR_KEYBOARD is set, match for keyboards
Peter Hutterer
1
-1
/
+1
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
3
-3
/
+3
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
2
-10
/
+6
2016-07-18
hw/xfree86: Use NotifyFd for other input fd wakeups
Keith Packard
1
-26
/
+22
2016-07-18
xfree86: Switch from select(2) to poll(2)
Keith Packard
1
-1
/
+0
2016-07-15
xfree86: Fix fallback driver sort order for Xorg -configure (v2)
Adam Jackson
1
-19
/
+40
2016-06-10
Allow ConstantDeceleration < 1.0
Eric Biggers
1
-1
/
+1
2016-06-08
xfree86: Don't swallow ±iglx command line flag
Adam Jackson
1
-1
/
+1
2016-06-08
Allow compile-time selection of a fallback input driver
Peter Hutterer
1
-8
/
+31
2016-06-08
xfree86: Remove redundant parse of AIGLX server flag
Adam Jackson
1
-5
/
+0
2016-06-08
dix: Update some comments to reflect the new non-SIGIO input model
Adam Jackson
2
-3
/
+2
2016-06-08
dix: Use OsSignal() not signal()
Adam Jackson
1
-9
/
+9
2016-05-30
xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutex
Keith Packard
1
-0
/
+4
2016-05-29
xfree86: Remove event reading code from xf86Wakeup
Keith Packard
1
-28
/
+0
2016-05-29
xfree86: Bump ABI versions
Keith Packard
1
-3
/
+3
2016-05-26
xfree86: Use threaded input mechanism [v2]
Keith Packard
3
-10
/
+7
2016-05-26
xfree86: Remove unnecessary errno save/restore in xf86ReadInput
Keith Packard
1
-3
/
+0
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
7
-53
/
+33
2016-05-26
xfree86: Add IndirectGLX server flag (v2)
Adam Jackson
3
-0
/
+14
[next]