summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-05-29xfree86: up the path name size to 512 in xf86MatchDriverFromFilesPeter Hutterer1-1/+1
2017-05-18modesetting: Drop code for GLAMOR && !GLAMOR_HAS_GBM.Eric Anholt6-34/+19
2017-05-15hw/xwin: Fix -Wunused-function warning for MessageName() in non-debug buildsJon Turney1-0/+2
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warnings in engine CloseScreen wrappersJon Turney2-2/+2
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warning in winWindowProcJon Turney1-3/+4
2017-05-15xfree86: Hide unused variables when !XSERVER_LIBPCIACCESSJon Turney1-0/+2
2017-05-15xfree86: build a shared lib identical to XorgPeter Hutterer3-16/+31
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson2-13/+0
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau10-19/+19
2017-05-11hw/xfree86: fix comment typoFrank Binns1-1/+1
2017-05-11xephyr: Fix regenerationAdam Jackson1-3/+5
2017-05-10meson: Make driprotos and libdrm optionalJon TURNEY5-6/+8
2017-05-09xfree86: Improved autoconfig drivers matchingKarol Kosik8-118/+153
2017-05-09Revert "xfree86: Improved autoconfig drivers matching"Eric Anholt8-153/+118
2017-05-09meson: Use link_whole() not link_with(), for the Xorg dixmods.Eric Anholt1-4/+4
2017-05-05xwayland: Unconditionally initialize lists in init_tablet_manager_seat()Lyude1-4/+4
2017-05-04meson: Fix typoed filenameJon TURNEY1-1/+1
2017-05-04meson: Fix kdrive build.Eric Anholt2-2/+0
2017-05-03kdrive: Remove dead slots from KdCardFuncsAdam Jackson5-120/+1
2017-05-03kdrive: Remove KdOsFuncsAdam Jackson7-126/+10
2017-05-03kdrive: static and dead code cleanupAdam Jackson8-1080/+50
2017-05-03xfree86: Silence a new glibc warningAdam Jackson2-0/+6
2017-05-03dmx: Fix decl mismatch for XRT_WINDOWAdam Jackson1-2/+1
2017-05-03meson: use link_with for Xorg's shared modules as well as Xorg.Eric Anholt1-4/+4
2017-04-28xwayland: add tablet pad supportPeter Hutterer2-0/+445
2017-04-28xwayland: update cursor on tablet tools in proximityCarlos Garnacho3-0/+78
2017-04-28xwayland: Refactor cursor management into xwl_cursorCarlos Garnacho3-29/+59
2017-04-28xwayland: handle button events after motion eventsPeter Hutterer2-7/+40
2017-04-28xwayland: Handle tablet_tool eventsJason Gerecke2-0/+322
2017-04-28xwayland: Handle wp_tablet eventsJason Gerecke2-0/+145
2017-04-28xwayland: Listen for wp_tablet_seat eventsJason Gerecke2-0/+116
2017-04-28xwayland: Bind to wp_tablet_manager if available and get its seatsJason Gerecke3-0/+65
2017-04-28xwayland: Depend on wayland-protocols to build tablet protocol headersJason Gerecke3-1/+12
2017-04-27meson: Build libvbe.soAdam Jackson2-0/+13
2017-04-27meson: Build libshadowfb.soAdam Jackson2-0/+11
2017-04-27meson: Build libvgahw.soAdam Jackson2-0/+13
2017-04-27meson: Build libfbdevhw.soAdam Jackson2-0/+17
2017-04-27meson: Build libwfb.soAdam Jackson1-0/+12
2017-04-27meson: Build libglx.soAdam Jackson1-0/+15
2017-04-27meson: Fix linking the dmx utilitiesAdam Jackson1-0/+1
2017-04-27xfree86: Improved autoconfig drivers matchingKarol Kosik8-118/+153
2017-04-26Add a Meson build system alongside autotools.Eric Anholt33-0/+1254
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt5-16/+16
2017-04-26os: Handle SIGABRTMichel Dänzer2-0/+2
2017-04-25modesetting: Add the "DPI" connector type.Eric Anholt1-0/+1
2017-04-25Remove default defines of some directories.Eric Anholt2-20/+0
2017-04-25xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.Eric Anholt1-3/+3
2017-04-18xwayland: Small comment editRoman Gilg1-2/+3
2017-04-17xfree86/modes: Make colormap/gamma glue code work with RandR disabledMichel Dänzer1-45/+91
2017-04-12modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+51