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