summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2015-07-08xge: Hide some implementation detailsAdam Jackson2-8/+7
2015-06-10xace: Add XaceHookIsSet helper functionAndrew Eikum2-0/+18
2015-05-11Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-2/+8
2015-05-07shm: Fix xselinux resource initialization for xinerama pixmapsBrent Collins1-0/+6
2015-05-07shm: Fix use-after-free in ShmDestroyPixmapChris Wilson1-2/+2
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith11-27/+26
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-12-08Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]Alan Coopersmith1-0/+20
2014-12-08xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]Alan Coopersmith1-0/+1
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard13-50/+50
2014-11-12Drop trailing whitespacesPeter Hutterer13-48/+48
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-10-27Xext/shm: Detach SHM segment after Pixmap is releasedChris Wilson1-8/+7
2014-10-23xinerama: Fix access mode in GetImage's drawable lookupAdam Jackson1-1/+1
2014-10-09mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson1-6/+4
2014-10-02security: Remove XpExtension from SecurityTrustedExtensionsDaniel Martin1-1/+0
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