summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2017-10-20Save changesdrm-lease-hacksKeith Packard3-13/+79
2017-10-12xf86: Skip more driver functions on leased objectsKeith Packard1-2/+9
2017-10-12xf86: Turn crtc->enabled off while leasedKeith Packard4-1/+20
2017-10-12modesetting: Kernel no longer wants encoders for leasesKeith Packard1-14/+3
2017-10-10Add RandR leases with modesetting driver support [v2]Keith Packard5-2/+271
2017-10-10xf86-video-modesetting: Create CONNECTOR_ID properties for outputsKeith Packard1-0/+24
2017-10-10xfree86: Disable cursor whenever turning off CRTC during modesetKeith Packard3-5/+19
2017-10-10xf86-video-modesetting: Support new vblank kernel API [v2]drm-sequenceKeith Packard1-1/+49
2017-10-04xf86-video-modesetting: Add ms_queue_vblank helper [v3]Keith Packard5-97/+95
2017-09-26modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-09-26xfree86: Hush some warnings when Xv is disabledAdam Jackson1-1/+1
2017-09-25suid: Include sysmacros.h to fix build after glibc-2.25Nick Sarnie1-0/+3
2017-09-13modesetting: Blacklist EVDI devices from PRIME syncDawid Kurek1-0/+5
2017-09-13dri2: sort DRI2InfoPtr::version checking in ascending orderEmil Velikov1-6/+5
2017-09-13meson: Move the BUILD_DATE/TIME setup to configure time.Eric Anholt1-4/+2
2017-09-13meson: Include BUILD_DATE in the meson xf86Build.h.Eric Anholt1-1/+1
2017-09-13meson: Respect SOURCE_DATE_EPOCH for reproducible builds.Eric Anholt1-2/+9
2017-08-15Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer3-8/+9
2017-07-31xfree86: Fix X -configure driver sort yet againAdam Jackson1-6/+5
2017-07-31modesetting: Fix PCI initialization on non-zero domainsAdam Jackson1-6/+4
2017-07-06dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-07-04modesetting: handle NULL cursor in drmmode_set_cursor.Dave Airlie1-0/+3
2017-07-04xfree86: link to libinput(4) from the xorg.conf man pagePeter Hutterer1-0/+1
2017-06-27meson: Use --export-all-symbols when building PE/COFF objectsJon TURNEY1-2/+8
2017-06-27meson: Shuffle around subdirs so we build Xorg loadable modules after XorgJon TURNEY1-24/+26
2017-06-27Move statically linked xorgxkb files from dixmods to a separate directoryJon TURNEY9-22/+27
2017-06-22xfree86: Move DRICreatePCIBusID to xf86Pci.hAdam Jackson2-2/+1
2017-06-20xfree86: Move DRICreatePCIBusID to the PCI codeAdam Jackson4-14/+14
2017-06-20xfree86: Remove unused xf86EnableVTSwitchAdam Jackson2-42/+3
2017-06-20xfree86: Document BusID PCI domain format in ddxDesign.xmlMichel Dänzer1-1/+2
2017-06-20xfree86: Document BusID PCI domain format in xorg.conf manpageMichel Dänzer1-4/+4
2017-06-20xfree86: Fix printing of PCI domain/bus in xf86MatchPciInstancesMichel Dänzer1-1/+1
2017-06-20xfree86: Print BusID stanza compatible bus IDs for found devicesMichel Dänzer1-2/+2
2017-06-20meson: Restore stub ossupportJon Turney1-1/+16
2017-06-20xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSetMichel Dänzer1-2/+1
2017-06-13meson: Fix test for whether we've built glamor-EGL.Eric Anholt1-1/+1
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-06-05xfree86: Add Option "PreferCloneMode"Michel Dänzer2-0/+9
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt1-5/+0
2017-05-29xfree86: Fix interpretation of xf86WaitForInput timeoutJason Gerecke1-0/+3
2017-05-29xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-05-18modesetting: Drop code for GLAMOR && !GLAMOR_HAS_GBM.Eric Anholt6-34/+19
2017-05-15xfree86: Hide unused variables when !XSERVER_LIBPCIACCESSJon Turney1-0/+2
2017-05-15xfree86: build a shared lib identical to XorgPeter Hutterer3-16/+31
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson2-13/+0
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau10-19/+19
2017-05-11hw/xfree86: fix comment typoFrank Binns1-1/+1
2017-05-10meson: Make driprotos and libdrm optionalJon TURNEY5-6/+8
2017-05-09xfree86: Improved autoconfig drivers matchingKarol Kosik8-118/+153
2017-05-09Revert "xfree86: Improved autoconfig drivers matching"Eric Anholt8-153/+118