summaryrefslogtreecommitdiff
path: root/src/i830_xf86Rotate.c
AgeCommit message (Expand)Author
2007-02-01Bug #9819: Add two headers that are apparently necessary on older X Servers.Eric Anholt
2007-01-27Fetch from root window instead of screen pixmap during rotation.Keith Packard
2007-01-27Mark crtc region as damaged when rotation is set.Keith Packard
2007-01-27Make rotated pixmap size of mode, not rotated mode. Update only damage.Keith Packard
2007-01-18Fix transformation matrices for rotation at 90 and 270 degrees.Eric Anholt
2007-01-18Disable the clipping for now, since it won't work.Eric Anholt
2007-01-18Store fixed values, not integers, in the transformation matrix.Eric Anholt
2007-01-17Fix some segfaults: crtc->rotatedPixmap not set and dangling damage pointer.Eric Anholt
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard