.. |
DepalettizeShaderCommon.cpp
|
More minor changes to make GPU and native build on UWP later
|
2017-02-24 20:26:38 +01:00 |
DepalettizeShaderCommon.h
|
Initial stab at porting the DX9 backend to D3D11. Not working yet.
|
2017-02-09 13:28:40 +01:00 |
DrawEngineCommon.cpp
|
Unify ApplyShaderBlending
|
2017-02-17 12:21:27 +01:00 |
DrawEngineCommon.h
|
[spline/bezier]Fix not enough spline buffer causes crash.
|
2017-03-09 16:12:24 +09:00 |
FramebufferCommon.cpp
|
More log cleanup. Fix resize issue: Fixes #9392
|
2017-03-06 13:50:22 +01:00 |
FramebufferCommon.h
|
Further D3D11 on mobile fixes
|
2017-03-05 14:05:04 +01:00 |
GPUDebugInterface.cpp
|
gedbg: Add scaled 16-bit z support.
|
2016-01-20 22:11:02 -08:00 |
GPUDebugInterface.h
|
Move all the GL/D3D9 FBO code into thin3d.
|
2017-02-06 11:40:16 +01:00 |
GPUStateUtils.cpp
|
UWP: Fix screen rotation in non-buffered rendering mode
|
2017-03-07 15:32:26 +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
|
IndexGenerator microoptimization
|
2017-01-28 12:11:56 +01:00 |
IndexGenerator.h
|
IndexGenerator microoptimization
|
2017-01-28 12:11:56 +01:00 |
PostShader.cpp
|
Add PostShader option to force 60fps for animated effects
|
2017-03-05 15:04:22 +01:00 |
PostShader.h
|
Add PostShader option to force 60fps for animated effects
|
2017-03-05 15:04:22 +01:00 |
ShaderCommon.cpp
|
More UWP prep
|
2017-02-25 09:57:22 +01:00 |
ShaderCommon.h
|
Fix shader issues with D3D11 feature level 9
|
2017-03-05 22:56:33 +01:00 |
ShaderId.cpp
|
Unbreak environment mapping
|
2017-01-30 16:13:47 +01:00 |
ShaderId.h
|
Additional UWP preparations
|
2017-02-25 09:57:14 +01:00 |
ShaderTranslation.cpp
|
More UWP prep
|
2017-02-25 09:57:22 +01:00 |
ShaderTranslation.h
|
Initial work on post-shader translation for D3D11
|
2017-02-23 12:42:24 +01:00 |
ShaderUniforms.cpp
|
UWP: Fix screen rotation in non-buffered rendering mode
|
2017-03-07 15:32:26 +01:00 |
ShaderUniforms.h
|
[spline/bezier]Implement hardware tessellation on D3D11.
|
2017-03-04 22:53:40 +09:00 |
SoftwareLighting.h
|
Remove cached light variables to reduce work when parsing DLs.
|
2014-04-21 12:51:19 +02:00 |
SoftwareTransformCommon.cpp
|
Further D3D11 fixes
|
2017-02-12 16:14:14 +01:00 |
SoftwareTransformCommon.h
|
Use draws for alpha/stencil only clear in Vulkan.
|
2016-03-20 19:31:02 +01:00 |
SplineCommon.cpp
|
More UWP prep
|
2017-02-25 09:57:22 +01:00 |
SplineCommon.h
|
Use bernstein for texcoord interpolation too.
|
2016-04-09 22:14:15 -07:00 |
TextureCacheCommon.cpp
|
Plug a memory leak in the GLES texture cache. Fixes #9089
|
2017-02-23 22:41:13 +01:00 |
TextureCacheCommon.h
|
GE Debugger D3D11: Support displaying the current texture
|
2017-03-06 16:46:15 +01:00 |
TextureDecoder.cpp
|
Protect Unswizzle from bad alignment of the destination. Might help #9134
|
2017-02-23 23:03:01 +01:00 |
TextureDecoder.h
|
D3D11: Proper fix for DXT5 crash. May also help #9134.
|
2017-02-18 02:41:17 +01:00 |
TextureDecoderNEON.cpp
|
More buildfixes for Windows on ARM
|
2017-03-05 10:52:08 +01:00 |
TextureDecoderNEON.h
|
Allow unswizzling with a dest pitch.
|
2016-03-26 23:38:50 -07: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 |
VertexDecoderArm64.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
VertexDecoderArm.cpp
|
Clean up among the logs. Remove MASTER_LOG.
|
2017-03-06 13:10:23 +01:00 |
VertexDecoderCommon.cpp
|
Improve error message on vertex decoder compile fail. Also disable a broken vertex JIT function until it can be fixed.
|
2017-03-03 14:19:36 +01:00 |
VertexDecoderCommon.h
|
Only support decoding UV to float in vertex formats. Supporting u8 and 16 was more complexity than it's worth.
|
2016-12-20 13:42:54 +01:00 |
VertexDecoderFake.cpp
|
cmake: Detect features at compile time
|
2016-10-19 12:31:19 +02:00 |
VertexDecoderX86.cpp
|
Improve error message on vertex decoder compile fail. Also disable a broken vertex JIT function until it can be fixed.
|
2017-03-03 14:19:36 +01:00 |