summaryrefslogtreecommitdiff
path: root/fb/fbmmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb/fbmmx.h')
-rw-r--r--fb/fbmmx.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/fb/fbmmx.h b/fb/fbmmx.h
index 16949cd31..c0333a344 100644
--- a/fb/fbmmx.h
+++ b/fb/fbmmx.h
@@ -156,6 +156,38 @@ void fbCompositeSolidMask_nx8x0565mmx (CARD8 op,
INT16 yDst,
CARD16 width,
CARD16 height);
+void fbCompositeSrc_8888x8x8888mmx (CARD8 op,
+ PicturePtr pSrc,
+ PicturePtr pMask,
+ PicturePtr pDst,
+ INT16 xSrc,
+ INT16 ySrc,
+ INT16 xMask,
+ INT16 yMask,
+ INT16 xDst,
+ INT16 yDst,
+ CARD16 width,
+ CARD16 height);
+Bool fbCopyAreammx (DrawablePtr pSrc,
+ DrawablePtr pDst,
+ int src_x,
+ int src_y,
+ int dst_x,
+ int dst_y,
+ int width,
+ int height);
+void fbCompositeCopyAreammx (CARD8 op,
+ PicturePtr pSrc,
+ PicturePtr pMask,
+ PicturePtr pDst,
+ INT16 xSrc,
+ INT16 ySrc,
+ INT16 xMask,
+ INT16 yMask,
+ INT16 xDst,
+ INT16 yDst,
+ CARD16 width,
+ CARD16 height);
Bool fbSolidFillmmx (DrawablePtr pDraw,
int x,
int y,