summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt3-26/+24
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt3-88/+3
2014-08-06xv: Fix malloc-failure cases in the fill color key helper.Eric Anholt1-9/+13
2014-08-06xv: Move xf86 XV color key helper to core.Eric Anholt2-0/+33
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt2-3/+0
2014-08-06xv: Drop unused XvdiVideoStopped().Eric Anholt2-25/+0
2014-08-06xv: Drop unused XvdiPreemptVideo().Eric Anholt2-23/+0
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt1-1/+0
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt2-3/+0
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt2-0/+40
2014-07-29saver: Don't open-code IsMapInstalledAdam Jackson1-15/+1
2014-04-30selinux: don't checkout for AVCs on select() EINTRRay Strode1-2/+2
2014-04-21xres: Fix size estimation for <8bpp pixmaps (#69057)Adam Jackson1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-1/+3
2014-02-09sync: Avoid ridiculously long timeoutsMark Kettenis1-5/+2
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard2-34/+18
2014-01-12Replace 'pointer' type with 'void *'Keith Packard25-308/+308
2014-01-12Xext: Clean up warnings in hashtable codeKeith Packard2-6/+6
2014-01-12Xext: Clean up warningsKeith Packard2-4/+2
2014-01-12Clean up warnings in DIXKeith Packard2-4/+4
2014-01-12Xext: _X_EXPORT DPMSSet and DPMSSupportedKeith Packard1-2/+2
2013-12-09damageext: Xineramify (v7)Adam Jackson1-0/+3
2013-12-09xinerama: Export the screen regionAdam Jackson2-1/+2
2013-12-02Xext: Use SHMDIR and O_TMPFILE when creating mapping filesKeith Packard1-3/+31
2013-11-23Xext: Recover from miSyncInitFenceFromFD failure without crashingKeith Packard1-1/+1
2013-11-14xext: Fix shmint.h to not use headers outside of sdk_HEADERSKeith Packard2-7/+2
2013-11-11Trap SIGBUS to handle truncated shared memory segmentsKeith Packard2-2/+40
2013-11-11Xext: Enable MIT-SHM FD-passing request definitions only when possibleKeith Packard2-2/+29
2013-11-04Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard1-0/+8
2013-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+10
2013-11-01sync: fix corner-case in triggering idle alarmsPeter Hutterer1-1/+10
2013-10-31dri3: Add DRI3 extensionKeith Packard2-2/+43
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard2-3/+157
2013-10-31Xext: Move MIT-SHM 'ShmDesc' to shmint.hKeith Packard3-21/+10
2013-10-18sync: split updating and triggering a counter upPeter Hutterer1-2/+11
2013-10-18sync: always set the brackets (#59644)Peter Hutterer1-0/+20
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer1-3/+29
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer2-5/+3
2013-10-18sync: supply the counter from IdleTimeBlockHandlerPeter Hutterer1-1/+1
2013-10-18sync: always call BracketValues when recalculating upper/lower bracketsPeter Hutterer1-3/+2
2013-10-18sync: compress two if statementsPeter Hutterer1-32/+19
2013-09-10dix: FIXES is not optionalAdam Jackson1-6/+0
2013-09-10security: Don't count RetainPermanent clients twicePeter Harris1-3/+8
2013-05-15Abstract cursor refcountingPeter Hutterer1-4/+4
2013-04-16Stop the shoutingPeter Hutterer1-2/+2
2013-02-15Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into...Peter Hutterer1-5/+8
2013-02-15Xext: rename two shadowing variablesPeter Hutterer1-7/+7
2013-02-15Xext: renaming shadowing variablePeter Hutterer1-4/+4
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer1-1/+9
2013-02-08Xext: pass the current screen to miProcessDeviceEvent() from xtest callsPeter Hutterer1-1/+1