summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-07dix/pixmap: track dirty pixmaps in server. (v4)Dave Airlie3-0/+26
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie2-0/+25
2012-07-07dix: pixmap sharing infrastructure (v3)Dave Airlie1-0/+17
2012-07-07dix: add ability to link output slave gpus to the current gpu (v1.1)Dave Airlie2-0/+9
2012-07-06dix: add unattached list for attaching screens to initially. (v1.1)Dave Airlie2-0/+11
2012-07-06xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie1-0/+4
2012-07-06dix: introduce gpu screens. (v5)Dave Airlie3-0/+17
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie4-0/+44
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard1-1/+1
2012-07-05Add screen-specific privates.Keith Packard2-1/+55
2012-07-05list.h: don't crash when removing an element from a NULL listPeter Hutterer1-1/+1
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-0/+6
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer1-0/+6
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard3-4/+22
2012-07-02Make BUG_WARN* signal safeChase Douglas1-4/+4
2012-07-02Add ErrorFSigSafe() alternative to ErrorF()Chase Douglas1-0/+6
2012-07-02Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas1-0/+7
2012-07-02Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linkingAlan Coopersmith1-6/+7
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-0/+1
2012-06-22include: document _XkbErrCode2 macrosPeter Hutterer1-0/+5
2012-06-21Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas1-0/+2
2012-06-21Add global variable inSignalContextChase Douglas1-0/+3
2012-06-14Merge remote-tracking branch 'whot/for-keith'Keith Packard3-1/+15
2012-06-07dix: disable all devices before shutdownPeter Hutterer1-1/+1
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer1-0/+2
2012-06-07include: add BUG_RETURN_* macrosPeter Hutterer1-0/+12
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie3-12/+5
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-0/+1
2012-05-17Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-0/+4
2012-05-17XQuartz: Declare noPseudoramiXExtension for miinitext.cJeremy Huddleston1-0/+4
2012-05-17dix: Move DeviceFocusEvent from Xi into enterleave.cPeter Hutterer1-7/+0
2012-05-16include: don't redeclare device events in xkbsrv.hPeter Hutterer1-3/+0
2012-05-16dix: indentation fixes for pointer accelerationSimon Thum1-10/+5
2012-05-14dix: Remove redundant declarations.Michal Suchanek2-7/+3
2012-05-14xserver: Remove duplicate declaration in resource.hMichal Suchanek1-3/+0
2012-05-09Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+12
2012-05-04os: Add CryptoAPI as a choice of SHA1 implementationYaakov Selkowitz1-0/+3
2012-05-03os/xprintf: add Xvscnprintf and XscnprintfDaniel Kurtz1-0/+12
2012-05-01os: Add -displayfd optionChase Douglas1-0/+1
2012-04-23os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTFJeremy Huddleston1-1/+2
2012-04-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+4
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-2/+2
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas1-0/+2
2012-04-18dix: add reference count of the resource to ResourceSizeRecErkki Seppälä1-0/+2
2012-04-18dix: don't use a local wrapper for calling HashResourceIDErkki Seppälä1-3/+5
2012-04-18dix: add hashing functions to resource.h for others to use.Erkki Seppälä1-1/+12
2012-04-18dix: add a mechanism for iterating through all subresourcesErkki Seppälä1-0/+16
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+25
2012-04-18Implemented first part of XResource extension v1.2: X_XResQueryClientIdsErkki Seppälä1-1/+1
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1