dolphin/Source/Plugins/Plugin_VideoDX11
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
Plugin_VideoDX11.vcxproj build against wxWidgets3 from Externals on Windows. 2012-03-18 02:31:19 -07:00
Plugin_VideoDX11.vcxproj.filters Revert r7421 and r7422. 2011-06-11 19:37:21 +00:00