ppsspp/GPU/GLES
2013-11-17 13:27:51 -08:00
..
FragmentShaderGenerator.cpp Let's not use #define in GLSL ES shaders. 2013-10-29 11:37:16 +01:00
FragmentShaderGenerator.h Only set fogdepth to highp on PowerVR. May fix #4333 2013-10-28 15:38:25 +01:00
Framebuffer.cpp Support reversed buffer formats in the ge debugger. 2013-11-17 02:14:34 -08:00
Framebuffer.h Add a temporary hack option that may help debugging the wipeout glow. 2013-10-30 22:47:36 +01:00
GLES_GPU.cpp Implement some basic vertex previews on prim. 2013-11-17 13:27:50 -08:00
GLES_GPU.h Implement some basic vertex previews on prim. 2013-11-17 13:27:50 -08:00
ShaderManager.cpp Fix minor bug where we didn't clear dirtyUniforms if early-outing from UpdateUniform. 2013-11-13 10:02:58 +01:00
ShaderManager.h Speed up UpdateUniforms a little 2013-11-12 17:06:03 +01:00
SoftwareTransform.cpp Don't bother with glDrawRangeElements, seems to not improve perf. 2013-11-14 17:33:43 +01:00
Spline.cpp NormalizeVertices should not try to skin if we've already software-skinned. 2013-11-14 14:34:47 +01:00
StateMapping.cpp Add comment with a link to an important github thread 2013-10-30 23:08:03 +01:00
StateMapping.h Adapt the basic spline code from the softgpu to the GL code. 2013-08-23 00:33:18 +02:00
TextureCache.cpp Buildfix for sse2 builds. 2013-11-13 12:08:46 +10:00
TextureCache.h Use GL_EXT_unpack_subimage to speed up non-pow-2 texture loads when available 2013-11-01 19:38:52 +01:00
TextureScaler.cpp Put the removed include back, but only for Visual Studio 2012. 2013-09-17 10:27:06 -04:00
TextureScaler.h Update to latest version of "native" 2013-05-31 23:10:58 +02:00
TransformPipeline.cpp Clean up Mat3x3 etc. constness. 2013-11-17 13:27:51 -08:00
TransformPipeline.h Implement some basic vertex previews on prim. 2013-11-17 13:27:50 -08:00
VertexDecoder.cpp Flush the lit pool before flushing the icache. 2013-11-15 11:14:24 +01:00
VertexDecoder.h vtxdec sw skin arm: Simplify code, try a slightly different approach. 2013-11-14 23:07:23 +01:00
VertexShaderGenerator.cpp Move normal reversion into the vertex shader instead of the decoder. 2013-11-02 11:05:31 +01:00
VertexShaderGenerator.h Preparation for proper spline/bez: Convert control points to a simple format. 2013-09-21 23:37:14 +02:00