diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-01-15 08:05:32 +1100 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-15 08:05:32 +1100 |
commit | bfeda3bfc59d309772398f688d29452ba97f3973 (patch) | |
tree | d1ee5f4430098d64f413b991ee54b35a6a34558d /src/Makefile.am | |
parent | da6a00f787e4d13e6b75768c1976f1c44ae5bf72 (diff) |
Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.
Makes the mode setting logic device independent.
Magic rename hooks allow multiple drivers to provide the
generic code without name conflicts.
Rotation code requires special pixmap creation hook, and uses
Render to perform the actual rotation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 80cea10a..02e85768 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,6 +85,7 @@ i810_drv_la_SOURCES = \ i830_xf86cvt.c \ i830_xf86Crtc.h \ i830_xf86Crtc.c \ + i830_xf86Rotate.c \ i915_3d.c \ i915_3d.h \ i915_reg.h \ |