index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
modes
/
xf86Rotate.c
Age
Commit message (
Expand
)
Author
2010-03-08
Update to xextproto 7.0.99.1.
Peter Hutterer
2009-08-25
Ensure that rotation updates happen frequently
Keith Packard
2009-08-25
Perform rotation redisplay before calling driver block handler (which may flu...
Keith Packard
2009-02-19
xf86CrtcShadowClear is unused.
Keith Packard
2009-02-17
Eliminate the shadow clear on transform change
Keith Packard
2009-02-17
Damage re-used shadow scanout buffer using new transforms.
Keith Packard
2009-01-30
avoid a potential endless loop.
Xiang, Haihao
2008-12-15
Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)
Keith Packard
2008-12-15
Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.
Keith Packard
2008-12-15
Clean up rotation data when crtc is turned off
Keith Packard
2008-12-09
randr: Avoid needlessly creating a shadow framebuffer.
Maarten Maathuis
2008-11-25
Move matrix operations from X server to pixman 0.13.2
Keith Packard
2008-11-24
Handle transform failure when computing shadow damage area.
Keith Packard
2008-11-24
Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
Keith Packard
2008-11-24
Allow drivers to set crtc transforms.
Keith Packard
2008-11-24
Handle RandR transform matrices in floating point.
Keith Packard
2008-11-24
Clear shadow pixmaps before using them.
Keith Packard
2008-11-24
Actually use filter kernel size to expand transform redisplay box
Keith Packard
2008-11-24
Handle filter widths in xf86Rotate
Keith Packard
2008-11-24
[RANDR] Support filters in CRTC transforms.
Keith Packard
2008-11-24
Wire up RandR CRTC transform protocol, bump server to RandR 1.3
Keith Packard
2008-11-24
Add projective transforms to RandR DIX/DDX API.
Keith Packard
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
2008-06-19
Let code build with gcc 2.95
Matthieu Herrb
2008-04-29
Keep rotation wrappers in place while transforms are in use
Hong Liu
2008-02-17
Fix rotation for multi-monitor situation.
Maarten Maathuis
2008-01-03
Fix potential crasher in xf86CrtcRotate()
Alex Deucher
2007-08-22
Add _X_EXPORT to exported functions in hw/xfree86/modes/*
Alex Deucher
2007-07-14
Add RandR reflection support.
Keith Packard
2007-05-17
Use Screen block handler for rotation to draw under DRI lock.
Keith Packard
2007-04-19
Disable SourceValidate in rotation to capture cursor.
Keith Packard
2007-04-19
Was accidentally disabling rotation updates in mode set.
Keith Packard
2007-04-19
Revert "Suppress software cursor removal during rotated shadow buffer drawing."
Keith Packard
2007-04-18
Suppress software cursor removal during rotated shadow buffer drawing.
Eric Anholt
2007-03-23
Clean up Rotate state on server reset.
Keith Packard
2007-03-15
Don't wedge when rotating more than one CRTC.
Keith Packard
2007-03-04
Remove debugging ErrorF from rotation code.
Keith Packard
2007-03-04
Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.
Keith Packard
2007-02-17
Enable startup-time rotation; change rotation pixmap creation API.
Keith Packard
2007-02-15
Allow new modes code to build inside drivers as well as server.
Keith Packard
2007-02-15
Merge crtc/output-based mode selection code.
Keith Packard