summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz1-1/+2
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf2-0/+23
2007-04-10XFree86: Fix memory leaks, option parsing, in NewInputDeviceRequestMagnus Vigerlöf1-15/+53
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf5-27/+30
2007-04-10Add a real xf86EnableIO/xf86DisableIO for NetBSD/PPC.Jared D. McNeill2-2/+34
2007-04-10Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.Keith Packard3-2/+31
2007-04-09Look for the PCI ROM file elsewhere in sysfs.Adam Jackson1-2/+2
2007-04-09VT activate or waitactive are fatal if they fail.Adam Jackson1-5/+9
2007-04-09Don't write out empty sections from the parser.Adam Jackson1-6/+12
2007-04-08XFree86: Treat evdev and vmmouse as mouse drivers (bug #10512, #10559)Daniel Stone1-1/+5
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian1-4/+4
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-03-30Bump video driver ABI to 2.0 for cw change (commit 6ed08949af4f7ac09170d3d958...Aaron Plattner1-1/+1
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 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 Jackson20-339/+107
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 Jackson7-7/+7
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
2007-03-17Eliminate RRModeRec devPrivate field.Keith Packard1-44/+103
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-0/+50
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard2-14/+20
2007-03-15Allow xf86_reload_cursors during server init.Keith Packard1-4/+16
2007-03-15Fix calculations in x86 emulator for the long long case (Andreas Schwab).Matthias Hopf1-2/+2
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard9-13/+710
2007-03-09Ensure domain is stripped from the bus ID.Jay Estabrook1-2/+4
2007-03-07Remove stale monitor data when output becomes disconnected.Keith Packard1-0/+3
2007-03-07XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.Adam Jackson1-1/+1
2007-03-06Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.Keith Packard1-0/+474
2007-03-06Add xf86CrtcScreenInit to share initialization across drivers.Keith Packard3-19/+59
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh2-6/+0
2007-03-06Bug #9931: Fix linear allocations with a non-1-byte granularity.Eric Anholt1-1/+1
2007-03-05Allow relative positions to use output names or monitor identifiers.Keith Packard1-5/+9