summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-07-09privates: Resize GPU screen-specific privates tooKeith Packard1-0/+5
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie1-0/+19
2012-07-07dix/pixmap: track dirty pixmaps in server. (v4)Dave Airlie2-0/+107
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie1-0/+29
2012-07-07dix: add ability to link output slave gpus to the current gpu (v1.1)Dave Airlie1-0/+17
2012-07-06dix: add unattached list for attaching screens to initially. (v1.1)Dave Airlie1-0/+20
2012-07-06dix: introduce gpu screens. (v5)Dave Airlie4-2/+96
2012-07-06screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard1-1/+21
2012-07-05dix: Allocate device privates separate from devicesKeith Packard1-8/+14
2012-07-05Add screen-specific privates.Keith Packard6-82/+317
2012-07-04dix: fix memory leak in TouchEventHistoryReplayPeter Hutterer1-2/+5
2012-07-04dix: fix dereference before null checkPeter Hutterer1-1/+3
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard2-4/+5
2012-07-02Log messages in TouchBeginDDXTouch() in a signal-safe mannerChase Douglas1-2/+3
2012-07-02Log messages in GetTouchEvents() in a signal safe mannerChase Douglas1-2/+2
2012-07-02Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linkingAlan Coopersmith1-0/+9
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-0/+13
2012-06-28Merge remote-tracking branch 'whot/for-keith'Keith Packard1-6/+34
2012-06-20Fix some overly indented/poorly line wrapped comments in dix/events.cAlan Coopersmith1-14/+12
2012-06-20OtherClientGone: Remove unreachable return statementAlan Coopersmith1-1/+0
2012-06-20dix: if the scroll valuator reaches INT_MAX, reset to 0Peter Hutterer1-6/+34
2012-06-14Merge remote-tracking branch 'whot/for-keith'Keith Packard5-41/+64
2012-06-07dix: disable all devices before shutdownPeter Hutterer2-0/+24
2012-06-07dix: disable non-sprite-owners first when disabling paired devicesPeter Hutterer1-2/+5
2012-06-07dix: free the sprite when disabling the devicePeter Hutterer1-0/+2
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer2-6/+13
2012-06-07dix: return early from DisableDevice if the device is already disabledPeter Hutterer1-0/+3
2012-06-07dix: drop client argument from PairDevices - unusedPeter Hutterer1-5/+2
2012-06-07dix: rename shadowing loop variable in TouchResizeQueuePeter Hutterer1-3/+3
2012-06-07dix: change "still paired warning" to use BUG_RETURN_VALPeter Hutterer1-7/+3
2012-06-07dix: use BUG_RETURN_VAL for pairing errorsPeter Hutterer1-6/+5
2012-06-07Replace a few BUG_WARN with BUG_RETURN_VALPeter Hutterer2-15/+7
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie5-81/+60
2012-06-04Fix crash for motion events from devices without valuatorsMichal Suchanek1-1/+1
2012-05-17dix: Move DeviceFocusEvent from Xi into enterleave.cPeter Hutterer2-0/+244
2012-05-16dix: undo transformation for missing valuators (#49347)Peter Hutterer1-4/+21
2012-05-16dix: indentation fixes for pointer accelerationSimon Thum2-9/+6
2012-05-14dix: Remove redundant declarations.Michal Suchanek1-3/+0
2012-05-14dix: don't duplicate DoFocusEvents declaration.Michal Suchanek1-3/+2
2012-05-14dix: Remove redundant declarations.Michal Suchanek2-5/+0
2012-05-01dix: when disabling a device, release all buttons and keysPeter Hutterer1-0/+1
2012-05-01dix: don't emulate scroll events for non-existing axes (#47281)Peter Hutterer1-0/+3
2012-05-01TouchListenerAcceptReject: Warn and return early on bad listener indexChase Douglas1-0/+5
2012-05-01os: Add -displayfd optionChase Douglas1-0/+1
2012-04-19Merge remote-tracking branch 'whot/for-keith'Keith Packard3-64/+117
2012-04-19Merge branch 'input-fixes' of git://people.freedesktop.org/~cndougla/xserver ...Peter Hutterer3-62/+115
2012-04-18Replay original touch begin event instead of generated begin eventChase Douglas1-3/+15
2012-04-18Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-18Update device state including when touch record does not existChase Douglas1-8/+0