summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)Author
2010-03-08Update to xextproto 7.0.99.1.Peter Hutterer
2009-09-30Re-fix DGA removal.Keith Packard
2009-09-22xfree86/modes: Remove all framebuffer support from DGAKeith Packard
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard
2009-08-25Perform rotation redisplay before calling driver block handler (which may flu...Keith Packard
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard
2009-07-29quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)Ben Skeggs
2009-07-26xfree86: move didLock assignment down to where the function pointer is valid.Dave Airlie
2009-07-26hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_majorBenjamin Defnet
2009-07-26randr: Nuke broken set_origin shortcutMatthias Hopf
2009-06-11EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson
2009-05-08randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie
2009-05-08Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes
2009-05-08Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau
2009-05-08xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden
2009-03-20randr: Fix thinko in xf86TargetPreferredAdam Jackson
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard
2009-02-19xf86CrtcShadowClear is unused.Keith Packard
2009-02-19Make panning+transform be correctly driven by mouseKeith Packard
2009-02-17Eliminate the shadow clear on transform changeKeith Packard
2009-02-17Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard
2009-02-17Merge branch 'panning-for-server-1.6' into server-1.6-branchKeith Packard
2009-02-17Handle the combination of panning and crtc transformsKeith Packard
2009-02-17Damage re-used shadow scanout buffer using new transforms.Keith Packard
2009-01-30avoid a potential endless loop.Xiang, Haihao
2009-01-09randr/xfree86: Fix a one off error in the panning calculations.Maarten Maathuis
2008-12-16Fix typo in xf86PickCrtcs()Cooper Yuan
2008-12-15Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)Keith Packard
2008-12-15Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.Keith Packard
2008-12-15Clean up rotation data when crtc is turned offKeith Packard
2008-12-12randr: Fix initial panning border copyMatthias Hopf
2008-12-12randr: Update initial screen size if panning information is presentMatthias Hopf
2008-12-12randr: Fix error message for bad panning configMatthias Hopf
2008-12-12randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf
2008-12-09randr: Allow panning to be disabled per axisMatthias Hopf
2008-12-09randr: Rework panning area verificationMatthias Hopf
2008-12-09randr: Don't change panning parameters if verification fails.Matthias Hopf
2008-12-09randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf
2008-12-09randr: Panning supportMatthias Hopf
2008-12-09randr: Crtc interface update for panning support.Matthias Hopf
2008-12-09randr: Weird enough, crtc->version was never set upon creation. Fix that.Matthias Hopf
2008-12-09randr: Avoid needlessly creating a shadow framebuffer.Maarten Maathuis
2008-12-02xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14...Stuart Bennett
2008-11-25Merge commit 'origin/master'Keith Packard
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard
2008-11-25Fix const-mismatch warnings for DisplayModePtr'sAlan Coopersmith
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard
2008-11-24Be careful about copying transforms around; they have allocated memory.Keith Packard
2008-11-24Fix rotated/reflected cursor positions.Keith Packard
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard