summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-08dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith1-0/+3
2014-12-08unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]Alan Coopersmith1-0/+4
2014-12-08Merge remote-tracking branch 'jturney/indirect-glx-fixes'Keith Packard3-4/+9
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard15-209/+345
2014-12-08present: Fix use of vsynced pageflips and honor PresentOptionAsync. (v4)Mario Kleiner1-1/+4
2014-12-08present: Avoid crashes in DebugPresent(), a bit more info.Mario Kleiner1-4/+4
2014-12-08modesetting: Remove unused params from drmmode_output_init()Daniel Martin1-4/+3
2014-12-08modesetting: Fix ifdefs s/HAVE_UDEV/CONFIG_UDEV_KMS/Daniel Martin2-5/+5
2014-12-08modesetting: Create new EGL screen in drmmode_xf86crtc_resizeDaniel Martin1-0/+19
2014-12-08modesetting: Move Bool glamor into drmmode structDaniel Martin3-8/+8
2014-12-08config/udev: Prefix and shift "removing GPU" messageDaniel Martin1-4/+3
2014-12-05glx: Fix crash when a client exits without deleting GL contextsJon TURNEY2-3/+3
2014-12-05glx: Flush context which is being made non-current due to drawable going awayJon TURNEY1-0/+3
2014-12-05Revert "glx: Simplify glXDestroyContext"Jon TURNEY1-1/+3
2014-11-30Fix overflow of ConnectionOutput->size and ->countPeter Harris1-3/+4
2014-11-30render: fix ChangePicture when Xinerama is active (v2) (#49170)Adam Jackson1-6/+39
2014-11-30os: "Server terminated successfully" is not an errorAaron Plattner1-2/+5
2014-11-30Add -iglx & +iglx to Xserver.manAlan Coopersmith1-0/+10
2014-11-24mi: Fix regression in arc drawingAdam Jackson1-15/+0
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard336-1584/+1596
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard3-1/+5
2014-11-12mi: fix documentation for miPointerSetPositionPeter Hutterer1-0/+5
2014-11-12fix an annotation mistakeJohn Hunter1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer328-1576/+1576
2014-11-12dix: silence compiler warning comparing CARD32 to -1Peter Hutterer1-1/+1
2014-11-12dix: silence compiler warningPeter Hutterer1-0/+2
2014-11-12xwayland: declare fatal log handler as noreturnPeter Hutterer1-0/+1
2014-11-12xfree86: drop double-typedef of DBusConnectionPeter Hutterer2-1/+5
2014-11-12Xext: fix clang compiler warningPeter Hutterer1-2/+2
2014-11-12include: change RegionSize() to take a size_tPeter Hutterer1-1/+1
2014-11-12include: fix documentation for list.hPeter Hutterer1-1/+1
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY3-2/+9
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY2-43/+41
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY11-3/+77
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+195
2014-11-06hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...Jon TURNEY1-18/+2
2014-11-06hw/xwin: In SelectionNotify, delete the property containing returned data aft...Jon TURNEY1-2/+2
2014-11-06hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.hJon TURNEY2-15/+0
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-10-30Fix present_notify to return right away when querying current or past msc.Axel Davy1-2/+2
2014-10-30xfree86: Bump ABI versions (video: 19, extension: 9)Aaron Plattner1-2/+2
2014-10-30include: fix compiler warning about casting int to uint16_tPeter Hutterer1-1/+1
2014-10-28Update to version 1.16.99.901Keith Packard1-3/+3
2014-10-28xfree86: Include 'drivers' directory with distributionKeith Packard1-1/+1
2014-10-28dri2: Distribute new pci_ids headersKeith Packard3-0/+14
2014-10-28dix: Untwist transformAbsolute logic, eliminate uninitialized value warningsKeith Packard1-11/+11
2014-10-28composite: Wrap GetSpansAdam Jackson2-0/+20
2014-10-28xkb: Initialize 'bad' Atom in _XkbSetNamesCheckKeith Packard1-1/+1