dolphin-emulator/Source/Core/VideoCommon
Jordan Woyak d994e56b60 Changes/cleanup to TextureCache::Load and other mipmap related code.
The significant change is what is now line 520 of TextureCacheBase.cpp:
((std::max(mipWidth, bsw) * std::max(mipHeight, bsh) * bsdepth) >> 1)
to
TexDecoder_GetTextureSizeInBytes(expanded_mip_width, expanded_mip_height, texformat);

Fixes issue 5328.
Fixes issue 5461.
2013-02-15 22:56:29 -06:00
..
Src Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
CMakeLists.txt Implement a simple benchmarking mode which logs FPS to a file 2012-10-04 05:41:02 +02:00
OpenCL.rules Meta: 2010-06-02 18:00:22 +00:00
VideoCommon.vcxproj merge relevant changes from bc61dbdf58a8 in otu0001-desync-fix clone 2012-10-23 02:10:49 -04:00
VideoCommon.vcxproj.filters Implement a simple benchmarking mode which logs FPS to a file 2012-10-04 05:41:02 +02:00