summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-03-28modesetting/drmmode: Remove unused flink callDaniel Stone1-7/+0
2018-03-28xwayland: Activate Present flips in rootless mode with GlamorRoman Gilg1-0/+22
2018-03-28xwayland: Implement queuing present vblanksRoman Gilg2-9/+96
2018-03-28xwayland: Add fallback timer for msc countingRoman Gilg2-0/+73
2018-03-28xwayland: Preliminary support for Present's new window flip modeRoman Gilg4-0/+398
2018-03-28xwayland: Add arguments to glamor_pixmap_get_wl_bufferRoman Gilg3-8/+25
2018-03-27meson: Install the dmx utilitiesAdam Jackson1-1/+21
2018-03-27meson: Build cvt and gtfAdam Jackson1-0/+17
2018-03-27meson: Install man pagesAdam Jackson9-1/+110
2018-03-27meson: Build Xorg suid wrapperAdam Jackson1-0/+25
2018-03-27meson: Add libdrm to hw/xfree86/common's dependenciesAdam Jackson1-0/+1
2018-03-27man: s/__/@/gAdam Jackson22-294/+294
2018-03-27autotools: Stop caring about XORG_DATEAdam Jackson1-4/+0
2018-03-22modesetting: Fix up some XXX from removing GLAMOR_HAS_DRM_*Adam Jackson2-35/+41
2018-03-21modesetting: Fix page flipping under DRI 3.2.Mario Kleiner1-1/+1
2018-03-21xfree86: replace all uses of xf86PrivsElevated with PrivsElevatedNicolai Hähnle2-4/+4
2018-03-21os: move xf86PrivsElevated hereNicolai Hähnle1-58/+1
2018-03-21modesetting: remove fallback DRM_CAP_* definesEmil Velikov2-15/+0
2018-03-21modesetting: remove always true DRM_IOCTL_CRTC_QUEUE_SEQUENCE guardEmil Velikov1-6/+0
2018-03-21modesetting: remove always true defined(DRM_CAP_PRIME) guardsEmil Velikov1-3/+1
2018-03-21Remove always true GLAMOR_HAS_DRM_* guardsEmil Velikov4-39/+12
2018-03-15Revert "modesetting: Remove #ifdefs XF86_PDEV_SERVER_FD"Alan Coopersmith1-0/+10
2018-03-09glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.Mario Kleiner1-0/+4
2018-03-07dri2: Sync i965_pci_ids.h from Mesa.Rodrigo Vivi1-9/+17
2018-03-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-3/+19
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne7-22/+175
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne6-56/+196
2018-03-05modesetting: Check if buffer format is supported when flippingLouis-Francis Ratté-Boulianne3-4/+70
2018-03-05modesetting: Create scanout buffers using supported modifiersLouis-Francis Ratté-Boulianne1-3/+87
2018-03-05modesetting: Get supported formats/modifiers for scanoutLouis-Francis Ratté-Boulianne2-4/+119
2018-03-05modesetting: Use atomic modesetting to configure output/CRTCsLouis-Francis Ratté-Boulianne4-45/+252
2018-03-05modesetting: Add support for multi-plane pixmaps when page-flippingLouis-Francis Ratté-Boulianne3-7/+62
2018-03-05modesetting: Use atomic modesetting API for pageflip if availableLouis-Francis Ratté-Boulianne5-4/+435
2018-03-05dri3: Add multi-planar/modifier buffer requestsLouis-Francis Ratté-Boulianne1-2/+2
2018-03-02meson: get rid of useless HAVE_SYSV_IPCLaurent Carlier1-2/+0
2018-02-28glx: Add vndserver.h to the SDKAdam Jackson1-0/+4
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard7-7/+389
2018-02-27xf86-video-modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+23
2018-02-27xf86-video-modesetting: Record non-desktop kernel property at PreInit timeKeith Packard1-0/+6
2018-02-27xfree86/modes: Check for non-desktop monitors during PreInit [v2]Keith Packard2-3/+8
2018-02-27modesetting: Enable screen color depth 30 support.Mario Kleiner2-1/+3
2018-02-27modesetting: Adapt xf86HandleColorMaps() for > 24 color depth. (v2)Mario Kleiner1-5/+9
2018-02-27xfree86/modes: Adapt xf86Randr12CrtcComputeGamma() for depth 30. (v2)Mario Kleiner1-27/+69
2018-02-27glamor: Make Xv extension initialize at depth 30.Mario Kleiner1-2/+2
2018-02-27modesetting: Fix fallback for lack of new vblank kernel API.Mario Kleiner1-2/+3
2018-02-26modesetting: Do not close uninitialized dri2 screenJeffrey Smith2-3/+6
2018-02-26xquartz: Fix linking with glxvndAdam Jackson1-0/+1
2018-02-21docs: correct LoadExtensionList() documentationEmil Velikov1-1/+1
2018-02-20xwayland: Fix backwards need_rotate logic (v2)Jason Ekstrand1-3/+3
2018-02-20Xephyr: Avoid calling xcb_shm_detach() twiceAlexander Volkov1-1/+0