mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
Fixes issue 11393. The problem is that left and top make no sense for a width by height array; they only make sense in a larger array where from which a smaller part is extracted. Thus, the overall size of the array is provided to CopyRegion in addition to the sub-region. EncodeXFB already handles the extraction, so CopyRegion's only use there is to resize the image (and thus no sub-region is provided). |
||
|---|---|---|
| .. | ||
| Clipper.cpp | ||
| Clipper.h | ||
| CMakeLists.txt | ||
| CopyRegion.h | ||
| DebugUtil.cpp | ||
| DebugUtil.h | ||
| EfbCopy.cpp | ||
| EfbCopy.h | ||
| EfbInterface.cpp | ||
| EfbInterface.h | ||
| NativeVertexFormat.h | ||
| Rasterizer.cpp | ||
| Rasterizer.h | ||
| SetupUnit.cpp | ||
| SetupUnit.h | ||
| SWmain.cpp | ||
| SWOGLWindow.cpp | ||
| SWOGLWindow.h | ||
| SWRenderer.cpp | ||
| SWRenderer.h | ||
| SWTexture.cpp | ||
| SWTexture.h | ||
| SWVertexLoader.cpp | ||
| SWVertexLoader.h | ||
| Tev.cpp | ||
| Tev.h | ||
| TextureCache.h | ||
| TextureEncoder.cpp | ||
| TextureEncoder.h | ||
| TextureSampler.cpp | ||
| TextureSampler.h | ||
| TransformUnit.cpp | ||
| TransformUnit.h | ||
| Vec3.h | ||
| VideoBackend.h | ||