ppsspp/GPU/GLES
2013-01-25 21:15:56 +08:00
..
DisplayListInterpreter.cpp Fix flicker caused by using the wrong fbo. 2013-01-24 21:36:28 -08:00
DisplayListInterpreter.h Add enable/disable dithering. Respect chosen framebuffer color depth. 2013-01-23 23:04:09 +01:00
FragmentShaderGenerator.cpp Fix too dark issue in-game 2013-01-25 21:15:56 +08:00
FragmentShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00
Framebuffer.cpp Always specify all buffers for clearing. Missing one hurst, one extra doesn't. 2013-01-14 20:44:10 +01:00
Framebuffer.h DisplayDrawer->FramebufferManager 2012-12-01 10:17:34 +01:00
IndexGenerator.cpp Avoid using an element buffer in more cases. 2013-01-20 22:42:38 +01:00
IndexGenerator.h Avoid using an element buffer in more cases. 2013-01-20 22:42:38 +01:00
ShaderManager.cpp Fix a few graphics issues, optimize shader ID generation (fewer shaders) 2013-01-22 22:03:41 +01:00
ShaderManager.h Save 16K. 2013-01-07 13:00:28 +01:00
StateMapping.cpp Add enable/disable dithering. Respect chosen framebuffer color depth. 2013-01-23 23:04:09 +01:00
StateMapping.h Add basic stencil test functionality, shadows work in Wipeout. update native. 2013-01-12 17:21:07 +01:00
TextureCache.cpp TextureCache_Invalidate now does a range match instead of just checking if the texture address was in range. 2013-01-22 22:03:39 +01:00
TextureCache.h Some realtime profiling stuff. Enable FZ (flush-to-zero) mode. 2013-01-11 00:13:39 +01:00
TransformPipeline.cpp Fix a few graphics issues, optimize shader ID generation (fewer shaders) 2013-01-22 22:03:41 +01:00
TransformPipeline.h Try to use glDrawArrays in more situations, saving us a buffer. Misc. 2013-01-20 21:52:54 +01:00
VertexDecoder.cpp Fix issue with vertex shader IDs. Write the 4th component of packed vectors. 2013-01-22 22:27:03 +01:00
VertexDecoder.h Defer vertex decoding until flush. Track draw calls so that they can be cached later. 2013-01-19 17:05:50 +01:00
VertexShaderGenerator.cpp Fix issue with vertex shader IDs. Write the 4th component of packed vectors. 2013-01-22 22:27:03 +01:00
VertexShaderGenerator.h Save 16K. 2013-01-07 13:00:28 +01:00