summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-11xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alphaHEADmasterMatt Turner5-60/+50
2018-06-11xwayland: use pixmap size on present flipOlivier Fourdan1-4/+3
2018-06-08xwayland: fix typo in non-modifier fallback pathDave Airlie1-1/+1
2018-05-21modesetting: Pass O_CLOEXEC when opening a DRM deviceMichel Dänzer1-3/+3
2018-05-21xfree86: Fix O_CLOEXEC usage in lnx_platformMichel Dänzer1-1/+1
2018-05-14DRI2: Sync radeonsi_pci_ids.h from MesaBas Nieuwenhuizen1-0/+30
2018-05-14meson: don't install xorg wrapper manpages if suid-wrapper isn't being usedJon Turney1-11/+13
2018-05-14meson: install xwinclip and Xwinrc man pagesJon Turney2-0/+14
2018-05-08modesetting: set gbm as dependency in meson buildRoman Gilg1-0/+1
2018-05-08xwayland: Don't create a "fake" crtc for PresentAdam Jackson2-18/+4
2018-05-08xwayland: Fix a 32-bit build warning.Eric Anholt1-1/+1
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt1-2/+2
2018-05-07xwayland: persistent window struct on presentRoman Gilg3-152/+212
2018-05-07modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()Mario Kleiner2-14/+54
2018-05-07modesetting: Remove ms_crtc_msc_to_kernel_msc().Mario Kleiner3-44/+3
2018-05-07dri2: Sync i965_pci_ids.h from mesaAnuj Phogat1-2/+11
2018-04-30xwayland: restrict present cleanup to presenting and top parent windowRoman Gilg1-8/+8
2018-04-30xwayland: Avoid using epoxy_has_egl()Adam Jackson1-2/+1
2018-04-30modesetting: Fix GBM objects leak when checking for flipLouis-Francis Ratté-Boulianne1-0/+2
2018-04-24xwayland: Add glamor egl_backend for EGLStreamsLyude Paul8-14/+1066
2018-04-24xwayland: Add xwayland-config.hLyude Paul2-5/+7
2018-04-24xwayland: Decouple GBM from glamorLyude Paul6-758/+975
2018-04-24vfb: Fix man page in re depthAdam Jackson1-7/+6
2018-04-23sdksyms: Cope with __pid_t and __uint32_tThomas Klausner1-0/+11
2018-04-23modesetting: Only use modifiers on kms drivers which do support them.Mario Kleiner3-7/+13
2018-04-19xwayland: Clean up all frame callbacksOlivier Fourdan1-1/+1
2018-04-18xwayland: avoid using freed xwl_window on unrealizeOlivier Fourdan4-56/+44
2018-04-17modesetting: Fix inverted check in dri2 WaitMSCAdam Jackson1-1/+1
2018-04-16modesetting: Move GBM code inside #ifdef GLAMOR_HAS_GBMMatt Turner1-7/+7
2018-04-16xwayland: Fix build without glamorOlivier Fourdan4-6/+18
2018-04-13xwayland: Don't crash on WarpPointer(dest_w = None)Adam Jackson1-0/+3
2018-04-12sdksyms: Skip empty symbolsAdam Jackson1-1/+2
2018-04-10xwayland: zero num_formats from the startEmil Velikov1-6/+5
2018-04-10xwayland: zero num_modifiers from the startEmil Velikov1-10/+7
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov1-4/+4
2018-04-10xwayland: don't close() fds we don't ownEmil Velikov1-2/+0
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov1-1/+1
2018-04-09hw/xwin/glx: Allocate fbconfigs correctlyJon Turney1-30/+40
2018-04-06xfree86: drop KDSKBMUTE handlingPeter Hutterer1-19/+9
2018-04-05xwayland: Silence a build warning if we canAdam Jackson2-8/+15
2018-04-05dmx: Silence a string truncation warning.Adam Jackson1-1/+1
2018-04-05dmx: Clean up some argument parsing codeAdam Jackson1-19/+6
2018-04-05dmx: Fix a read-from-uninitialized warningAdam Jackson1-1/+1
2018-04-05dmx: Fix some snprintf warnings.Adam Jackson1-2/+2
2018-04-05gtf: Warning fixAdam Jackson1-1/+1
2018-04-05modesetting: Actually get framebuffer IDDaniel Stone1-1/+1
2018-04-05modesetting: Don't reuse iterator in nested loopDaniel Stone1-2/+3
2018-04-04modesetting: Fix page flipping harder under DRI 3.2.Mario Kleiner1-1/+5
2018-04-04modesetting: Have consistent state when using atomic modesettingLouis-Francis Ratté-Boulianne2-3/+64
2018-04-04modesetting: Use atomic modesetting to set DPMS modeLouis-Francis Ratté-Boulianne5-110/+299