dolphin/Source/Plugins
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
..
Plugin_VideoDX9 Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
Plugin_VideoDX11 Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
Plugin_VideoOGL Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
Plugin_VideoSoftware Video_Software: Fix ZComploc option breaking stuff. 2013-02-15 17:55:16 +01:00
CMakeLists.txt Initial push of GLES and GLUtil file breakup. 2012-12-17 14:54:20 -06:00