summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Sync TouchListener memory allocation with population in TouchSetupListeners()Carlos Garnacho1-2/+2
2012-11-07dix: fix zaphod screen scrossing (#54654)Peter Hutterer1-2/+3
2012-11-07End physically active touches when device is disabledChase Douglas2-0/+29
2012-11-07dix: fix crash on shutdown if a disabled device is still grabbed (XI1 grab)Peter Hutterer1-4/+12
2012-10-12dix: fix scale_to_desktop for edge ABS eventsYufeng Shen1-2/+2
2012-10-08dix: fix crash on XI 1.x grabs on disabled devices. (#54934)Peter Hutterer1-3/+6
2012-09-27dix: set the device transformation matrixPeter Hutterer1-0/+3
2012-09-04dix: free default colormap before screen deletionDave Airlie1-0/+4
2012-08-27Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+17
2012-08-21dix: work around scaling issues during WarpPointer (#53037)Peter Hutterer1-1/+17
2012-08-14Close GPU screens before core screensKeith Packard1-9/+9
2012-08-06Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+2
2012-08-06Merge remote-tracking branch 'airlied/for-keithp'Keith Packard1-0/+4
2012-08-07dix: make sure the mask is set for emulated scroll events (#52508)Peter Hutterer1-0/+2
2012-08-07pixmap: have slave pixmap take a reference on master pixmapDave Airlie1-0/+4
2012-08-06Make indentation of dix/tables.c much more consistent and readableAlan Coopersmith1-395/+560
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-5/+5
2012-07-10AllocDevicePair: Ensure XKB privates are initialisedDaniel Stone1-0/+2
2012-07-10ProcGetPointerMapping uses rep.nElts before it is initializedKeith Packard1-3/+5
2012-07-10Merge branch 'local-fixes'Keith Packard1-0/+5
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-3/+1
2012-07-09Use C99 designated initializers in dix registryAlan Coopersmith1-3/+1
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith9-200/+199
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith7-220/+265
2012-07-09Use C99 designated initializers in SendErrorToClientAlan Coopersmith1-8/+7
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith2-11/+22
2012-07-09ProcQueryKeymap: rework logic around permission to copy key statesAlan Coopersmith1-7/+9
2012-07-09Core events: invert check for permission to copy key statesAlan Coopersmith1-8/+10
2012-07-09Rework reply initialization in ProcGetProperty & NullPropertyReplyAlan Coopersmith1-13/+18
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith4-10/+17
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith5-64/+60
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