xserver/include mipict.h,1.17,1.18
David Reveman
xserver-commit@pdx.freedesktop.org
Wed Jan 26 02:20:18 PST 2005
- Previous message: xserver/fb fbcompose.c, 1.21, 1.22 fbpict.c, 1.31, 1.32 fbpict.h,
1.18, 1.19
- Next message: xserver/render filter.c,1.4,1.5 mipict.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: xserver/fb fbcompose.c, 1.21, 1.22 fbpict.c, 1.31, 1.32 fbpict.h,
1.18, 1.19
- Next message: xserver/render filter.c,1.4,1.5 mipict.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list