summaryrefslogtreecommitdiff
path: root/src/geode.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-08-18 14:19:34 -0600
committerJordan Crouse <jordan.crouse@amd.com>2008-08-18 14:19:34 -0600
commit38e868271bd24be7a884c8c56772b25cd6fa6f1d (patch)
treedfc6f8ab0e7f2c6c641d0bdb68cdaef5fa522b42 /src/geode.h
parentd681a844e448712a9a419d2a4dca81930d39a80a (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/geode.h')
-rw-r--r--src/geode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geode.h b/src/geode.h
index 4fefcb6..3a281f2 100644
--- a/src/geode.h
+++ b/src/geode.h
@@ -453,6 +453,7 @@ GeodeMemPtr GeodeAllocOffscreen(GeodeRec * pGeode, int size, int align);
void GeodeFreeOffscreen(GeodeRec * pGeode, GeodeMemPtr ptr);
void LXInitOffscreen(ScrnInfoPtr pScrni);
void GeodeCloseOffscreen(ScrnInfoPtr pScrni);
+unsigned int GeodeOffscreenFreeSize(GeodeRec * pGeode);
/* lx_cursor.c */
Bool LXCursorInit(ScreenPtr pScrn);