[Mplayer-cvslog] CVS: main/drivers/radeon radeon.h,1.21,1.22

Nick Kurshev nick at mplayer.dev.hu
Mon Dec 17 08:43:43 CET 2001


Update of /cvsroot/mplayer/main/drivers/radeon
In directory mplayer:/var/tmp.root/cvs-serv25709/main/drivers/radeon

Modified Files:
	radeon.h 
Log Message:
Some info from Vladimir Dergachev

Index: radeon.h
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/radeon/radeon.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- radeon.h	14 Dec 2001 16:48:36 -0000	1.21
+++ radeon.h	17 Dec 2001 07:43:38 -0000	1.22
@@ -643,7 +643,11 @@
 #define	OV0_P2_X_START_END			0x0498
 #define	OV0_P3_X_START_END			0x049C
 #define	OV0_FILTER_CNTL				0x04A0
+#	define FILTER_PROGRAMMABLE_COEF		0x00000000
 #	define FILTER_HARDCODED_COEF		0x0000000F
+#	define FILTER_COEF_MASK			0x0000000F
+/* other values allow us use hardcoded coefs for Y and
+   programmable for UV that's nosense. */
 /*
    Top quality 4x4-tap filtered vertical and horizontal scaler.
    It allows up to 64:1 upscaling and downscaling without




More information about the MPlayer-cvslog mailing list