ppsspp/GPU/D3D11
2020-10-31 19:03:14 +01:00
..
D3D11Util.cpp Add brute force shader generator tester. Tests D3D11 and Vulkan shaders. 2020-10-21 23:20:15 +02:00
D3D11Util.h Add brute force shader generator tester. Tests D3D11 and Vulkan shaders. 2020-10-21 23:20:15 +02:00
DepalettizeShaderD3D11.cpp Merge base/basictypes.h into Common/Common.h (mostly). 2020-09-29 15:51:51 +02:00
DepalettizeShaderD3D11.h Move most GPU things to Common. 2020-10-04 23:39:02 +02:00
DrawEngineD3D11.cpp Set the texture dirty flags when binding a new framebuffer. 2020-09-21 08:56:58 +02:00
DrawEngineD3D11.h Remove the HLSL fragment shader generator. The GLSL one can now do its job. 2020-10-31 18:32:43 +01:00
FramebufferManagerD3D11.cpp Minor D3D9 fixes 2020-10-31 18:32:43 +01:00
FramebufferManagerD3D11.h Move most GPU things to Common. 2020-10-04 23:39:02 +02:00
GPU_D3D11.cpp Move NativeApp.h to Common/System, split into NativeApp.h and System.h 2020-10-04 11:42:16 +02:00
GPU_D3D11.h Unify/centralize SetFramebufferSamplingParams. Some include cleanup. 2020-09-14 00:04:39 +02:00
ShaderManagerD3D11.cpp Move the now-renamed fragment shader generator to GPU/Common. 2020-10-31 19:03:14 +01:00
ShaderManagerD3D11.h Move the now-renamed fragment shader generator to GPU/Common. 2020-10-31 19:03:14 +01:00
StateMappingD3D11.cpp Move math and some file and data conversion files out from native to Common. 2020-10-04 09:12:46 +02:00
StateMappingD3D11.h Move most GPU things to Common. 2020-10-04 23:39:02 +02:00
StencilBufferD3D11.cpp Remove the HLSL fragment shader generator. The GLSL one can now do its job. 2020-10-31 18:32:43 +01:00
TextureCacheD3D11.cpp Rename shader generator functions, a bit of moving around and adding an errorString param. 2020-10-21 23:20:25 +02:00
TextureCacheD3D11.h D3D11: Implement depth texturing. Fixes, for D3D11, #6411. 2020-10-18 20:14:25 +02:00
TextureScalerD3D11.cpp Remove Timer.cpp/h. Move various collections into Common/Data/Collections. 2020-10-05 21:05:23 +02:00
TextureScalerD3D11.h Initial stab at porting the DX9 backend to D3D11. Not working yet. 2017-02-09 13:28:40 +01:00