summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Expose Sync Fence Object protocolJames Jones1-0/+24
2010-12-06Add XSyncAwaitFence() handlerJames Jones2-32/+152
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones3-5/+272
2010-12-06Add fence sync driver interfaceJames Jones1-1/+5
2010-12-06Move some sync code to miextJames Jones2-42/+3
2010-12-06Factor out generic code from ProcSyncAwait()James Jones1-43/+63
2010-12-06Make Await SyncTrigger functions genericJames Jones2-114/+200
2010-12-06Create SyncObject base type.James Jones2-38/+73
2010-12-06Add and use SERVER_SYNC_*_VERSIONJames Jones1-2/+3
2010-11-30composite: add panoramix supportDavid Reveman1-0/+7
2010-11-30fixes: Add panoramix supportDavid Reveman2-0/+10
2010-11-15Xext: panoramiXprocs: fix typoLinus Arver1-1/+1
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-4/+6
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti8-463/+345
2010-09-10xext: remove unused headerTiago Vignatti1-1/+0
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-06-21xv: Don't send port notify when SetPortAttribute failsVille Syrjälä1-3/+4
2010-06-10Merge remote branch 'alanc/master'Keith Packard1-3/+5
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov9-102/+102
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-27/+6
2010-06-06Initialize private keys in test suiteKeith Packard1-1/+7
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov4-10/+6
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov2-3/+3
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-20/+6
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard11-48/+82
2010-06-05Change region implementation from macros to inline functions.Keith Packard1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-61/+61
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-17/+20
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp2-3/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp4-83/+83
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp6-111/+90
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-11/+11
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp3-14/+15
2010-06-03xext: delete wrong source reference from fontcacheTiago Vignatti1-1/+0
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-2/+2
2010-05-26xf86bigfont: Silence compiler warning by initializing pDesc.Jamey Sharp1-3/+1
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp11-102/+113
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp4-7/+3
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-4/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp7-19/+3
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp5-21/+9
2010-05-19xv: TryClientEvents already checks client and sets sequenceNumber.Jamey Sharp1-22/+14
2010-05-18SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp17-82/+75
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp2-9/+0
2010-05-13xselinux: Remove use of devPrivates init/free callbacks.Eamon Walsh2-46/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov19-179/+179