summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2014-02-09Merge remote-tracking branch 'whot/for-keith'Keith Packard6-50/+50
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer2-3/+3
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer2-6/+6
2014-02-05xfree86: device name and driver are not const charPeter Hutterer1-2/+2
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
2014-01-29xf86Events: add Enable/DisableInputDeviceForVTSwitch functionsHans de Goede2-24/+32
2014-01-29xf86Events: refactor xf86VTLeave error handlingHans de Goede1-48/+46
2014-01-29xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functionsHans de Goede2-130/+145
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede1-0/+5
2014-01-29xfree86: Keep a non-seat0 X server from touching VTs (#71258)LaƩrcio de Sousa1-1/+2
2014-01-29xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-01-29Link libvgahw with $(PCIACCESS_LIBS) as wellAlan Coopersmith1-0/+1
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard27-427/+408
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+1
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard3-45/+105
2014-01-12Replace 'pointer' type with 'void *'Keith Packard70-527/+527
2014-01-12hw/xfree86: nobus.c shouldn't define a static functionKeith Packard1-1/+4
2014-01-12xfree86: Switch int10 code to stdint typesKeith Packard4-145/+145
2014-01-12xfree86: Don't complain when the SDK dependency file doesn't exist yetKeith Packard1-1/+1
2014-01-12xfree86/vbe: Make VBEValidateModes take const char **Keith Packard2-2/+2
2014-01-12xfree86/shadowfb: GCFuncs and GCOps are now constKeith Packard1-3/+3
2014-01-12xfree86/parser: make strings in xf86MatchGroup constKeith Packard2-13/+13
2014-01-12xfree86/int10: mark printk as _X_ATTRIBUTE_PRINTFKeith Packard1-1/+4
2014-01-12xfree86/fbdevhw: Fix warningsKeith Packard1-5/+3
2014-01-12xfree86/exa: xf86GetOptValString returns const char * nowKeith Packard1-1/+1
2014-01-12xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTFKeith Packard1-12/+21
2014-01-12xfree86/common: handle string constants in xf86Xinput configurationKeith Packard1-2/+2
2014-01-12xfree86/common: Const GC funcs and ops in xf86VAarbiterKeith Packard1-2/+2
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12hw/xfree86: More const declarations for stringsKeith Packard2-2/+2
2014-01-12Just remove dpms functsion from xf86.hKeith Packard1-4/+0
2014-01-12More warning fixes in hw/xfree86Keith Packard3-12/+15
2014-01-12xfree86 warning reductionKeith Packard15-77/+56
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard24-74/+88
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard17-107/+109
2014-01-12hw/xfree86: Make strings in DriverRec and ScrnInfoRec constKeith Packard1-7/+7
2014-01-07xfree86: Use the TMDS maximum frequency to prune modesDamien Lespiau1-0/+11
2014-01-07xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()Damien Lespiau1-45/+1
2014-01-07xfree86: Add a xf86MonitorFindHDMIBlock()Damien Lespiau2-0/+93
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson2-9/+10
2013-12-09composite: Automatically enable backing store support on the screenAdam Jackson1-0/+5
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson1-1/+1
2013-12-09dri2: Disable when Xinerama is activeAdam Jackson1-0/+5
2013-11-14xfree86: return NULL for compat output if no outputs.Dave Airlie1-0/+3