dolphin/Source/Core/VideoBackends
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
..
D3D Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
D3D12 Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
D3DCommon msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
Null msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
OGL Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Software Software: Fix out of bounds accesses in CopyRegion 2021-03-06 21:58:28 -08:00
Vulkan Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
CMakeLists.txt CMake: Add option to enable/disable Vulkan video backend 2020-10-23 20:14:46 +02:00