summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2009-04-22Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson1-0/+55
2009-04-15randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-03-10randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-03-02randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-21/+233
2009-02-17Eliminate the shadow clear on transform changeKeith Packard2-14/+29
2009-02-16xfree86: ModeDebug is a boolean, not a stringJulien Cristau1-1/+1
2009-02-13Build fix for xf86EdidModes.cChris Ball1-1/+1
2009-02-13EDID: Hack for 1366x768 in standard timing descriptorsAdam Jackson1-11/+19
2009-02-13RANDR: Validate entire mode list for interlace and doublescanAdam Jackson3-11/+13
2009-02-03Handle the combination of panning and crtc transformsKeith Packard1-26/+10
2009-02-03Damage re-used shadow scanout buffer using new transforms.Keith Packard1-1/+5
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky1-1/+0
2009-02-01Prevent double unref of glxdrawablesPierre Willenbrock1-3/+0
2009-01-30modes: Protect xf86_crtc_supports_gamma() from non-RandR 1.2 drivers.Eric Anholt1-8/+12
2009-01-30Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard1-11/+18
2009-01-30Ignore EDID-supplied monitor physical sizes for core screen sizeKeith Packard1-11/+0
2009-01-09avoid a potential endless loop.Xiang, Haihao1-2/+6
2009-01-05 Update sdk headers to export new symbols.Paulo Cesar Pereira de Andrade1-18/+2
2009-01-05XFree86: Fix build with DGA disabledDaniel Stone3-2/+12
2008-12-22randr/xfree86: Fix initial gamma computation.Maarten Maathuis1-7/+6
2008-12-22xfree86/randr: Avoid a crash when xf86CrtcConfigPrivateIndex is -1.Maarten Maathuis1-1/+1
2008-12-19randr/xfree86: Fix a one off error in the panning calculations.Maarten Maathuis1-4/+4
2008-12-18randr: add some notes about the stuff that changed in driver ABI 2Maarten Maathuis1-12/+18
2008-12-18randr: check for malloc failureMaarten Maathuis1-0/+4
2008-12-18Forgot to fix a comment.Maarten Maathuis1-2/+1
2008-12-17randr: some improvements, fixes and crtc abi bumpMaarten Maathuis3-21/+38
2008-12-17randr: Improve per-crtc gamma support.Maarten Maathuis3-4/+192
2008-12-16randr: Update EDID_ATOM_NAME to reflect RandR 1.3 name changeMatthias Hopf1-1/+1
2008-12-15Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)Keith Packard1-0/+6
2008-12-15Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.Keith Packard2-17/+2
2008-12-15Clean up rotation data when crtc is turned offKeith Packard3-1/+9
2008-12-15Fix typo in xf86PickCrtcs()Cooper Yuan1-1/+1
2008-12-11randr: Fix initial panning border copyMatthias Hopf1-1/+4
2008-12-11randr: Update initial screen size if panning information is presentMatthias Hopf1-4/+17
2008-12-11randr: Fix error message for bad panning configMatthias Hopf1-1/+1
2008-12-11randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf2-1/+65
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade2-5/+6
2008-12-04Move _X_EXPORT attribute to header file.Paulo Cesar Pereira de Andrade2-2/+2
2008-12-04randr: Allow panning to be disabled per axisMatthias Hopf1-25/+39
2008-12-04randr: Rework panning area verificationMatthias Hopf1-25/+73
2008-12-04randr: Don't change panning parameters if verification fails.Matthias Hopf1-4/+19
2008-12-04randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf3-8/+8
2008-12-04randr: Panning supportMatthias Hopf2-2/+178
2008-12-04randr: Crtc interface update for panning support.Matthias Hopf1-1/+35
2008-12-04randr: Weird enough, crtc->version was never set upon creation. Fix that.Matthias Hopf1-0/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade12-156/+156
2008-12-02xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14...Stuart Bennett1-2/+8