summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard146-863/+863
2014-01-12hw/xfree86: nobus.c shouldn't define a static functionKeith Packard1-1/+4
2014-01-12kdrive/ephyr; Don't redeclare monitorResolutionKeith Packard1-2/+0
2014-01-12kdrive/ephyr: ddxUseMsg is supposed to returnKeith Packard1-2/+0
2014-01-12vfb: Remove unused pXWDCmap variableKeith Packard1-2/+0
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-12Bunch of DMX warning fixesKeith Packard7-34/+15
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
2013-12-12XQuartz: Use asl_log_descriptor to log stdout/stderr of child processesJeremy Huddleston Sequoia1-4/+4
2013-12-10hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatchJon TURNEY7-395/+643
2013-12-10ephyr: Fix compilation when ./configure'd with --enable-debugJon TURNEY1-4/+4
2013-12-10xquartz/glx: Convert to non-glapi dispatchAdam Jackson1-13/+13
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-26Xdmx: Initialize DMX extension even if not built with GLX supportAlan Coopersmith1-1/+3
2013-11-23xnest: Ignore GetImage() error in xnestGetImage() (v3)Keith Packard1-1/+0
2013-11-14Merge remote-tracking branch 'whot/for-keith'Keith Packard5-8/+19
2013-11-14xfree86: return NULL for compat output if no outputs.Dave Airlie1-0/+3
2013-11-14Stop including inline assembly .il file for Solaris Studio buildsAlan Coopersmith1-11/+0
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer3-1/+11
2013-11-14kdrive: handle WxH as valid geometry specKeith Packard1-1/+2
2013-11-14ephyr: xcb_connect returns an error, not NULLPeter Hutterer1-2/+2
2013-11-12xfree86: Fix build without libpciaccessJeremy Huddleston Sequoia1-1/+4
2013-11-12Avoid conflicts with Solaris <sys/regset.h> defines that clash with our namesAlan Coopersmith3-1/+30
2013-11-10XQuartz: Don't sleep forever on exit if usleep() returns an errorJeremy Huddleston Sequoia1-1/+1
2013-11-10XQuartz: Update Info.plist copyright yearsJeremy Huddleston Sequoia1-2/+2
2013-11-06ARM64: Add support for aarch64Andreas Schwab2-2/+3
2013-11-05Link with xshmfence, reference miSyncShmScreenInit in sdksymsKeith Packard1-0/+3
2013-11-04hw/xfree86: Link libdri3 only when DRI3 is definedKeith Packard1-1/+6
2013-10-31DDX/Randr: Avoid server crash when xrandr SetConfig is called while switched ...Egbert Eich1-7/+9