summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+3
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson1-1/+1
2016-04-18xfree86: Remove xf86RegisterRootWindowPropertyAdam Jackson6-146/+1
2016-04-18xfree86: Unexport xf86Initialising, remove xf86ServerIsInitialisingAdam Jackson3-9/+1
2016-04-18xfree86: Create VT atoms from the root window callback (v2)Adam Jackson1-42/+25
2016-04-18xfree86: Create seat atom from the root window callback (v2)Adam Jackson1-20/+19
2016-03-14xfree86: Font modules aren't a real thingAdam Jackson1-3/+0
2016-03-11vidmode: Remove stray vidmodeproc.h from EXTRA_DISTAdam Jackson1-1/+0
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaƩrcio de Sousa1-1/+1
2016-02-29vidmode: remove redundant DIX functionOlivier Fourdan1-7/+1
2016-02-29vidmode: remove redundant checkOlivier Fourdan1-67/+5
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan7-2238/+85
2016-02-29vidmode: rename DDX functionsOlivier Fourdan3-233/+234
2016-02-29vidmode: move display mode definitionsOlivier Fourdan1-91/+1
2016-02-29vidmode: remove mode access from public APIOlivier Fourdan3-111/+108
2016-02-29vidmode: use appropriate DisplayModePtr typeOlivier Fourdan3-70/+70
2016-02-29vidmode: remove VidModeGetMonitor()Olivier Fourdan3-41/+30
2016-02-29vidmode: use ScreenPtr instead of screen indexOlivier Fourdan3-168/+181
2016-02-29vidmode: get rid of the CloseScreen wrapperOlivier Fourdan2-18/+0
2016-02-29vidmode: use appropriate APIOlivier Fourdan1-21/+4
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2016-01-28xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson1-8/+0
2015-12-21xfree86: move check for driver->PreInit upPeter Hutterer1-11/+11
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer1-7/+10
2015-12-02Revert "hw/xfree86: Use NotifyFd for device and other input fd wakeups"Adam Jackson1-26/+41
2015-12-01hw/xfree86: Use NotifyFd for device and other input fd wakeupsKeith Packard1-41/+26
2015-12-01xf86: Bump ABI version to 21agoins1-1/+1
2015-11-30Replace 'sun' with '__sun'Richard PALO4-8/+8
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson1-3/+4
2015-11-24xfree86: fix minor memory leakPeter Hutterer1-1/+4
2015-10-30vidmode: Drop the unused event codeAdam Jackson1-216/+6
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-09-24debug output format fix in xf86Helper.cJon TURNEY1-1/+1
2015-09-23compiler.h: Remove dead STANDALONE_MMIOMatt Turner1-15/+0
2015-08-28debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan1-0/+16
2015-07-17xfree86: Bump video driver ABI version to 20Aaron Plattner1-1/+1
2015-07-08vidmode: Hide implementation detailsAdam Jackson3-41/+39
2015-07-08dga: Hide a bunch of implementation detailsAdam Jackson2-70/+28
2015-07-08xfree86: Hide some pre-randr mode validation detailsAdam Jackson2-17/+5
2015-06-30xf86: restrict when we auto add devices as gpu devices.Dave Airlie1-6/+7
2015-05-20dix: hook up the unaccelerated valuator masksPeter Hutterer1-0/+4
2015-05-20dix: Add unaccelerated valuators to the ValuatorMaskPeter Hutterer1-1/+1
2015-05-11Merge remote-tracking branch 'airlied/for-keithp'Keith Packard3-11/+72
2015-04-27xf86Crtc: right-of placement by default.Adam Jackson1-0/+6
2015-04-27xfree86: attempt to autoconfig gpu slave devices (v3)Dave Airlie1-5/+26
2015-04-27xserver: add xorg.conf support for gpu devices. (v2.1)Dave Airlie3-11/+45
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith15-71/+76
2015-04-21Let calloc handle multiplicationAlan Coopersmith3-4/+4