Search
lxdream.org :: lxdream/test/pvr.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/pvr.c
changeset 1153:00e507e4025c
prev1151:e1848ca9b5b1
author nkeynes
date Fri May 29 18:47:05 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Fix test case
file annotate diff log raw
1.1 --- a/test/pvr.c Wed Dec 08 18:33:23 2010 +1000
1.2 +++ b/test/pvr.c Fri May 29 18:47:05 2015 +1000
1.3 @@ -42,7 +42,6 @@
1.4 #define RENDER_ADDR2 (PVR_BASE+0x064)
1.5 #define RENDER_HCLIP (PVR_BASE+0x068)
1.6 #define RENDER_VCLIP (PVR_BASE+0x06C)
1.7 -#define RENDER_SHADOW (PVR_BASE+0x074)
1.8 #define RENDER_NEARCLIP (PVR_BASE+0x078)
1.9 #define RENDER_FARCLIP (PVR_BASE+0x088)
1.10 #define RENDER_BGPLANE (PVR_BASE+0x08C)
1.11 @@ -253,7 +252,6 @@
1.12 long_write( RENDER_POLYBASE, config->polybuf );
1.13 long_write( RENDER_TILEBASE, config->tilemap );
1.14 long_write( RENDER_ADDR1, config->render_addr );
1.15 - long_write( RENDER_SHADOW, 0x140 );
1.16 long_write( RENDER_SIZE, modulo >> 3 );
1.17 long_write( RENDER_ADDR2, config->render_addr + modulo ); /* Not used? */
1.18 long_write( RENDER_HCLIP, (config->width - 1) << 16 );
.