ppsspp/GPU/Common
2013-10-23 22:58:21 +02:00
..
GPUDebugInterface.h Fix initialization order warnings. 2013-10-19 14:57:45 -07:00
IndexGenerator.cpp Forgot that you should never walk arrays with member variables, throws off the MSVC optimizer (probably a pointer aliasing issue) 2013-10-07 21:35:22 +02:00
IndexGenerator.h Compile Ced's DX9 GPU on Windows. Not hooked up yet. 2013-09-15 12:52:44 +02:00
PostShader.cpp Hide shaders we can't run on GLES2 2013-10-23 22:58:21 +02:00
PostShader.h Add proper support for upscaling shaders, add Spline36 upscaling 2013-10-22 12:18:49 +02:00
SplineCommon.h Try to fix scaling of generated UV texcoords on splines. 2013-09-24 14:14:05 +02:00
TextureDecoder.cpp Move DXT decoding to GPU/Common/. 2013-09-27 22:46:06 -07:00
TextureDecoder.h Move some texture deindexing to GPU/Common/. 2013-09-27 22:46:07 -07:00
VertexDecoderCommon.cpp [gpu] move GetIndexBounds to common 2013-09-16 17:04:06 +02:00
VertexDecoderCommon.h Preparation for proper spline/bez: Convert control points to a simple format. 2013-09-21 23:37:14 +02:00