summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian6-16/+13
2007-04-02Don't erase current crtc for outputs on CloseScreenKeith Packard1-1/+0
2007-04-02Move modes/ debugging output under Option "ModeDebug" in the Device section.Eric Anholt3-20/+49
2007-04-02clean-up, debug codeBrian1-5/+5
2007-04-02fix formattingBrian1-5/+11
2007-04-02checkpoint: more clean-upBrian1-60/+40
2007-04-02formatting fixesBrian1-24/+50
2007-04-02clean-up dmxCoreMotion() dmxCoreMotion2()Brian1-141/+5
2007-04-02checkpoint clean-upBrian2-41/+11
2007-04-02remove some debug codeBrian1-5/+0
2007-04-02for completeness, init dummy's min/maxval[1] values (vertical axis)Brian1-0/+2
2007-04-02As for normal mouse device, init valuator maxval[] to real values, not zero.Brian1-2/+7
2007-04-02In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to t...Brian1-1/+5
2007-04-02undo 1280 valuator hackBrian1-3/+3
2007-04-02Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button co...Brian1-12/+4
2007-04-02formatting fixesBrian1-3/+6
2007-03-31Bug #6620: Fixed a missing 'else' in ATIPseudoDMAInit().Alberto Mardegan1-1/+1
2007-03-30Bump video driver ABI to 2.0 for cw change (commit 6ed08949af4f7ac09170d3d958...Aaron Plattner1-1/+1
2007-03-30formatting fixesBrian1-6/+12
2007-03-30Checkpoint DMX updates: things are working much better now, but still not 100...Brian5-14/+157
2007-03-30Tweak some parameters, etc. Things seem a little better now, but still a way...Brian2-7/+9
2007-03-30num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release positionBrian1-4/+4
2007-03-30more debugBrian3-13/+15
2007-03-30Checkpoint fixes to DMX for X input changes.Brian7-4/+242
2007-03-30more formatting fixesBrian1-3/+6
2007-03-30Fix some bad formatting.Brian1-35/+75
2007-03-30ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a.Brian1-5/+5
2007-03-28Move the XAA private indices to be static.Adam Jackson7-16/+8
2007-03-28Refuse to create tiny modes from EDID detailed timing.Adam Jackson2-0/+26
2007-03-27Move libcw setup to the only renderer requiring it (XAA).Eric Anholt3-3/+9
2007-03-27Fix indentation of fakexa help text.Eric Anholt1-1/+1
2007-03-27fix loading of GLcore after recent loading changesDave Airlie1-2/+2
2007-03-26Update xorg.conf manpage for new RandR 1.2 monitor options.Eric Anholt1-6/+73
2007-03-25Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.Adam Jackson3-128/+0
2007-03-25Static cleanup for xf86 ddx.Adam Jackson12-92/+29
2007-03-25Un-staticise VTSwitchEnabled, since kbd wants it apparently.Adam Jackson1-1/+1
2007-03-25Delete a dead file.Adam Jackson1-130/+0
2007-03-25Static cleanups, dead code deletion.Adam Jackson22-341/+109
2007-03-25loader: fix already built-in messageDave Airlie1-1/+1
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard2-4/+9
2007-03-23Ensure that crtc desired values track most recent mode.Keith Packard1-0/+7
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard1-1/+1
2007-03-23Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.Keith Packard1-0/+14
2007-03-23Clean up Rotate state on server reset.Keith Packard4-18/+79
2007-03-21XFree86 DGA: Guard against NULL pointer dereferences.Daniel Stone1-16/+22
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson15-16/+16
2007-03-21XFree86 input: Add backwards compatibility for motion historyDaniel Stone3-0/+20
2007-03-21xfree86 input: Re-enable DGA supportDaniel Stone4-48/+176
2007-03-17Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.Keith Packard1-0/+6
2007-03-17Remove extra (and wrong) I2C ByteTimeout setting in DDC code.Keith Packard1-1/+0