summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-05modesetting: Create scanout buffers using supported modifierslfrb-modifiers-v2Louis-Francis Ratté-Boulianne1-0/+56
2017-09-05modesetting: Get supported formats/modifiers for scanoutLouis-Francis Ratté-Boulianne2-4/+119
2017-09-05modesetting: Use atomic modesetting to configure output/CRTCsLouis-Francis Ratté-Boulianne3-104/+316
2017-09-05modesetting: Add support for multi-plane pixmaps when page-flippingLouis-Francis Ratté-Boulianne3-7/+59
2017-09-05modesetting: Use atomic modesetting API for pageflip if availableLouis-Francis Ratté-Boulianne5-4/+429
2017-09-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-3/+19
2017-09-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne2-14/+124
2017-09-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne5-49/+171
2017-08-02meson: Fix xwayland build since xwayland-keyboard-grab.Eric Anholt1-0/+3
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