diff options
| author | NeoBrainX <NeoBrainX@gmail.com> | 2012-06-08 00:18:04 +0200 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@gmail.com> | 2012-06-08 00:22:57 +0200 |
| commit | b5ad382b075fc307d150dd8758f5aaadf7409be1 (patch) | |
| tree | 0f1aa3ddf9917dcb6c3180efea63de1460d00cb7 /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | 0d577d886a7dff77a0e39758a2823106415606f8 (diff) | |
Fast mipmaps deserves to die!!
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp index e2fca05395..bb240d5df3 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -375,6 +375,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int stage, pcfmt = TexDecoder_Decode(temp, src_data, expandedWidth, expandedHeight, texformat, tlutaddr, tlutfmt, g_ActiveConfig.backend_info.bUseRGBATextures); + // TODO: Cleanup. Plus, we still autogenerate mipmaps in certain cases (we shouldn't do that) bool isPow2; unsigned int texLevels; isPow2 = !((width & (width - 1)) || (height & (height - 1))); |
