ppsspp/GPU/Software
Unknown W. Brackets 85cb4101dc softgpu: Cleanup todos on perspective correctness.
Only the texture appears to be perspective corrected.  Color is simply
linear.
2022-02-12 10:55:53 -08:00
..
BinManager.cpp softgpu: Add dirty flags for rasterization state. 2022-01-23 08:08:41 -08:00
BinManager.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Clipper.cpp softgpu: Avoid modifying source vertex data. 2022-02-12 10:39:25 -08:00
Clipper.h softgpu: Avoid modifying source vertex data. 2022-02-12 10:39:25 -08:00
DrawPixel.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
DrawPixel.h softjit: Centralize some common funcs from sampler. 2022-01-19 00:03:59 -08:00
DrawPixelX86.cpp softjit: Use PEXT to downsample colors. 2022-01-31 21:40:54 -08:00
FuncId.cpp samplerjit: Precalculate DXT1/3/5 offsets. 2022-02-05 13:04:17 -08:00
FuncId.h Debugger: Fix crash in software renderer. 2022-01-16 21:53:55 -08:00
Lighting.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Lighting.h softgpu: Precompute lighting parameters. 2022-01-16 11:27:53 -08:00
Rasterizer.cpp softgpu: Cleanup todos on perspective correctness. 2022-02-12 10:55:53 -08:00
Rasterizer.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
RasterizerRectangle.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
RasterizerRectangle.h softgpu: Handle scissor/range in BinManager. 2022-01-13 19:07:41 -08:00
RasterizerRegCache.cpp samplerjit: Reduce prolog/epilog spill. 2022-01-19 00:03:59 -08:00
RasterizerRegCache.h samplerjit: Precalculate DXT1/3/5 offsets. 2022-02-05 13:04:17 -08:00
README.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Sampler.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
Sampler.h samplerjit: Precalculate DXT1/3/5 offsets. 2022-02-05 13:04:17 -08:00
SamplerX86.cpp samplerjit: Precalculate DXT1/3/5 offsets. 2022-02-05 13:04:17 -08:00
SoftGpu.cpp Debugger: Avoid write tag lookup on small alloc. 2022-02-06 09:28:48 -08:00
SoftGpu.h softgpu: Add dirty flags for rasterization state. 2022-01-23 08:08:41 -08:00
TransformUnit.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
TransformUnit.h softgpu: Fix cull in throughmode. 2022-01-25 19:07:33 -08:00
trirast.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00

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.