Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx
In directory usw-pr-cvs1:/tmp/cvs-serv19283
Modified Files:
3dfxfb.c
Log Message:
Added drawing the penguin support to Voodoo3+ driver.
Index: 3dfxfb.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx/3dfxfb.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- 3dfxfb.c 23 Feb 2002 16:46:54 -0000 1.21
+++ 3dfxfb.c 30 May 2002 04:47:40 -0000 1.22
@@ -1076,7 +1076,7 @@
srcfmt = 0x400000;
} else {
banshee_make_room(6 + ((size + 3) >> 2));
- srcfmt = 0xBEEFDEAD;
+ srcfmt = stride | ((bpp+((bpp==8) ? 0 : 8)) << 13) | 0x400000;
}
tdfx_outl(SRCXY, 0);
|