summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Rotate.c
AgeCommit message (Expand)Author
2010-03-08Update to xextproto 7.0.99.1.Peter Hutterer
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-02-19xf86CrtcShadowClear is unused.Keith Packard
2009-02-17Eliminate the shadow clear on transform changeKeith Packard
2009-02-17Damage re-used shadow scanout buffer using new transforms.Keith Packard
2009-01-30avoid a potential endless loop.Xiang, Haihao
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-09randr: Avoid needlessly creating a shadow framebuffer.Maarten Maathuis
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard
2008-11-24Allow drivers to set crtc transforms.Keith Packard
2008-11-24Handle RandR transform matrices in floating point.Keith Packard
2008-11-24Clear shadow pixmaps before using them.Keith Packard
2008-11-24Actually use filter kernel size to expand transform redisplay boxKeith Packard
2008-11-24Handle filter widths in xf86RotateKeith Packard
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard
2008-11-24Add projective transforms to RandR DIX/DDX API.Keith Packard
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis
2008-06-19Let code build with gcc 2.95Matthieu Herrb
2008-04-29Keep rotation wrappers in place while transforms are in useHong Liu
2008-02-17Fix rotation for multi-monitor situation.Maarten Maathuis
2008-01-03Fix potential crasher in xf86CrtcRotate()Alex Deucher
2007-08-22Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher
2007-07-14Add RandR reflection support.Keith Packard
2007-05-17Use Screen block handler for rotation to draw under DRI lock.Keith Packard
2007-04-19Disable SourceValidate in rotation to capture cursor.Keith Packard
2007-04-19Was accidentally disabling rotation updates in mode set.Keith Packard
2007-04-19Revert "Suppress software cursor removal during rotated shadow buffer drawing."Keith Packard
2007-04-18Suppress software cursor removal during rotated shadow buffer drawing.Eric Anholt
2007-03-23Clean up Rotate state on server reset.Keith Packard
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard
2007-03-04Remove debugging ErrorF from rotation code.Keith Packard
2007-03-04Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.Keith Packard
2007-02-17Enable startup-time rotation; change rotation pixmap creation API.Keith Packard
2007-02-15Allow new modes code to build inside drivers as well as server.Keith Packard
2007-02-15Merge crtc/output-based mode selection code.Keith Packard