dolphin/Source/Core/VideoBackends/Software
Pokechu22 058c7db80b Software: Fix out of bounds accesses in CopyRegion
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).
2021-03-06 21:58:28 -08:00
..
Clipper.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Clipper.h Software: Implement points 2021-02-13 15:59:40 -08:00
CMakeLists.txt
CopyRegion.h Software: Fix out of bounds accesses in CopyRegion 2021-03-06 21:58:28 -08:00
DebugUtil.cpp Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings 2020-12-16 16:04:19 +01:00
DebugUtil.h
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp Software: Fix out of bounds accesses in CopyRegion 2021-03-06 21:58:28 -08:00
EfbInterface.h
NativeVertexFormat.h
Rasterizer.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Rasterizer.h
SetupUnit.cpp Software: Implement points 2021-02-13 15:59:40 -08:00
SetupUnit.h
SWmain.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
SWOGLWindow.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
SWOGLWindow.h
SWRenderer.cpp VideoCommon/BoundingBox: Make interface for querying bounding box data 2019-12-05 11:48:42 -05:00
SWRenderer.h
SWTexture.cpp Software: Fix out of bounds accesses in CopyRegion 2021-03-06 21:58:28 -08:00
SWTexture.h
SWVertexLoader.cpp Convert CPMemory to BitField and enum class 2021-03-06 19:27:08 -08:00
SWVertexLoader.h Software: Remove normalization special case 2021-01-03 23:22:48 -08:00
Tev.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Tev.h Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureCache.h
TextureEncoder.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureEncoder.h
TextureSampler.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureSampler.h
TransformUnit.cpp Convert XFMemory to BitField and enum class 2021-03-06 19:27:14 -08:00
TransformUnit.h Software: Remove normalization special case 2021-01-03 23:22:48 -08:00
Vec3.h
VideoBackend.h Make default graphics backend not show up as empty 2020-09-06 12:56:45 +02:00