ppsspp/GPU/GLES
Henrik Rydgård 069c700e9b Merge pull request #219 from unknownbrackets/texcache
Darn, invalidate the dest not the src
2012-12-21 14:41:19 -08:00
..
DisplayListInterpreter.cpp Merge pull request #219 from unknownbrackets/texcache 2012-12-21 14:41:19 -08:00
DisplayListInterpreter.h Use sceKernelDcache*() to invalidate the texcache. 2012-12-21 14:10:57 -08:00
FragmentShaderGenerator.cpp Hardware vertex transform, preliminary and optional. No lighting yet. Disabled until it works right... 2012-12-20 15:07:58 +01:00
FragmentShaderGenerator.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
Framebuffer.cpp add #version to the framebuffer drawing shader for compat 2012-12-21 11:24:38 +01:00
Framebuffer.h DisplayDrawer->FramebufferManager 2012-12-01 10:17:34 +01:00
IndexGenerator.cpp Add IndexGenerator.cpp/h which will later be used to combine small draw calls into large indexed draw calls, for better performance. 2012-12-21 22:53:24 +01:00
IndexGenerator.h Add IndexGenerator.cpp/h which will later be used to combine small draw calls into large indexed draw calls, for better performance. 2012-12-21 22:53:24 +01:00
ShaderManager.cpp Cleanup and reorganize gpu code a little 2012-12-21 16:50:14 +01:00
ShaderManager.h Cleanup and reorganize gpu code a little 2012-12-21 16:50:14 +01:00
StateMapping.cpp Cleanup and reorganize gpu code a little 2012-12-21 16:50:14 +01:00
StateMapping.h Use gl_common from native. 2012-11-26 20:38:39 +10:00
TextureCache.cpp Use sceKernelDcache*() to invalidate the texcache. 2012-12-21 14:10:57 -08:00
TextureCache.h Use sceKernelDcache*() to invalidate the texcache. 2012-12-21 14:10:57 -08:00
TransformPipeline.cpp Cleanup and reorganize gpu code a little 2012-12-21 16:50:14 +01:00
TransformPipeline.h Cleanup and reorganize gpu code a little 2012-12-21 16:50:14 +01:00
VertexDecoder.cpp Fix hw transform and audio on android, misc 2012-12-21 12:57:43 +01:00
VertexDecoder.h Try to fix "W1" vertex error 2012-12-21 10:19:37 +01:00
VertexShaderGenerator.cpp Merge pull request #217 from Orphis/master 2012-12-21 14:14:27 -08:00
VertexShaderGenerator.h Hardware vertex transform, preliminary and optional. No lighting yet. Disabled until it works right... 2012-12-20 15:07:58 +01:00