summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin1-86/+77
2017-10-23modesetting: Fix leak of tile_blob in drmmode_output_destroyDaniel Martin1-2/+3
2017-10-20modesetting: Check crtc before searching link-status propertyDaniel Martin1-5/+3
2017-10-20modesetting: Remove #ifdefs XF86_PDEV_SERVER_FDDaniel Martin1-10/+0
2017-10-20modesetting: Fix warning of unused variable if not GLAMOR_HAS_GBMDaniel Martin1-1/+1
2017-10-20meson: Silence -Wformat-nonliteral for x86emuLyude Paul1-0/+6
2017-10-20x86emu: Fix type conversion warnings on x86_64 with DEBUGLyude Paul2-6/+7
2017-10-20fbdevhw: Fix inconsistent #if DEBUG usageLyude Paul1-3/+3
2017-10-12meson: Fix linkage of loadable modules for PE/COFFJon Turney5-3/+9
2017-10-12meson: Fix underlinkage of shadow loadable moduleJon Turney1-1/+2
2017-10-10hw/xfree86: unvalidated lengthsNathan Kidd2-35/+47
2017-10-10Unvalidated lengthsNathan Kidd1-0/+2
2017-10-04xf86-video-modesetting: Add ms_queue_vblank helper [v3]Keith Packard5-97/+95
2017-10-04dmx: More const correctnessAdam Jackson1-1/+1
2017-10-04dmx: Fix a silly redeclaration bugAdam Jackson1-1/+0
2017-09-26modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-09-26xfree86: Hush some warnings when Xv is disabledAdam Jackson1-1/+1
2017-09-25suid: Include sysmacros.h to fix build after glibc-2.25Nick Sarnie1-0/+3
2017-09-20test: Add basic SYNC tests.Eric Anholt1-1/+1
2017-09-20meson: Move Xvfb build under an option.Eric Anholt1-1/+3
2017-09-18Revert "dmx: fix linking"Jon Turney1-2/+1
2017-09-13modesetting: Blacklist EVDI devices from PRIME syncDawid Kurek1-0/+5
2017-09-13dri2: sort DRI2InfoPtr::version checking in ascending orderEmil Velikov1-6/+5
2017-09-13xwayland: Avoid repeatedly looping through window ancestor chainRoman Gilg3-27/+31
2017-09-13xwayland: add envvar XWAYLAND_NO_GLAMOROlivier Fourdan1-0/+7
2017-09-13meson: Move the BUILD_DATE/TIME setup to configure time.Eric Anholt1-4/+2
2017-09-13meson: Include BUILD_DATE in the meson xf86Build.h.Eric Anholt1-1/+1
2017-09-13meson: Respect SOURCE_DATE_EPOCH for reproducible builds.Eric Anholt1-2/+9
2017-09-06xwayland: use the lowercase xnf.*alloc APIEmil Velikov1-1/+1
2017-09-05xwayland: Fix a segfault with pointer lockingOlivier Fourdan1-0/+3
2017-09-04xwayland: No grab handler without protocol supportOlivier Fourdan1-9/+22