diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-08-18 14:19:34 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-08-18 14:19:34 -0600 |
commit | 38e868271bd24be7a884c8c56772b25cd6fa6f1d (patch) | |
tree | dfc6f8ab0e7f2c6c641d0bdb68cdaef5fa522b42 /src/lx_video.c | |
parent | d681a844e448712a9a419d2a4dca81930d39a80a (diff) |
lx: Add rotation for Randr 1.2 + cleanups
Enable rotation through RandR 1.2 and add the accelerated rotation blit
the EXA composite function. Also, fix a handful of critical bugs and
remove some more dead code.
Diffstat (limited to 'src/lx_video.c')
-rw-r--r-- | src/lx_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_video.c b/src/lx_video.c index c31ac02..8bdb006 100644 --- a/src/lx_video.c +++ b/src/lx_video.c @@ -870,7 +870,7 @@ LXFreeSurface(XF86SurfacePtr surface) LXStopSurface(surface); if (pPriv->vidmem) { - GeodeFreeOffscren(pGeode, pPriv->vidmem); + GeodeFreeOffscreen(pGeode, pPriv->vidmem); pPriv->vidmem = NULL; } |