summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-08-01xwayland: Add grab protocol supportOlivier Fourdan4-3/+112
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-20XQuartz: Hack around an issue that can occur on macOS due to background apps ...Jeremy Huddleston Sequoia1-5/+24
2017-07-06dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-0/+23
2017-07-05wayland: Sync drm.xml with MesaAdam Jackson1-16/+19
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-20glx: Remove some indirection around EXT_texture_from_pixmapAdam Jackson1-6/+2
2017-06-20dmx: Remove some not-very-interesting debug printsAdam Jackson1-63/+0
2017-06-20dmx: Silence an unused-result warningAdam Jackson1-1/+2
2017-06-20xfree86: Move DRICreatePCIBusID to the PCI codeAdam Jackson4-14/+14
2017-06-20xfree86: Remove unused xf86EnableVTSwitchAdam Jackson2-42/+3
2017-06-20dix: Remove extension aliasesAdam Jackson1-6/+0
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-13dmx: Remove includes of glxtokens.hEric Anholt2-2/+0
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-06-12xwayland: Implement tablet_tool_wheel for scrollingJason Gerecke2-0/+26
2017-06-12xwayland: Correct off-by-one error in tablet button numberingJason Gerecke1-2/+2
2017-06-07xwayland: Remove two unused proc pointers.Carlos Garnacho1-2/+0
2017-06-07xwayland: Lock the pointer if it is confined and has no cursorCarlos Garnacho1-1/+28
2017-06-07xwayland: Update root window size when desktop size changesCarlos Garnacho2-1/+6
2017-06-07xwayland: "Accept" confineTo on InputOnly windowsCarlos Garnacho1-0/+9
2017-06-07xwayland: Allow pointer warp on root/None windowCarlos Garnacho1-0/+20
2017-06-05xfree86: Add Option "PreferCloneMode"Michel Dänzer2-0/+9
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt2-7/+0
2017-06-02Add meson.build for XWin server (v2)Jon Turney5-0/+319
2017-06-02hw/xwin: Remove pretense of Xv supportJon Turney2-201/+2
2017-06-02hw/xwin: Don't unconditionally include rootless.hJon Turney2-2/+4
2017-05-31xwayland: Don't load extension list more than onceLyude1-2/+3
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-15hw/xwin: Fix -Wunused-function warning for MessageName() in non-debug buildsJon Turney1-0/+2
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warnings in engine CloseScreen wrappersJon Turney2-2/+2
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warning in winWindowProcJon Turney1-3/+4
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