diff options
Diffstat (limited to 'fb/fbpict.h')
-rw-r--r-- | fb/fbpict.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 3b88bfa37..4e8c95c30 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -1029,6 +1029,19 @@ fbCompositeSolidMask_nx1xn (CARD8 op, INT16 yDst, CARD16 width, CARD16 height); +void +fbCompositeSrc_8888x8888mmx (CARD8 op, + PicturePtr pSrc, + PicturePtr pMask, + PicturePtr pDst, + INT16 xSrc, + INT16 ySrc, + INT16 xMask, + INT16 yMask, + INT16 xDst, + INT16 yDst, + CARD16 width, + CARD16 height); void fbComposite (CARD8 op, |