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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-17
xfree86: Take input_lock() for xf86ScreenCheckHWCursor
Chris Wilson
1
-7
/
+20
2017-02-17
xfree86: Take input lock for xf86TransparentCursor
Chris Wilson
1
-0
/
+4
2017-02-17
xfree86: Take the input lock for xf86RecolorCursor
Chris Wilson
1
-6
/
+18
2017-01-11
xfree86: fix wrong usage of xf86optionListMerge
Qiang Yu
1
-1
/
+1
2017-01-11
edid: Add quirk for ADA 1024x600 7" display.
Kai-Heng Feng
1
-0
/
+5
2017-01-11
Fix a segfault that occurs if xorg.conf.d is absent:
Ben Crocker
3
-1
/
+25
2016-11-02
dri2: Sync i965_pci_ids.h from mesa
Timo Aaltonen
1
-15
/
+17
2016-10-28
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-0
/
+2
2016-10-28
ramdac: Check sPriv != NULL in xf86CheckHWCursor()
Alex Goins
1
-0
/
+4
2016-10-27
glx/dri2: Don't build DRI loader if DRI2 isn't enabled
Jon Turney
1
-0
/
+2
2016-10-26
modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORT
Nikhil Mahale
1
-2
/
+0
2016-10-26
xfree86: Xorg.wrap: Do not require root rights for cards with 0 outputs
Hans de Goede
1
-1
/
+1
2016-10-26
DRI2: Sync radeonsi_pci_ids.h from Mesa
Michel Dänzer
1
-0
/
+12
2016-10-26
modesetting: fix glamor ifdef
Mihail Konev
1
-0
/
+2
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-13
xf86Cursor: Take the input lock in xf86Set/MoveCursor
Michel Dänzer
1
-3
/
+14
2016-10-13
xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slaves
Michel Dänzer
1
-4
/
+16
2016-10-05
xfree86/dri: remove libdrm runtime checks
Emil Velikov
1
-21
/
+1
2016-10-05
configure.ac: remove --enable-aiglx option
Emil Velikov
1
-2
/
+0
2016-10-05
xfree86: remove aiglx cmd/xorg.conf option
Emil Velikov
4
-21
/
+3
2016-09-28
modesetting: only fall back to drmModeSetCursor() on -EINVAL
Michael Thayer
1
-4
/
+8
2016-09-28
modesetting: Consume all available udev events at once
Daniel Martin
1
-4
/
+6
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-09-28
xfree86: Fix null pointer dereference
Kyle Guinn
1
-4
/
+4
2016-09-28
xfree86: small memory leaks fixes
David CARLIER
3
-2
/
+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-28
modesetting: Fix reverse prime update lagging on secondary GPU outputs
Hans de Goede
1
-5
/
+8
2016-09-28
modesetting: Fix reverse prime partial update issues on secondary GPU outputs
Hans de Goede
1
-1
/
+12
2016-09-16
xfree86/modes: Set RandR primary output from CreateScreenResources
Michel Dänzer
1
-0
/
+8
2016-09-16
modesetting: fix compile error when --disable-glamor
Qiang Yu
2
-36
/
+36
2016-09-13
modesetting: Fall back to primary crtc for vblank for drawables on slave outputs
Hans de Goede
1
-0
/
+26
2016-09-13
modesetting: ms_covering_crtc: Allow calling on non modesetting Screens
Hans de Goede
1
-3
/
+9
2016-09-13
modesetting: Implement DRI2InfoRec version 9 callbacks
Hans de Goede
1
-9
/
+55
2016-09-13
modesetting: ms_dri2_create_buffer: check screen of existing front buffers
Hans de Goede
1
-13
/
+7
2016-09-13
xf86Cursor: Add hw cursor support for prime
Dave Airlie
2
-6
/
+78
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-09-13
xf86Cursor: Fix xf86CurrentCursor to work on slave GPU Screens
Hans de Goede
1
-3
/
+6
2016-09-13
xf86Cursor: Add xf86CheckHWCursor() helper function
Dave Airlie
3
-8
/
+14
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-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
[next]