summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Xext: use EXT_MASK macro instead of manual & 0x7fHEADmasterPeter Hutterer1-4/+5
2011-04-04Merge remote-tracking branch 'vignatti/for-keith'Keith Packard1-4/+1
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-4/+1
2011-04-02Xext: fix test on extension number for the swapped case.Matthieu Herrb1-1/+1
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard6-45/+46
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie4-6/+6
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie3-7/+7
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie4-19/+19
2011-03-10panoramiX: macro checking if drawable is root (v2)Dave Airlie2-13/+14
2011-03-08xvmc: Use RESTYPE consistentlyAdam Jackson1-3/+3
2011-03-08xinerama: Use RESTYPE consistentlyAdam Jackson2-11/+11
2011-03-08xv: Use RESTYPE where appropriateAdam Jackson2-14/+12
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard2-304/+0
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard1-16/+16
2011-03-01xext: Remove XCALIBRATE extensionAdam Jackson2-304/+0
2011-02-02Merge remote branch 'jturney/master'Keith Packard1-45/+44
2011-02-02xselinux: Fix GetDrawableContextAdam Jackson1-4/+2
2011-01-25Fix compilation of xf86bigfont.cJon TURNEY1-45/+44
2011-01-05X Sync CleanupsJames Jones1-56/+86
2010-12-31Resources: Move rClient to resource.hDaniel Stone2-4/+0
2010-12-23Xext: Use general OS functions to determine client command string in SELinux.Rami Ylimäki1-16/+16
2010-12-20Remove SCO supportAdam Jackson1-1/+1
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8
2010-12-19Xext: Fix edge case with {Positive, Negative}Transition triggers.Christopher James Halse Rogers1-0/+22
2010-12-06sync: syncObject may be None in SyncInitTriggerKeith Packard1-2/+2
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