ppsspp/GPU/GLES
2013-04-30 00:04:00 -07:00
..
DisplayListInterpreter.cpp Split out the GPU vendor and the full detail. 2013-04-29 00:30:54 -07:00
DisplayListInterpreter.h Split out the GPU vendor and the full detail. 2013-04-29 00:30:54 -07:00
FragmentShaderGenerator.cpp Do alpha test equal compares using rounding. 2013-04-29 01:19:23 -07:00
FragmentShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00
Framebuffer.cpp Fix black screen when fbo set in first frame. 2013-04-27 15:46:10 -07:00
Framebuffer.h Fix some framebuffer-related crash bugs. Ignore cache instruction 'FILL'. 2013-04-27 20:06:31 +02:00
IndexGenerator.cpp Don't use an index buffer for single triangle strips. Improve dirtying of proj matrices. 2013-04-20 23:37:07 +02:00
IndexGenerator.h Don't use an index buffer for single triangle strips. Improve dirtying of proj matrices. 2013-04-20 23:37:07 +02:00
ShaderManager.cpp Implement projective texture mapping. It's not used a great deal but good to have. 2013-04-17 21:41:47 +02:00
ShaderManager.h Add support for spotlights 2013-04-09 18:26:06 +02:00
StateMapping.cpp Report a possible blend error. 2013-04-30 00:04:00 -07:00
StateMapping.h Fix aspect ratio in unbuffered mode 2013-03-15 21:22:17 +01:00
TextureCache.cpp Resize the tex buffers to the larger of w/bufw. 2013-04-28 13:17:01 -07:00
TextureCache.h Get rid of the duplicate texture decode func. 2013-04-28 11:26:00 -07:00
TransformPipeline.cpp Revert "Merge pull request #1324 from cinaera/pullreq" as it seems to break stuff, needs more testing. 2013-04-21 21:09:02 +02:00
TransformPipeline.h Fudge GPU cycle estimates to let GoW runs fast and GTA smooth. See comments for the horrible details. 2013-04-20 20:21:12 +02:00
VertexDecoder.cpp Small optimization to morph vertex step funcs. 2013-04-24 08:19:42 -07:00
VertexDecoder.h Implement projective texture mapping. It's not used a great deal but good to have. 2013-04-17 21:41:47 +02:00
VertexShaderGenerator.cpp Remove use of setlocale() in Osk as I could not figure out the purpose, and it broke stuff. 2013-04-25 10:42:31 +02:00
VertexShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00