mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
3246baec4b
Needs testing to verify if we should copy zeroes instead if the src range is partial, etc, quite a few possible edge cases. Though on its own, this probably fixes the crash in #16427. Still don't understand why that one has issues in hardware renderers though since they do bounds-check the copies. |
||
---|---|---|
.. | ||
BinManager.cpp | ||
BinManager.h | ||
Clipper.cpp | ||
Clipper.h | ||
DrawPixel.cpp | ||
DrawPixel.h | ||
DrawPixelX86.cpp | ||
FuncId.cpp | ||
FuncId.h | ||
Lighting.cpp | ||
Lighting.h | ||
Rasterizer.cpp | ||
Rasterizer.h | ||
RasterizerRectangle.cpp | ||
RasterizerRectangle.h | ||
RasterizerRegCache.cpp | ||
RasterizerRegCache.h | ||
README.txt | ||
Sampler.cpp | ||
Sampler.h | ||
SamplerX86.cpp | ||
SoftGpu.cpp | ||
SoftGpu.h | ||
TransformUnit.cpp | ||
TransformUnit.h | ||
trirast.txt |
To get to 100% compatibility, we will need a software renderer as there are games out there that do tricks that can't really be faked in a sensible way. Useful for homebrew too that mix sw and accel rendering.