summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-28inputthread: use a WakeupHandler to pick up events on the input pipeinputthread-commitsTiago Vignatti3-10/+11
2010-09-28inputthread: use camel case for input thread relatedFernando Carrijo6-120/+120
2010-09-28xfree86: use -nosilk for old method of registering input devicesTiago Vignatti1-8/+6
2010-09-28inputthread: shorten a bit device (un)register functions nameTiago Vignatti3-10/+10
2010-09-28configure: adjust thread library depending the osTiago Vignatti1-1/+17
2010-09-28configure: assume input thread compilation always by defaultTiago Vignatti8-47/+2
2010-09-28inputthread: Remove curly braces around single statementsFernando Carrijo1-6/+1
2010-09-28inputthread: as a security measure, close the pipes before an eventual execFernando Carrijo1-2/+2
2010-09-28xfree86: remove redundant function xf86ThreadReadInputFernando Carrijo1-13/+1
2010-09-28inputthread: define -> inlineTiago Vignatti1-4/+4
2010-09-28inputthread: Allow threaded input generation to fallback to SIGIOFernando Carrijo3-27/+32
2010-09-28inputthread: remove useless defined type from headerTiago Vignatti1-6/+4
2010-09-28inputthread: Move threaded_input_{pre_init,fini} out of the main functionFernando Carrijo2-5/+5
2010-09-28inputthread: Instead of depending on os.h, let's include inputthread.hFernando Carrijo4-24/+3
2010-09-28inputthread: update copyright with correct informationTiago Vignatti2-17/+8
2010-09-28inputthread: inputthread.h is not part of SDKTiago Vignatti1-1/+1
2010-09-28inputthread: Introduce inputthread.h to organize dependency on prototypesFernando Carrijo2-0/+58
2010-09-28xfree86: use a thread for the generation of input eventsTiago Vignatti11-39/+487
2010-09-28dix: remove proc tables initializationTiago Vignatti3-40/+492
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti22-908/+636
2010-09-23xfree86: nds32: add nds32 support for compiler related mmio codesMacpaul Lin1-0/+410
2010-09-23xfree86: nds32: add nds32 support for compiler specific codesMacpaul Lin1-3/+3
2010-09-23xfree86: nds32: add nds32 definition for vgaHW support.Macpaul Lin1-1/+1
2010-09-23xfree86: nds32: add nds32 definition for support linux video related io.Macpaul Lin1-2/+3
2010-09-23xfree86: nds32: add nds32 related definitions into include headers.Macpaul Lin1-0/+21
2010-09-23Merge remote branch 'jamey/for-keith'Keith Packard8-115/+85
2010-09-18Introduce per-object per-screen privates.Jamey Sharp4-53/+85
2010-09-18Xserver need not be compatible with old versions of xserver.Jamey Sharp4-62/+0
2010-09-14xfree86: delete useless "Primary device is not PCI" messageTiago Vignatti1-7/+2
2010-09-14xfree86: bus: assign PCI_SOURCES with the actual source filesTiago Vignatti1-2/+2
2010-09-14xfree86: bus: move macros from common PCI header to private fileTiago Vignatti2-5/+5
2010-09-14xfree86: dri: remove unused PCI macroTiago Vignatti1-2/+0
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti5-93/+93
2010-09-14xfree86: bus: remove xfree86 and few other references from OS filesTiago Vignatti2-15/+0
2010-09-14xfree86: bus: remove useless automake variableTiago Vignatti1-2/+1
2010-09-14xfree86: use xf86PciIsolateDevice to get PCI config informationTiago Vignatti4-17/+8
2010-09-13Merge remote branch 'jamey/reviewed'Keith Packard49-1565/+106
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp9-204/+11
2010-09-13rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.Jamey Sharp5-26/+3
2010-09-13rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.Jamey Sharp6-87/+5
2010-09-13miPolyGlyphBlt: Delete redundant ValidateGC.Jamey Sharp1-2/+0
2010-09-13Un-export CreateScratchGC now that nothing external uses it.Jamey Sharp2-5/+1
2010-09-13glxdriswrast: Use CreateGC, not CreateScratchGC.Jamey Sharp1-12/+8
2010-09-13VGA arbiter: No need for arbitration around CreateGC.Jamey Sharp1-2/+0
2010-09-13Delete Colormap->devPriv. It isn't used any more.Jamey Sharp1-3/+1
2010-09-13xnest: Replace use of Colormap->devPriv with standard devPrivates.Jamey Sharp3-4/+6
2010-09-13xquartz: Delete compile-time-constant DRIGCRec.driOps field.Jamey Sharp1-5/+1
2010-09-13dixfonts: Deobfuscate GC ops calls.Jamey Sharp2-57/+21
2010-09-13Delete redundant GC initializations.Jamey Sharp6-22/+1
2010-09-13Delete xaaWrapper.Jamey Sharp4-490/+2