X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FTextureManager.cpp;h=3e4411b9f3e50a894fdf4baeff20d4a819630c39;hb=ca22e7b76883b946060a6b40bb8709c1981e1cf6;hp=fb868e26aeebe73b3e8521bed948b82a5f965d90;hpb=468fb36e8cf80df8bbff5d2ad1b800556c010868;p=mupen64plus-pandora.git diff --git a/source/gles2rice/src/TextureManager.cpp b/source/gles2rice/src/TextureManager.cpp index fb868e2..3e4411b 100644 --- a/source/gles2rice/src/TextureManager.cpp +++ b/source/gles2rice/src/TextureManager.cpp @@ -865,6 +865,9 @@ void CTextureManager::ConvertTexture(TxtrCacheEntry * pEntry, bool fromTMEM) { pF( pEntry->pTexture, pEntry->ti ); +/*printf("Decompress 32bit Texture:\n\tFormat: %s\n\tImage Size:%d\n", + pszImgFormat[pEntry->ti.Format], pnImgSize[pEntry->ti.Size]); +printf("Palette Format: %s (%d)\n", textlutname[pEntry->ti.TLutFmt>>RSP_SETOTHERMODE_SHIFT_TEXTLUT], pEntry->ti.TLutFmt>>RSP_SETOTHERMODE_SHIFT_TEXTLUT);*/ LOG_TEXTURE( { DebuggerAppendMsg("Decompress 32bit Texture:\n\tFormat: %s\n\tImage Size:%d\n", @@ -874,6 +877,7 @@ void CTextureManager::ConvertTexture(TxtrCacheEntry * pEntry, bool fromTMEM) } else { +//printf("ConvertTexture: Unable to decompress %s/%dbpp", pszImgFormat[pEntry->ti.Format], pnImgSize[pEntry->ti.Size]); TRACE2("ConvertTexture: Unable to decompress %s/%dbpp", pszImgFormat[pEntry->ti.Format], pnImgSize[pEntry->ti.Size]); }