summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-29edid: use value returned from pruning duplicate modesJeff Smith1-1/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson8-39/+18
2018-01-25xwayland: place a manual redirect on windowsOlivier Fourdan1-0/+5
2018-01-25xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1
2018-01-25xwayland: Support for BTN_STYLUS3 kernel eventsJason Gerecke1-0/+1
2018-01-24modesetting: setup colormapRinat Ibragimov1-1/+1
2018-01-24Revert "xfree86: Remove broken RANDR disabling logic (v3)"Adam Jackson8-7/+36
2018-01-24xfree86: Remove broken RANDR disabling logic (v3)Adam Jackson8-36/+7
2018-01-24xwayland: Add optional xdg-output supportOlivier Fourdan5-11/+133
2018-01-24xf86XvMCScreenInit: Clear pScreenPriv->dixinfo when freeing pAdaptMichel Dänzer1-0/+1
2018-01-22miinitext: General cleanup (v2)Adam Jackson1-0/+1
2018-01-22xfree86: Disable cursor whenever turning off CRTC during modesetKeith Packard3-5/+19
2018-01-22xf86-video-modesetting: Update property values at detect and uevent timeKeith Packard1-25/+86
2018-01-22xf86-video-modesetting: Support new vblank kernel API [v2]Keith Packard1-1/+49
2018-01-22meson.build: Fix hw/xwin build when dependencies are installed in a non-defau...Jon Turney2-1/+2
2018-01-22xwayland: reduce over-damagePekka Paalanen1-3/+15
2018-01-18xfree86: add default modes for 16:9 and 16:10Martin Wilck1-0/+141
2018-01-16modesetting: Use seq instead of msc in ms_queue_vblank failure pathKeith Packard1-1/+1
2018-01-16x86emu: Teach the debug code about varargsAdam Jackson2-14/+9
2018-01-08ddc: Port some paranoia from drm_edid.cAdam Jackson1-8/+27
2018-01-08meson: Correct the option for disabled int10 from 'disabled' to 'false'Jon Turney1-1/+1
2018-01-08Xorg.wrap: Ensure correct ordering of post-install hookLukáš Krejčí1-2/+2
2017-12-19xwayland: avoid race condition on new keymapOlivier Fourdan1-1/+1
2017-12-18modesetting: simplify bailing on calloc failKonstantin Kharlamov1-8/+4
2017-12-13xfree86: Hold input_lock across SPRITE functions in VGA arbiterKeith Packard1-7/+13
2017-12-13meson: Add dependency on generated code fragments in hw/xwin/glx/Jon Turney5-10/+13
2017-12-13kdrive: remove KdSignalWrapper etc.Adam Jackson1-14/+0
2017-12-13xfree86: remove xf86CaughtSignal etc.Adam Jackson8-47/+3
2017-12-13xfree86: Remove xf86InterceptSignalsAdam Jackson3-27/+1
2017-12-13xfree86: Remove xf86InterceptSigIllAdam Jackson2-14/+0
2017-12-13xwayland: Give up “cleanly“ on Wayland socket errorsOlivier Fourdan1-5/+21
2017-12-06xwayland: Keep separate variables for pointer and tablet fociCarlos Garnacho3-10/+13
2017-12-06xwayland: Fix non-argb cursor conversionOlivier Fourdan1-1/+1
2017-12-01glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)Adam Jackson1-1/+1
2017-11-29modesetting: Remove #if 0 CMAP_LOAD_EVEN_IF_OFFSCREENDaniel Martin1-6/+3
2017-11-29modesetting: Remove unused define DRV_ERRORDaniel Martin1-1/+0
2017-11-29modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin1-1/+3
2017-11-29modesetting: Fix log msg if pixmap creation failedDaniel Martin1-1/+1
2017-11-29xfree86: Fix set but not used warnings in lnx_platformDaniel Martin1-6/+3
2017-11-15glamor: Drop the non-VAO rendering pathAdam Jackson1-29/+8
2017-11-14glx: Drop references to <GL/internal/glcore.h>Adam Jackson4-7/+0
2017-11-14edid: fix off-by-one error in CEA mode numberingHector Martin1-2/+2
2017-11-07xwayland: Stop printing the EGL versionAdam Jackson1-4/+0
2017-11-07dmx: Use noGlxExtension like other DDXesAdam Jackson2-11/+7
2017-11-06Xephyr: free driverPrivates on FiniGiuseppe Bilotta1-0/+2
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin26-58/+41
2017-10-30modesetting: Fix potential buffer overflowDaniel Martin1-26/+14
2017-10-27xf86-video-modesetting: Fix ms_queue_vblank(flags = MS_QUEUE_RELATIVE)Alex Goins1-1/+2
2017-10-25ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()Alex Goins1-1/+8
2017-10-24meson: Don't use '' in link_with, everLyude Paul1-1/+1