filename | src/pvr2/texcache.c |
changeset | 1075:1a21750d300c |
prev | 1066:ddffe9d2b332 |
next | 1135:68daed8f38af |
author | nkeynes |
date | Fri Jul 31 13:45:32 2009 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Remove or change the level of a bunch of INFO messages that shouldn't really be INFO level |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/texcache.c Sun Jul 05 13:53:48 2009 +10001.2 +++ b/src/pvr2/texcache.c Fri Jul 31 13:45:32 2009 +10001.3 @@ -665,7 +665,6 @@1.5 render_buffer_t texcache_get_render_buffer( uint32_t texture_addr, int mode, int width, int height )1.6 {1.7 - INFO( "Rendering to texture!" );1.8 uint32_t texture_word = ((texture_addr >> 3) & 0x000FFFFF) | PVR2_TEX_UNTWIDDLED;1.9 switch( mode ) {1.10 case COLFMT_BGRA1555: texture_word |= PVR2_TEX_FORMAT_ARGB1555; break;
.