Search
lxdream.org :: lxdream/src/pvr2/pvr2mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2mmio.h
changeset 128:f98ce97cacdd
prev108:565de331ccec
next189:615b70cfd729
author nkeynes
date Thu Mar 23 13:19:55 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add initial backplane support
Turn GL_BLEND on for translucent polys
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2mmio.h Wed Mar 15 13:16:50 2006 +0000
1.2 +++ b/src/pvr2/pvr2mmio.h Thu Mar 23 13:19:55 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: pvr2mmio.h,v 1.2 2006-03-15 13:16:50 nkeynes Exp $
1.6 + * $Id: pvr2mmio.h,v 1.3 2006-03-23 13:19:55 nkeynes Exp $
1.7 *
1.8 * PVR2 (video chip) MMIO register definitions.
1.9 *
1.10 @@ -41,7 +41,7 @@
1.11 LONG_PORT( 0x07C, OBJCFG, PORT_MRW, 0, "Object config" )
1.12 LONG_PORT( 0x084, TSPCLIP, PORT_MRW, 0, "Texture clip distance (float32)" )
1.13 LONG_PORT( 0x088, BGPLANEZ, PORT_MRW, 0, "Background plane depth (float32)" )
1.14 - LONG_PORT( 0x08C, BGPLANECFG, PORT_MRW, 0, "Background plane config" )
1.15 + LONG_PORT( 0x08C, BGPLANE, PORT_MRW, 0, "Background plane config" )
1.16 LONG_PORT( 0x0B0, FOGTBLCOL, PORT_MRW, 0, "Fog table colour" )
1.17 LONG_PORT( 0x0B4, FOGVRTCOL, PORT_MRW, 0, "Fog vertex colour" )
1.18 LONG_PORT( 0x0B8, FOGCOEFF, PORT_MRW, 0, "Fog density coefficient (float16)" )
.