ppsspp/GPU/Software
Henrik Rydgård eb765a80f8
Merge pull request #15411 from unknownbrackets/softgpu-range
softgpu: Apply region x2/y2 as a scissor
2022-02-20 21:42:00 +01:00
..
BinManager.cpp Merge pull request #15411 from unknownbrackets/softgpu-range 2022-02-20 21:42:00 +01:00
BinManager.h softgpu: Prepare dedicated rectangle path. 2022-02-20 09:38:51 -08:00
Clipper.cpp softgpu: Prepare dedicated rectangle path. 2022-02-20 09:38:51 -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 Merge pull request #15411 from unknownbrackets/softgpu-range 2022-02-20 21:42:00 +01:00
Rasterizer.h Merge pull request #15411 from unknownbrackets/softgpu-range 2022-02-20 21:42:00 +01:00
RasterizerRectangle.cpp softgpu: Cleanup some now unused state. 2022-02-20 09:19:48 -08:00
RasterizerRectangle.h softgpu: Allow tri -> rect in transform. 2022-02-12 12:03:55 -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
Sampler.cpp softgpu: Remove incorrect offsetting for X/Y. 2022-02-20 09:13:20 -08:00
Sampler.h samplerjit: Precalculate DXT1/3/5 offsets. 2022-02-05 13:04:17 -08:00
SamplerX86.cpp samplerjit: Correct nearest negative texture clamp. 2022-02-20 10:25:00 -08:00
SoftGpu.cpp Debugger: Improve drawing range in softgpu. 2022-02-20 12:21:48 -08:00
SoftGpu.h softgpu: Track dirty vs really dirty per buffer. 2022-02-12 15:27:18 -08:00
TransformUnit.cpp softgpu: Cleanup some now unused state. 2022-02-20 09:19:48 -08:00
TransformUnit.h softgpu: Use a const for subpixel screenpos factor. 2022-02-19 21:03:49 -08:00
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.