ppsspp/GPU/Software
Unknown W. Brackets 51a4ba9950 softgpu: Support screen scaling filter.
No reason it has to be nearest, we have an option for that.
2016-01-17 23:47:42 -08:00
..
Clipper.cpp Add fog support to software rasterizer (as if it wasn't slow enough already) 2015-06-11 16:01:17 +02:00
Clipper.h softgpu: Don't call rectangles quads. 2014-01-18 16:39:07 -08:00
Lighting.cpp remove a redundant assignment 2014-02-22 23:08:26 -05:00
Lighting.h Ignore the material update flag w/o vertex color. 2013-12-29 12:57:30 -08:00
Rasterizer.cpp softgpu: Add support for normal UV projection. 2016-01-17 23:33:59 -08:00
Rasterizer.h Add debug interface for non-L0 texture preview. 2014-06-15 09:30:37 -07:00
README.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
SoftGpu.cpp softgpu: Support screen scaling filter. 2016-01-17 23:47:42 -08:00
SoftGpu.h softgpu: Recreate VAO on device lost. 2016-01-17 23:33:59 -08:00
TransformUnit.cpp Rename viewportX1/X2 etc to scale + center, which is what they actually are. 2015-08-26 15:24:35 +02:00
TransformUnit.h Add fog support to software rasterizer (as if it wasn't slow enough already) 2015-06-11 16:01:17 +02: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.