summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-09-06XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket nameJeremy Huddleston1-2/+5
2009-09-06XQuartz: Fix "warning: function declaration isn’t a prototype" noiseJeremy Huddleston1-1/+1
2009-09-06XQuartz: pbproxy: 64bit fixes: Properly process an array of AtomsJeremy Huddleston2-7/+8
2009-09-05XQuartz: Fix a strcpy/strcmp typoJeremy Huddleston1-5/+6
2009-09-04XQuartz: Check the DISPLAY environment variable to see if the socket at start...Jeremy Huddleston2-10/+42
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston5-13/+15
2009-09-04xfree86: fix make distcheck after removal of Domain.note and RAC.Notes.Peter Hutterer1-2/+0
2009-09-04require xf86vidmodeproto 2.2.99.1 or newer.Peter Hutterer2-4/+2
2009-09-04xfree86: silence some xf86dgaproto compiler warningsPeter Hutterer3-5/+3
2009-09-04xfree86: silence 'unused variable' compiler warningPeter Hutterer1-1/+3
2009-09-04Formatted recent Geode PCI ID changes to fit a 80-column coding style.Martin-Éric Racine1-2/+3
2009-09-04Further explained what the Geode PCI ID is all about as comments.Martin-Éric Racine1-2/+2
2009-09-04Removed unnecessary curly braces for Geode LX PCI ID.Martin-Éric Racine1-2/+1
2009-09-04Updated the PCI Vendor and Device IDs for all Geode variants.Martin-Éric Racine1-5/+17
2009-09-02randr: Fix crtcs using set_mode_major()Adam Jackson1-4/+5
2009-09-02vgaarb: protect fini as well just in caseDave Airlie1-0/+2
2009-09-02vgaarb: if arb init fails, make sure locking doesn't occur.Dave Airlie1-0/+4
2009-09-01XFree86: Linux: Fix 100% CPU usage with ShareVTs and kbdMichael Witrant1-4/+4
2009-08-31alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBusMatt Turner4-77/+9
2009-08-31XQuartz: GLX: Drawable does not contain resize anymore.Jeremy Huddleston1-8/+0
2009-08-31Make sys.c use compiler.h unaligned access functionsMatt Turner1-182/+1
2009-08-31Remove unused Delay.cMatt Turner3-41/+1
2009-08-31Remove unused BUSmemcpy.cMatt Turner3-190/+1
2009-08-31Remove unused ia64_flush_cache functionMatt Turner1-21/+0
2009-08-31Simplify unaligned access codeMatt Turner1-257/+32
2009-08-31Clean up unaligned access functions on alphaMatt Turner1-113/+2
2009-08-31Move unaligned access functions to common sectionMatt Turner1-287/+299
2009-08-31Remove unused arm_flush_cache functionMatt Turner1-10/+0
2009-08-31Remove unused ppc_flush_icache functionMatt Turner1-11/+0
2009-08-31Replace 8 nops with proper sync instruction on mipsMatt Turner1-10/+11
2009-08-31Use sfence and mfence instructions on amd64Matt Turner1-4/+2
2009-08-31Add x86 barrier macrosMatt Turner1-1/+15
2009-08-31define barrier macros as nops if not otherwise definedMatt Turner1-28/+10
2009-08-31Move memory barrier macros into common sectionMatt Turner1-58/+89
2009-08-31xfree86: remove _more_ RAC junkTiago Vignatti2-2/+0
2009-08-31xfree86: shut up vgaarb warnings when server doesn't support itTiago Vignatti1-2/+2
2009-08-31xfree86: removal of some dead code due VGA arbiter's inclusionTiago Vignatti5-27/+0
2009-08-31XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppcJeremy Huddleston1-0/+8
2009-08-31XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...Jeremy Huddleston1-0/+73
2009-08-28xace: fix up access modes in dixLookupDrawable calls from dri2.Eamon Walsh1-9/+16
2009-08-28EDID: Vendor detailed blocks aren't worth X_WARNING aboutAdam Jackson1-1/+1
2009-08-28EDID: Print 1152x864 in established timings, not x870Adam Jackson1-1/+1
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie12-10/+1513
2009-08-27xfree86: require xf86dgaproto 2.0.99.1.Peter Hutterer2-5/+2
2009-08-27xfree86: Remove xf86GetMotionEvents from public API.Peter Hutterer2-10/+0
2009-08-25XQuartz: Check NSINTEGER_DEFINED to make sure the NSInteger and NSUInteger ty...Jeremy Huddleston2-8/+10
2009-08-25XQuartz: Use applewmproto 1.4 updated headers.Jeremy Huddleston7-12/+7
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+2
2009-08-25Perform rotation redisplay before calling driver block handler (which may flu...Keith Packard1-2/+3
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard1-2/+4