ppsspp/GPU/Common
Henrik Rydgård 3ad168e1a9
Merge pull request #11674 from unknownbrackets/spline-cull
GPU: Fix curve breakage due to cull flipping
2018-12-16 22:38:26 +01:00
..
DepalettizeShaderCommon.cpp Attempt to fix glsl depal error reported in #11588 (ATI/AMD) 2018-11-25 11:33:02 +01:00
DepalettizeShaderCommon.h
DrawEngineCommon.cpp Merge pull request #11172 from weihuoya/cullface 2018-11-23 09:56:17 +01:00
DrawEngineCommon.h GPU: Fix curve breakage due to cull flipping. 2018-12-16 13:00:36 -08:00
FramebufferCommon.cpp Remove outdated TrueColor setting. 2018-12-14 16:13:44 +01:00
FramebufferCommon.h Remove outdated TrueColor setting. 2018-12-14 16:13:44 +01:00
GPUDebugInterface.cpp
GPUDebugInterface.h
GPUStateUtils.cpp Remove the "Disable stencil test" hack. Doesn't seem to serve much purpose anymore. 2018-12-14 13:54:03 +01:00
GPUStateUtils.h GPU: Avoid stencil emulation if possible. 2018-12-01 14:05:29 -08:00
IndexGenerator.cpp GPU: Force use of indexes on cull mode flip. 2018-11-30 07:22:28 -08:00
IndexGenerator.h triangles 2018-06-05 10:39:40 +08:00
PostShader.cpp Change to int to allow higher supersampling scale. 2018-04-02 13:44:28 +02:00
PostShader.h Change to int to allow higher supersampling scale. 2018-04-02 13:44:28 +02:00
ShaderCommon.cpp
ShaderCommon.h GLES: Implement vertex range culling. 2018-09-17 07:27:26 -07:00
ShaderId.cpp Merge pull request #11624 from unknownbrackets/shaderid 2018-12-03 09:35:10 +01:00
ShaderId.h GPU: Force use of indexes on cull mode flip. 2018-11-30 07:22:28 -08:00
ShaderTranslation.cpp Enable Discord integration for Mac and Linux. 2018-08-18 10:11:15 +02:00
ShaderTranslation.h Buildfixes for Android 2017-11-12 16:55:36 +01:00
ShaderUniforms.cpp [spline/bezier]Instanced rendering for B-Spline is very slow when using weak GPU, so disabled it and simplify the shaders. 2018-10-07 23:54:22 +09:00
ShaderUniforms.h GPU: Refactor cull range calculation together. 2018-09-17 22:27:25 -07:00
SoftwareLighting.h
SoftwareTransformCommon.cpp GPU: Use provoking normal for lighting with flat. 2018-11-22 17:52:14 -08:00
SoftwareTransformCommon.h GPU: Correct sw flat shading color on Vulkan/D3D. 2018-06-06 05:53:50 -07:00
SplineCommon.cpp GPU: Fix curve breakage due to cull flipping. 2018-12-16 13:00:36 -08:00
SplineCommon.h [spline/bezier]minor fix 2018-10-07 23:54:30 +09:00
StencilCommon.cpp Global: Fix some warnings. 2017-11-25 14:08:49 -08:00
StencilCommon.h
TextureCacheCommon.cpp Only mask away Z mirrors if inside VRAM 2018-11-12 08:19:19 +01:00
TextureCacheCommon.h Vulkan: Decimate when there are many slabs. 2018-04-06 21:42:32 -07:00
TextureDecoder.cpp TexCache: Round DXT5 alpha up. 2018-11-04 09:36:39 -08:00
TextureDecoder.h fix ifdef vs if defined 2018-11-26 16:02:25 -05: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
TextureScalerCommon.h
TransformCommon.cpp GPU: Fix shade mapping in soft transform. 2018-11-17 18:05:32 -08:00
TransformCommon.h
VertexDecoderArm.cpp Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1. 2018-04-10 13:09:01 +02:00
VertexDecoderArm64.cpp Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1. 2018-04-10 13:09:01 +02:00
VertexDecoderCommon.cpp Core: Move config enums to separate file. 2018-06-23 10:59:18 -07:00
VertexDecoderCommon.h Modify IndexConverter class to functor. 2018-10-07 23:53:40 +09:00
VertexDecoderFake.cpp
VertexDecoderX86.cpp Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1. 2018-04-10 13:09:01 +02:00