.. |
DepalettizeShaderCommon.cpp
|
fx depal int precision for opengl es
|
2018-06-01 00:58:44 +08:00 |
DepalettizeShaderCommon.h
|
Unify a little bit of depal code.
|
2017-11-05 10:40:21 +01:00 |
DrawEngineCommon.cpp
|
Revert "Remove further remains of hardware skinning."
|
2018-04-10 12:22:41 +02:00 |
DrawEngineCommon.h
|
Revert "Comment fixes, reindentation."
|
2018-04-10 12:14:23 +02:00 |
FramebufferCommon.cpp
|
GPU: Prevent temp FBOs from overwriting each other.
|
2018-05-06 08:57:44 -07:00 |
FramebufferCommon.h
|
GPU: Prevent temp FBOs from overwriting each other.
|
2018-05-06 08:57:44 -07:00 |
GPUDebugInterface.cpp
|
gedbg: Add scaled 16-bit z support.
|
2016-01-20 22:11:02 -08:00 |
GPUDebugInterface.h
|
Minor debugging feature: Show vertex normals in GE debugger
|
2017-07-02 22:51:52 +02:00 |
GPUStateUtils.cpp
|
Finish the shader manager (almost)
|
2018-01-27 15:10:17 +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
|
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
|
More UWP prep
|
2017-02-25 09:57:22 +01:00 |
ShaderCommon.h
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02:00 |
ShaderId.cpp
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02:00 |
ShaderId.h
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02: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
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02:00 |
ShaderUniforms.h
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02:00 |
SoftwareLighting.h
|
Remove cached light variables to reduce work when parsing DLs.
|
2014-04-21 12:51:19 +02:00 |
SoftwareTransformCommon.cpp
|
GPU: Correct sw flat shading color on Vulkan/D3D.
|
2018-06-06 05:53:50 -07:00 |
SoftwareTransformCommon.h
|
GPU: Correct sw flat shading color on Vulkan/D3D.
|
2018-06-06 05:53:50 -07:00 |
SplineCommon.cpp
|
Move the vertTypeID calculation out of DrawEngine. Need to shorten SubmitPrim as much as possible.
|
2018-03-05 12:28:10 +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
|
Vulkan: Decimate when there are many slabs.
|
2018-04-06 21:42:32 -07:00 |
TextureCacheCommon.h
|
Vulkan: Decimate when there are many slabs.
|
2018-04-06 21:42:32 -07: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
|
Always clamp in ToRGB[A]?().
|
2014-10-31 09:07:54 -07:00 |
TransformCommon.h
|
Remove cached light variables to reduce work when parsing DLs.
|
2014-04-21 12:51:19 +02:00 |
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
|
Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1.
|
2018-04-10 13:09:01 +02:00 |
VertexDecoderCommon.h
|
Revert "VertexLoader: Remove now-unused weights translation code"
|
2018-04-10 12:30:49 +02:00 |
VertexDecoderFake.cpp
|
cmake: Detect features at compile time
|
2016-10-19 12:31:19 +02:00 |
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 |