summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie2-1/+34
2012-07-25dix: don't use "new" as a parameter nameAaron Plattner1-3/+3
2012-07-17Merge remote-tracking branch 'jturney/master'Keith Packard1-3/+7
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard1-3/+7
2012-07-16xf86: Re-export extension disable flagsAaron Plattner1-16/+16
2012-07-10Merge branch 'local-fixes'Keith Packard1-0/+3
2012-07-10Remove last renmants of XFree86LOADER defineDaniel Stone1-1/+1
2012-07-10Remove unused setupFunc from extensionsDaniel Stone1-1/+0
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone1-2/+2
2012-07-10Loader: Move ExtensionModule types to DIXDaniel Stone1-0/+38
2012-07-09Move SELinux from extmod to built-inDaniel Stone1-1/+1
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky1-2/+0
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky1-1/+2
2012-07-09Move XRes from extmod to built-inTomas Carnecky1-1/+1
2012-07-09Move DPMS from extmod to built-inTomas Carnecky1-1/+1
2012-07-09Move MIT-SCREEN-SAVER from extmod to built-inTomas Carnecky1-1/+1
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-1/+1
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-1/+1
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone3-94/+155
2012-07-09Make extension.h self-contained, remove C++ externsDaniel Stone1-2/+3
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone1-0/+2
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-0/+14
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-07-09Reliably reset signals at server init timeKeith Packard1-0/+3
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie1-0/+3
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie2-0/+9
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