[Mplayer-cvslog] CVS: main/drivers 3dfx.h,1.2,1.3
Arpi of Ize
arpi at mplayer.dev.hu
Sun Oct 21 19:34:43 CEST 2001
Update of /cvsroot/mplayer/main/drivers
In directory mplayer:/var/tmp.root/cvs-serv15439
Modified Files:
3dfx.h
Log Message:
updated - by zsteva at ptt.yu
Index: 3dfx.h
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/3dfx.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 3dfx.h 27 Sep 2001 12:29:26 -0000 1.2
+++ 3dfx.h 21 Oct 2001 17:34:40 -0000 1.3
@@ -29,7 +29,10 @@
#define VOODOO_YUV_PLANE_OFFSET ((unsigned long int)0x0C00000)
#define VOODOO_BLT_FORMAT_YUYV (8<<16)
+#define VOODOO_BLT_FORMAT_UYVY (9<<16)
#define VOODOO_BLT_FORMAT_16 (3<<16)
+#define VOODOO_BLT_FORMAT_24 (4<<16)
+#define VOODOO_BLT_FORMAT_32 (5<<16)
#define VOODOO_YUV_STRIDE (1024>>2)
@@ -248,6 +251,7 @@
#define ROP_COPY 0xcc // src
#define ROP_INVERT 0x55 // NOT dst
#define ROP_XOR 0x66 // src XOR dst
+#define ROP_OR (0xee) /* src | dst */
#define AUTOINC_DSTX BIT(10)
#define AUTOINC_DSTY BIT(11)
More information about the MPlayer-cvslog
mailing list