summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Merge remote-tracking branch 'alanc/master'Keith Packard3-2/+20
2012-06-14xserver: fix build on arm tinderboxDave Airlie1-4/+4
2012-06-11Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.hAlan Coopersmith1-1/+1
2012-06-05Fix statement not reached warning in _DMXXineramaActiveAlan Coopersmith1-1/+2
2012-06-05Provide prototypes for Mmio functions for Solaris Studio on SPARCAlan Coopersmith1-0/+17
2012-06-05xwin: fixup block/wakeup handlersDave Airlie3-5/+4
2012-06-05xfree86: fix new warnings introduced in rebase.Dave Airlie1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie73-500/+448
2012-05-31dri2: Add DRI2GetParam request (v2)Chad Versace3-1/+99
2012-05-24Xvfb: destroy the screen pixmap in CloseScreenJulien Cristau1-0/+7
2012-05-23xfree86: fix mouse wheel support for DGA clientsMarcin Slusarz1-16/+78
2012-05-22dri2: SProcDRI2Connect - send the response.Michal Srb1-0/+3
2012-05-22Merge remote-tracking branch 'alanc/master'Keith Packard3-29/+8
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie6-22/+20
2012-05-21xf86/modes: drop more pScrn->pScreen usagesDave Airlie1-2/+2
2012-05-21xaa: convert pScrn->pScreen to use accessor.Dave Airlie2-3/+3
2012-05-21xf86/modes: drop two uses of screenInfoDave Airlie2-4/+2
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie29-92/+90
2012-05-21xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2)Dave Airlie2-0/+21
2012-05-21xf86/pci: fix slot claiming counting.Dave Airlie4-6/+29
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-0/+2
2012-05-21xfree86: add modesetting driver to fallback list on LinuxDave Airlie1-0/+4
2012-05-18Undocument Font Module loadingAlan Coopersmith1-20/+0
2012-05-18Undocument mandatory loadable modulesAlan Coopersmith1-5/+0
2012-05-18cvt man page should use Hz, not kHz, for vertical refresh rateAlan Coopersmith1-2/+2
2012-05-18Convert sbusPaletteKey to latest DevPrivate APIAlan Coopersmith1-2/+6
2012-05-17XQuartz: Avoid a race in initialization of darwinPointerJeremy Huddleston1-8/+10
2012-05-17XQuartz: Provide fls implementation for TigerJeremy Huddleston1-0/+14
2012-05-17XQuartz: Tiger build fixJeremy Huddleston1-0/+6
2012-05-17XQuartz: Workaround an SDK bug on Leopard/x86_64Jeremy Huddleston1-0/+6
2012-05-14xfree86: Add ifdef wrapper to xvmodproc.hMichal Suchanek1-0/+4
2012-05-14kdrive: Remove redundant declarations.Michal Suchanek2-5/+0
2012-05-14xfree86: don't include xvmodproc.h when not neededMichal Suchanek2-3/+0
2012-05-08Fix RANDR’s gamma_to_ramp().James Cloos1-2/+2
2012-05-04hw/xwin/glx: Use silent rulesYaakov Selkowitz1-2/+2
2012-05-04xfree86: use silent rules with sdksyms generationYaakov Selkowitz1-1/+1
2012-05-04xfree86: respect EXEEXT in relink targetYaakov Selkowitz1-1/+1
2012-05-01dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURNMichal Suchanek2-10/+22
2012-04-26XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-04-23xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-23XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-23XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-23XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-23XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-23XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-23XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-04-23xres: Fix build without compositeJeremy Huddleston1-1/+2
2012-04-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard17-31/+88
2012-04-19Export CompositeClientWindowTypeKeith Packard1-0/+2
2012-04-15Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+9