Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>

programs/Xserver/fb/fbmmx.h
New function.
Hook it up here
This commit is contained in:
Søren Sandmann Pedersen 2005-03-26 23:50:24 +00:00
commit 476ae15640
4 changed files with 117 additions and 2 deletions

View file

@ -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,