mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
.. | ||
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.