ppsspp/GPU/Common
2017-12-30 22:52:22 +01:00
..
DepalettizeShaderCommon.cpp Unify a little bit of depal code. 2017-11-05 10:40:21 +01:00
DepalettizeShaderCommon.h Unify a little bit of depal code. 2017-11-05 10:40:21 +01:00
DrawEngineCommon.cpp GPU: Cleanup some feature flags usage. 2017-12-21 18:50:41 -08:00
DrawEngineCommon.h Refactor: Unify DecodeVerts and move ComputeNumVertsToDecode to Common 2017-11-19 12:39:09 +01:00
FramebufferCommon.cpp Complete the separation of depth and stencil renderpass flags 2017-12-30 22:52:22 +01:00
FramebufferCommon.h UI: Remove auto-download options. 2017-12-25 11:20:26 -08:00
GPUDebugInterface.cpp
GPUDebugInterface.h Minor debugging feature: Show vertex normals in GE debugger 2017-07-02 22:51:52 +02:00
GPUStateUtils.cpp Dual source blend: Remove bad #ifdef that killed dual src code on Android... oops. Re-enable on nVidia Shield TV/Tablet. Fixes #10136 properly. 2017-12-30 00:53:24 +01:00
GPUStateUtils.h More minor changes to make GPU and native build on UWP later 2017-02-24 20:26:38 +01:00
IndexGenerator.cpp Some unification in DrawEngine 2017-06-03 18:03:56 +02:00
IndexGenerator.h Implement vertex caching for Vulkan. 2017-08-17 11:22:45 +02:00
PostShader.cpp Fix bug where we'd reload the post shader information every frame. Fixes #9410 2017-03-11 12:25:43 +01:00
PostShader.h Windows: Make UI update significantly cheaper. 2017-04-04 20:33:22 -07:00
ShaderCommon.cpp More UWP prep 2017-02-25 09:57:22 +01:00
ShaderCommon.h Fix another little inconsistency (two uniforms were merged for bad reasons) 2017-12-07 21:39:09 +01:00
ShaderId.cpp Merge pull request #10223 from unknownbrackets/minor 2017-12-01 20:28:37 +01:00
ShaderId.h GPU: Use more typesafe shader IDs. 2017-12-02 09:07:27 -08:00
ShaderTranslation.cpp SPIRV-Cross should build on Android now, so remove another platform check. 2017-12-08 10:25:42 +01:00
ShaderTranslation.h Buildfixes for Android 2017-11-12 16:55:36 +01:00
ShaderUniforms.cpp Minor uniform cleanup 2017-12-08 11:54:49 +01:00
ShaderUniforms.h Minor uniform cleanup 2017-12-08 11:54:49 +01:00
SoftwareLighting.h
SoftwareTransformCommon.cpp Display: Avoid limiting FPS without a clear. 2017-12-26 19:37:40 -08:00
SoftwareTransformCommon.h Fix bug in Vulkan non-buffered where clears could extend outside the frame, since Vulkan clears do not respect scissors. 2017-12-02 11:05:10 +01:00
SplineCommon.cpp Remove wrong comments 2017-11-17 16:22:07 +01:00
SplineCommon.h Remove Globals.h 2017-08-31 17:15:22 +02:00
StencilCommon.cpp Global: Fix some warnings. 2017-11-25 14:08:49 -08:00
StencilCommon.h Remove some code duplication 2017-11-01 14:51:15 +01:00
TextureCacheCommon.cpp Profiler: Separately track texture hashing. 2017-12-30 10:14:35 -08:00
TextureCacheCommon.h Fix annoying name clashes (Status is in X11 headers..) 2017-12-15 16:34:29 +01:00
TextureDecoder.cpp Global: Silence some unused declaration warnings. 2017-12-03 19:22:03 -08:00
TextureDecoder.h TexCache: Remove simple 0/1 alpha check. 2017-11-12 16:17:46 -08:00
TextureDecoderNEON.cpp TexCache: Add NEON alpha checks for Vulkan. 2017-11-12 16:45:05 -08:00
TextureDecoderNEON.h TexCache: Add NEON alpha checks for Vulkan. 2017-11-12 16:45:05 -08:00
TextureScalerCommon.cpp Clean up among the logs. Remove MASTER_LOG. 2017-03-06 13:10:23 +01:00
TextureScalerCommon.h Rename GLES files to match the convention the other backends use. 2017-01-23 17:08:58 +01:00
TransformCommon.cpp
TransformCommon.h
VertexDecoderArm.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
VertexDecoderArm64.cpp arm64: Use LDRUH instead of two LDRBs. 2017-12-03 06:35:44 -08:00
VertexDecoderCommon.cpp Reporting: Improve no pos verts message. 2017-12-01 09:45:58 -08:00
VertexDecoderCommon.h Process immediate draw commands. Not yet sending to graphics backends. 2017-11-24 17:54:56 +01:00
VertexDecoderFake.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
VertexDecoderX86.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00