summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2017-02-17xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-17xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4
2017-02-17xfree86: Take the input lock for xf86RecolorCursorChris Wilson1-6/+18
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2017-01-11edid: Add quirk for ADA 1024x600 7" display.Kai-Heng Feng1-0/+5
2017-01-11Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker3-1/+25
2016-11-02dri2: Sync i965_pci_ids.h from mesaTimo Aaltonen1-15/+17
2016-10-28Merge remote-tracking branch 'jturney/master'Keith Packard1-0/+2
2016-10-28ramdac: Check sPriv != NULL in xf86CheckHWCursor()Alex Goins1-0/+4
2016-10-27glx/dri2: Don't build DRI loader if DRI2 isn't enabledJon Turney1-0/+2
2016-10-26modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTNikhil Mahale1-2/+0
2016-10-26xfree86: Xorg.wrap: Do not require root rights for cards with 0 outputsHans de Goede1-1/+1
2016-10-26DRI2: Sync radeonsi_pci_ids.h from MesaMichel Dänzer1-0/+12
2016-10-26modesetting: fix glamor ifdefMihail Konev1-0/+2
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+15
2016-10-26xfree86: swap the list of paused devices to an xorg_listPeter Hutterer1-11/+20
2016-10-26xfree86: use the right option traversal list to search for an optionPeter Hutterer1-11/+7
2016-10-13xf86Cursor: Take the input lock in xf86Set/MoveCursorMichel Dänzer1-3/+14
2016-10-13xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slavesMichel Dänzer1-4/+16
2016-10-05xfree86/dri: remove libdrm runtime checksEmil Velikov1-21/+1
2016-10-05configure.ac: remove --enable-aiglx optionEmil Velikov1-2/+0
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov4-21/+3
2016-09-28modesetting: only fall back to drmModeSetCursor() on -EINVALMichael Thayer1-4/+8
2016-09-28modesetting: Consume all available udev events at onceDaniel Martin1-4/+6
2016-09-28config: fix GPUDevice fail when AutoAddGPU off + BusIDQiang Yu1-3/+15
2016-09-28xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()Laszlo Ersek1-1/+9
2016-09-28xfree86: Fix null pointer dereferenceKyle Guinn1-4/+4
2016-09-28xfree86: small memory leaks fixesDavid CARLIER3-2/+5
2016-09-28xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation errorHans de Goede1-0/+30
2016-09-28xf86RandR12: Move calculating of shift inside init_one_componentHans de Goede1-7/+8
2016-09-28modesetting: Fix reverse prime update lagging on secondary GPU outputsHans de Goede1-5/+8
2016-09-28modesetting: Fix reverse prime partial update issues on secondary GPU outputsHans de Goede1-1/+12
2016-09-16xfree86/modes: Set RandR primary output from CreateScreenResourcesMichel Dänzer1-0/+8
2016-09-16modesetting: fix compile error when --disable-glamorQiang Yu2-36/+36
2016-09-13modesetting: Fall back to primary crtc for vblank for drawables on slave outputsHans de Goede1-0/+26
2016-09-13modesetting: ms_covering_crtc: Allow calling on non modesetting ScreensHans de Goede1-3/+9
2016-09-13modesetting: Implement DRI2InfoRec version 9 callbacksHans de Goede1-9/+55
2016-09-13modesetting: ms_dri2_create_buffer: check screen of existing front buffersHans de Goede1-13/+7
2016-09-13xf86Cursor: Add hw cursor support for primeDave Airlie2-6/+78
2016-09-13xf86Cursor: Deal with rotation on GPU screens using a hw-cursorHans de Goede1-11/+40
2016-09-13xf86Cursor: Fix xf86_crtc_rotate_coord using width/height wronglyHans de Goede1-2/+2
2016-09-13xf86Cursor: Fix xf86CurrentCursor to work on slave GPU ScreensHans de Goede1-3/+6
2016-09-13xf86Cursor: Add xf86CheckHWCursor() helper functionDave Airlie3-8/+14
2016-09-13modesetting: Remove some dead codeHans de Goede1-2/+0
2016-09-13modesetting: ms_covering_crtc: Remove unused arguments, make staticHans de Goede2-19/+6
2016-09-13modesetting: Fix msSharePixmapBacking returning a non-linear boHans de Goede1-1/+2
2016-09-02modesetting: add DRI2 page flip supportQiang Yu5-15/+257
2016-09-02modesetting: move common page flip handle to pageflip.cQiang Yu3-87/+105
2016-09-02modesetting: move ms_do_pageflip to pageflip.cQiang Yu4-252/+300
2016-09-02modesetting: make ms_do_pageflip generic for share with DRI2Qiang Yu1-14/+25