changeset 2346:7d702c3ef0ad

updated - by zsteva@ptt.yu
author arpi
date Sun, 21 Oct 2001 17:34:40 +0000
parents 9acd3e75be48
children f6a10f4b6119
files drivers/3dfx.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/3dfx.h	Sun Oct 21 17:30:28 2001 +0000
+++ b/drivers/3dfx.h	Sun Oct 21 17:34:40 2001 +0000
@@ -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)