summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-10-26xfree86: Use same inb/outb asm code for i386 amd64 and ia64Adam Jackson1-48/+1
2015-10-21xf86: don't add gpus from udev if autoAddGPU is setDave Airlie1-0/+3
2015-10-21linux: Do not call FatalError from xf86CloseConsoleHans de Goede1-7/+15
2015-10-19hurd: fix xorg-wrapper buildSamuel Thibault1-0/+2
2015-10-19Merge remote-tracking branch 'jeremyhu/master'Adam Jackson1-7/+4
2015-10-19xorg-wrapper: when starting the server as root, reset its environmentJulien Cristau1-1/+5
2015-10-19xorg-wrapper: fix build without libdrmSamuel Thibault1-0/+6
2015-10-19XQuartz: Cleanup formatting of DarwinEQInit that was butchered by automation ...Jeremy Huddleston Sequoia1-6/+3
2015-10-19XQuartz: Make sure that darwin_all_modifier_mask_additions is 0-terminatedJeremy Huddleston Sequoia1-1/+1
2015-10-13XQuartz: Fix how we calculate the height of the OSX menu barKen Thomases1-2/+10
2015-10-13XQuartz: Remove InfoPlist.stringsJeremy Huddleston Sequoia32-31/+1
2015-10-12XQuartz: Relax App Transport Security for communicating with the update serverJeremy Huddleston Sequoia1-0/+13
2015-10-07xwayland: Set physical screen size to somethingJonas Ådahl1-0/+39
2015-10-07xwayland: Update actual screen and root window size on output hot plugJonas Ådahl1-1/+14
2015-10-06bsd: Remove LINKKITAlexandr Shadchin1-3/+0
2015-10-06xfree86: Remove 386BSDAlexandr Shadchin1-5/+1
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp3-13/+0
2015-10-05xwayland: Adjust screen size with rotationOlivier Fourdan1-2/+7
2015-09-29xwayland-input: Always set the xkb group index on modifiers eventsRui Matos1-9/+5
2015-09-25xwayland: do not add output into output_list multiple timesMarek Chalupa1-12/+30
2015-09-25xwayland: Remove the output from the list after destroying itDima Ryazanov1-0/+1
2015-09-25xwayland: Destroy xwl_output when wl_output gets removedDima Ryazanov3-1/+12
2015-09-24dri2: better checks for integer overflow in GetBuffers*Alan Coopersmith1-3/+11
2015-09-24debug output format fix in xf86Helper.cJon TURNEY1-1/+1
2015-09-24xwayland: Remove a useless out-of-memory checkDima Ryazanov1-5/+1
2015-09-23fbdevhw: Fix a const qualifier warningEric Anholt1-2/+2
2015-09-23kdrive: Remove dead debug arrays.Eric Anholt1-35/+0
2015-09-23x86emu: Fix some set-but-not-used warnings.Eric Anholt1-5/+1
2015-09-23libxf86config: libxf86config_internal -> libxf86configEgbert Eich2-3/+3
2015-09-23libxf86config: RemoveEgbert Eich2-16/+1
2015-09-23xfree86: Fix the 1792x1344-75 EST III modeVille Syrjälä1-1/+1
2015-09-23fbdevhw: Disable FBIOBLANK ioctl if not supportedEgbert Eich1-5/+44
2015-09-23compiler.h: Remove dead STANDALONE_MMIOMatt Turner1-15/+0
2015-09-23dmx: fix typo in the titleGaetan Nadon1-1/+1
2015-09-21Merge commit '1ba4fde1015fc6da19dfbfdf0f77f1071416e215'Adam Jackson4-42/+241
2015-09-21randr: Remove senseless checks for xf86RandR12KeyEgbert Eich1-9/+4
2015-09-21Xephyr: Paint with subimage for non-Glamor & non-XSHM caseIan Scott1-4/+6
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaércio de Sousa5-19/+17
2015-09-21ephyr: fix -no-host-grab argument processingJürg Billeter1-1/+1
2015-09-21Allow system call restarts upon signal interruptionDaniel Drake1-1/+1
2015-09-21xwayland: Activate and enable device on first capability reportingBoyan Ding1-6/+6
2015-09-18xwayland: call through to miPointerWarpCursor on warp_cursorPeter Hutterer1-0/+1
2015-09-18xwayland: fix crash on enter/leave for a grabbed slave devicePeter Hutterer1-2/+2
2015-09-18xwayland: use the device pointer we already havePeter Hutterer1-1/+1
2015-09-18xwayland: Remove related touchpoints when unrealizing windowsCarlos Garnacho3-3/+19
2015-09-18xwayland: Implement the wl_touch interfaceCarlos Garnacho2-1/+199
2015-09-18xwayland: Add xwl_touch structCarlos Garnacho2-0/+19
2015-09-18xwayland-input: Remove our XYToWindow handlerJasper St. Pierre2-35/+0
2015-09-17modesetting: fix up output naming conventionIlia Mirkin1-10/+10
2015-09-17xwayland: implement repeat_info eventMarek Chalupa1-3/+35