ppsspp/GPU/Null
Florent Castelli 56175bc505 Defer blend, cull and depth test changes to draw command
Avoid unnecessary state changes and reduces the amount of OpenGL calls.
It also puts all the interesting logic at the same place, reducing the
complexity a little.
2012-11-24 15:19:29 +01:00
..
NullDisplayListInterpreter.cpp Add more proper "Null" GPU 2012-11-06 17:05:27 +01:00
NullDisplayListInterpreter.h Add more proper "Null" GPU 2012-11-06 17:05:27 +01:00
NullGpu.cpp Defer blend, cull and depth test changes to draw command 2012-11-24 15:19:29 +01:00
NullGpu.h Fix issues with games that don't call sceDisplaySet mode. Add option to run without FBOs, may be useful on slow devices. 2012-11-20 10:59:23 +01:00