summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-13/+17
2016-06-10xace: Remove the audit hooks and tune dispatchAdam Jackson1-1/+0
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson1-4/+1
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard1-7/+10
2015-08-24configurable maximum number of clientsOlivier Fourdan1-2/+2
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-0/+1
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith1-2/+2
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-3/+3
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith1-4/+1
2015-01-03dix: Allow zero-height PutImage requestsKeith Packard1-1/+1
2014-12-08dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith1-0/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-4/+48
2014-07-29dix: Make some LBX-era code more obviousAdam Jackson1-3/+1
2014-02-05dix: fix a -Wshadow warningPeter Hutterer1-2/+2
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard1-4/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-39/+39
2014-01-12Clean up warnings in DIXKeith Packard1-2/+2
2013-12-09smartsched: Tweak the default scheduler intervalsAdam Jackson1-2/+3
2013-09-10dix: Remove a dead parameter from DoGetImageAdam Jackson1-57/+31
2013-09-06Fix bug in cursor handling.Thomas Klausner1-8/+15
2013-05-10Move TouchListenerGone call to CloseDownClientPeter Hutterer1-0/+1
2013-05-10dix: reset the OsBuffers after killing all clientsPeter Hutterer1-0/+1
2013-04-30dix/gpu: remove asserts for output/offload from same slaveDave Airlie1-2/+0
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-28dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32Jon TURNEY1-0/+4
2012-09-20dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-7/+12
2012-09-04dix: free default colormap before screen deletionDave Airlie1-0/+4
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-3/+1
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith1-100/+114
2012-07-09Use C99 designated initializers in SendErrorToClientAlan Coopersmith1-8/+7
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-6/+12
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-14/+10
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 Airlie1-0/+1
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 Airlie1-2/+71
2012-07-06screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-07-05Add screen-specific privates.Keith Packard1-0/+3
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-3/+2
2012-04-19Merge branch 'input-fixes' of git://people.freedesktop.org/~cndougla/xserver ...Peter Hutterer1-1/+4
2012-04-18Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-18Fix copy/paste error from before git history in UpdateCurrentTimeIf()Chase Douglas1-1/+1
2012-04-18dix: indentation fixPeter Hutterer1-2/+2
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-9/+9
2012-03-21Introduce a consistent coding styleKeith Packard1-1733/+1618
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-9/+3
2012-01-06dix: Tune dtrace hooks around DispatchAdam Jackson1-5/+9
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-3/+9