Module Name: src
Committed By: macallan
Date: Wed Jul 31 09:54:13 UTC 2024
Modified Files:
src/sys/dev/ic: stireg.h
Log Message:
moar ROPs
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/stireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/stireg.h
diff -u src/sys/dev/ic/stireg.h:1.9 src/sys/dev/ic/stireg.h:1.10
--- src/sys/dev/ic/stireg.h:1.9 Wed Jul 17 08:28:22 2024
+++ src/sys/dev/ic/stireg.h Wed Jul 31 09:54:13 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: stireg.h,v 1.9 2024/07/17 08:28:22 macallan Exp $ */
+/* $NetBSD: stireg.h,v 1.10 2024/07/31 09:54:13 macallan Exp $ */
/* $OpenBSD: stireg.h,v 1.14 2015/04/05 23:25:57 miod Exp $ */
@@ -648,7 +648,7 @@ STI_DEP(util);
#define IBOvals(R,M,X,S,D,L,B,F) \
(((R)<<8)|((M)<<16)|((X)<<24)|((S)<<29)|((D)<<28)|((L)<<31)|((B)<<1)|(F))
- /* LSSDXXXXMMMMMMMMRRRRRRRRBBBBBBBF */
+ /* LSSDXXXXMMMMMMMMRRRRRRRR??????BF */
#define IndexedDcd 0 /* Pixel data is indexed (pseudo) color */
#define Otc04 2 /* Pixels in each longword transfer (4) */
@@ -661,8 +661,10 @@ STI_DEP(util);
#define BINapp1I 0x1 /* Application Buffer 1, Indexed */
#define BINapp0F8 0xa /* Application Buffer 0, Fractional 8-8-8 */
#define BINattr 0xd /* Attribute Bitmap */
+#define RopClr 0x0
#define RopSrc 0x3
#define RopInv 0xc
+#define RopSet 0xf
#define BitmapExtent08 3 /* Each write hits ( 8) bits in depth */
#define BitmapExtent32 5 /* Each write hits (32) bits in depth */
#define DataDynamic 0 /* Data register reloaded by direct access */