summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-06xfree86: add autoAddGPU option (v2)for-keithp-stage1Dave Airlie4-3/+30
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie3-0/+157
2012-07-06xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie2-0/+46
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie7-24/+132
2012-07-06xf86: cleanup helper code to use a pointer. (v1.1)Dave Airlie1-9/+10
2012-07-06dix: introduce gpu screens. (v5)Dave Airlie8-2/+115
2012-07-06screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie23-19/+877
2012-07-06xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard2-2/+22
2012-07-05dix: Allocate device privates separate from devicesKeith Packard1-8/+14
2012-07-05mi: Don't save midispcur rendering resources for each cursorKeith Packard1-102/+87
2012-07-05Use screen-specific privates for exa pixmap and gc privatesKeith Packard2-14/+8
2012-07-05Use new screen-specific privates for fb window and gc privatesKeith Packard6-41/+25
2012-07-05Add screen-specific privates.Keith Packard10-86/+400
2012-07-05glx/dri2: Enable GLX_ARB_create_context_robustnessIan Romanick1-3/+58
2012-07-05glx: Allow attributes and flags from GLX_ARB_create_context_robustnessIan Romanick1-1/+10
2012-07-05glx: Track the reset notification strategy for a contextIan Romanick3-0/+31
2012-07-05glx: Add extension string tracking for GLX_ARB_create_context_robustnessIan Romanick2-0/+2
2012-07-05glx: Reject creations of indirect contexts with unsupportable versions.Ian Romanick1-0/+17
2012-07-05glx: Implement GLX_EXT_create_context_es2_profileIan Romanick4-0/+35
2012-07-05glx: Implement GLX_ARB_create_context_profileIan Romanick2-3/+61
2012-07-05glx: Implement GLX SetClientInfo2ARB protocolIan Romanick1-7/+20
2012-07-05list.h: don't crash when removing an element from a NULL listPeter Hutterer1-1/+1
2012-07-05glx: Don't request prototypes for GL extension functionsIan Romanick1-1/+0
2012-07-04Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer14-136/+240
2012-07-04Xi: extend PropagateMask to EMASKSIZEPeter Hutterer1-1/+1
2012-07-04dix: fix memory leak in TouchEventHistoryReplayPeter Hutterer1-2/+5
2012-07-04dix: fix dereference before null checkPeter Hutterer1-1/+3
2012-07-04xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1
2012-07-04xkb: use local variable instead of casting argPeter Hutterer1-5/+5
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer5-88/+24
2012-07-03xfree86: drop ddx-specific SIGIO blockingPeter Hutterer5-30/+25
2012-07-03xfree86: use OsBlockSIGIO from the ddxPeter Hutterer1-15/+2
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer4-4/+189
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard19-61/+423
2012-07-02Bump to ABI_XINPUT_VERSION 18Peter Hutterer1-1/+1
2012-07-02xfree86: constify InputDriverPtr->driverName and default_optionsPeter Hutterer1-2/+2
2012-07-02xfree86: constify InputInfoPtr->type_namePeter Hutterer1-1/+1
2012-07-02Log in OsVendorFatalError() in a signal safe mannerChase Douglas1-7/+7
2012-07-02Log in LoaderUnload() in a signal safe mannerChase Douglas1-1/+1
2012-07-02Log in UnloadModuleOrDriver() in a signal safe mannerChase Douglas1-2/+3
2012-07-02Log safely in fatal signal handlerChase Douglas1-4/+4
2012-07-02Log mieq enqueue overflow in a signal safe mannerChase Douglas1-10/+9
2012-07-02Log messages in TouchBeginDDXTouch() in a signal-safe mannerChase Douglas1-2/+3
2012-07-02Log messages in GetTouchEvents() in a signal safe mannerChase Douglas1-2/+2
2012-07-02Warn when attempting to log in a signal unsafe manner from signal contextChase Douglas1-0/+20
2012-07-02Make BUG_WARN* signal safeChase Douglas1-4/+4
2012-07-02Print backtrace in a signal-safe mannerChase Douglas1-20/+29