ppsspp/GPU/GLES
2013-05-20 00:16:29 +02:00
..
DisplayListInterpreter.cpp Remove DrawWireframe option to save space in dialog, it doesn't really work right anyway 2013-05-16 17:18:53 +02:00
DisplayListInterpreter.h Remove DrawWireframe option to save space in dialog, it doesn't really work right anyway 2013-05-16 17:18:53 +02:00
FragmentShaderGenerator.cpp Don't use ivec in the fragment shader. 2013-05-12 13:09:02 -07:00
FragmentShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00
Framebuffer.cpp New Option for Blackberry keyboard devices: Partial Vertical Stretch 2013-05-08 23:23:24 +10: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 Optimize bone matrix updates. 2013-05-18 21:18:45 +02:00
ShaderManager.h Use arrays and for loops in GLSL shaders for bone processing, to shrink the shaders which are becoming too big for some mobile GPUs. Might fix #1816. 2013-05-18 20:45:52 +02:00
StateMapping.cpp Fix objects showing through road in Ridge Racer. Clears can set whether 2013-05-08 11:29:24 +02:00
StateMapping.h Fix aspect ratio in unbuffered mode 2013-03-15 21:22:17 +01:00
TextureCache.cpp Defer palette conversion after clut load. 2013-05-12 10:57:41 -07:00
TextureCache.h Defer palette conversion after clut load. 2013-05-12 10:57:41 -07:00
TextureScaler.cpp Pre-compute all weights and sums for bicubic scaling 2013-05-05 21:59:41 +02:00
TextureScaler.h Added bicubic texture filtering and hybrid bicubic texture filtering options 2013-05-05 01:27:15 +02:00
TransformPipeline.cpp Detect clears, replace with glClear(). Needs more testing, disabled for now. 2013-05-09 09:47:39 +02:00
TransformPipeline.h Detect clears, replace with glClear(). Needs more testing, disabled for now. 2013-05-09 09:47:39 +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 Shader simplification: Flip skinning math around. Remove a temporary from the texcoord generation code. Update ffmpeg submodule pointer. 2013-05-20 00:16:29 +02:00
VertexShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00