summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+3
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard1-10/+13
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-0/+2
2011-10-31dix: Reinstate GetImage window size checkAaron Plattner1-0/+8
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+2
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-1/+1
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-15/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-1/+1
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-13/+3
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-1/+0
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-1/+1
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+1
2011-04-07dix: don't free stranger pointers inside AllocARGBCursorTiago Vignatti1-3/+9
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+10
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson1-11/+2
2010-09-28dix: remove proc tables initializationTiago Vignatti1-20/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-53/+53
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1