ppsspp/GPU/Software
2022-01-15 13:03:11 -08:00
..
BinManager.cpp softgpu: Remove old task. 2022-01-14 20:52:20 -08:00
BinManager.h softgpu: Cleanup push/pop atomic handling. 2022-01-15 00:02:31 -08:00
Clipper.cpp softgpu: Avoid double calculating screenpos. 2022-01-15 11:22:36 -08:00
Clipper.h softgpu: Add class to manage and enqueue for bins. 2022-01-13 09:26:59 -08:00
DrawPixel.cpp softgpu: Cache colortest params in draw pix state. 2022-01-15 13:03:11 -08:00
DrawPixel.h softgpu: Move fixed blend factor to draw pix state. 2022-01-15 13:03:11 -08:00
DrawPixelX86.cpp softgpu: Move fixed blend factor to draw pix state. 2022-01-15 13:03:11 -08:00
FuncId.cpp softgpu: Move fixed blend factor to draw pix state. 2022-01-15 13:03:11 -08:00
FuncId.h softgpu: Move fixed blend factor to draw pix state. 2022-01-15 13:03:11 -08:00
Lighting.cpp softgpu: Stop storing normal/worldnormal/worldpos. 2022-01-14 20:32:18 -08:00
Lighting.h softgpu: Stop storing normal/worldnormal/worldpos. 2022-01-14 20:32:18 -08:00
Rasterizer.cpp softgpu: Use cached state for clear write mask. 2022-01-15 13:03:11 -08:00
Rasterizer.h softgpu: Handle scissor/range in BinManager. 2022-01-13 19:07:41 -08:00
RasterizerRectangle.cpp softgpu: Cache strides in draw pixel state. 2022-01-15 13:03:10 -08:00
RasterizerRectangle.h softgpu: Handle scissor/range in BinManager. 2022-01-13 19:07:41 -08:00
RasterizerRegCache.cpp samplerjit: Refactor nearest using reg cache. 2021-12-04 13:04:53 -08:00
RasterizerRegCache.h softgpu: Cache minz/maxz in draw pixel state. 2022-01-15 13:03:10 -08:00
README.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
Sampler.cpp Merge pull request #15273 from unknownbrackets/softjit-bloom 2022-01-02 18:11:07 +01:00
Sampler.h softgpu: Prepare more state per prim call. 2022-01-10 22:12:35 -08:00
SamplerX86.cpp softgpu: Correct decal doubling without alpha. 2022-01-09 12:23:55 -08:00
SoftGpu.cpp GPU: Avoid spline crashes on bad data. 2022-01-01 16:40:59 -08:00
SoftGpu.h softgpu: Add some comments and cleanup. 2021-11-15 06:09:12 -08:00
TransformUnit.cpp softgpu: Stop storing model pos. 2022-01-14 20:36:09 -08:00
TransformUnit.h softgpu: Stop storing model pos. 2022-01-14 20:36:09 -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.