xserver/include mipict.h,1.17,1.18
David Reveman <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Wed, 26 Jan 2005 02:20:18 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: davidr Update of /cvs/xserver/xserver/include In directory gabe:/tmp/cvs-serv24446/include Modified Files: mipict.h Log Message: Add transform+repeat and convolution filter support Index: mipict.h =================================================================== RCS file: /cvs/xserver/xserver/include/mipict.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- mipict.h 26 Jan 2005 00:20:27 -0000 1.17 +++ mipict.h 26 Jan 2005 10:20:16 -0000 1.18 @@ -82,6 +82,12 @@ int nparams); Bool +miFilterValidateParams (PicturePtr pPicture, + int filter, + xFixed *params, + int nparams); + +Bool miClipPicture (RegionPtr pRegion, PicturePtr pPicture, INT16 xReg,