summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-05privates: Allow device privates to be allocated after server startscreen-specific-privatesKeith Packard1-1/+21
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-04Use screen-specific privates for exa pixmap and gc privatesKeith Packard2-14/+8
2012-07-04Use new screen-specific privates for fb window and gc privatesKeith Packard6-41/+26
2012-07-04Add screen-specific privates.Keith Packard10-86/+400
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
2012-07-02Add ErrorFSigSafe() alternative to ErrorF()Chase Douglas2-0/+22
2012-07-02Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas2-4/+138
2012-07-02Enable no-undefined symbols mode in Solaris builds if -z parent is in ldAlan Coopersmith2-3/+23
2012-07-02Add pixman to module dependencies for pixman_region_* functionsAlan Coopersmith3-3/+4
2012-07-02Build tda9885.c functions into fi1236 to avoid libtool relinking problemsAlan Coopersmith1-4/+1
2012-07-02Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linkingAlan Coopersmith2-6/+16
2012-06-29randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner1-1/+1
2012-06-28dix/render: consolidate window format matching code.Dave Airlie9-68/+31
2012-06-28dri2: Fix authentication for < v8 clients (v2).Christopher James Halse Rogers1-4/+4
2012-06-28Merge remote-tracking branch 'jturney/master'Keith Packard3-19/+42
2012-06-28Merge remote-tracking branch 'whot/for-keith'Keith Packard6-8/+43
2012-06-28randr: Catch two more potential unset rrScrPriv usesKeith Packard2-1/+5
2012-06-28randr: first check pScrPriv before using the pointer at RRFirstOutputRicardo Salveti de Araujo1-0/+3
2012-06-22configure.ac: link XWIN with GLX_SYS_LIBSYaakov Selkowitz1-1/+2
2012-06-22xfree86: always enable SIGIO on OsVendorInit (#50957)Peter Hutterer1-0/+1
2012-06-21randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard4-16/+13
2012-06-22include: document _XkbErrCode2 macrosPeter Hutterer1-0/+5
2012-06-22AC_SUBST the GLX_SYS_LIBSPeter Hutterer2-2/+2
2012-06-22os: print newline after printing display namePeter Hutterer1-0/+1