xserver/include mipict.h,1.17,1.18

David Reveman xserver-commit@pdx.freedesktop.org
Wed Jan 26 02:20:18 PST 2005


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,



More information about the xserver-commit mailing list