ppsspp/GPU/D3D11
2022-09-20 10:47:49 +02:00
..
D3D11Util.cpp Implement shader depal for D3D11. 2022-09-11 13:41:17 +02:00
D3D11Util.h Add brute force shader generator tester. Tests D3D11 and Vulkan shaders. 2020-10-21 23:20:15 +02:00
DrawEngineD3D11.cpp Plumb the computed pipeline state into ComputeFragmentShaderID. 2022-09-02 22:16:57 +02:00
DrawEngineD3D11.h Remove confusing resetFramebufferRead flag from secondary framebuffer binding 2022-09-03 14:48:07 +02:00
FramebufferManagerD3D11.cpp Remove some unused code in FramebufferManagerD3D11.cpp/h 2022-08-16 12:15:40 +02:00
FramebufferManagerD3D11.h Remove some unused code in FramebufferManagerD3D11.cpp/h 2022-08-16 12:15:40 +02:00
GPU_D3D11.cpp Unify depth texture and framebuffer fetch checks 2022-09-20 10:47:49 +02:00
GPU_D3D11.h Start unifying setting of the GPU feature flags, now that thin3d has feature detection. 2022-09-20 10:07:01 +02:00
ShaderManagerD3D11.cpp Split each renderpass/framebuffer into multiple "compatibility classes" (RenderPassType). 2022-09-08 00:32:03 +02:00
ShaderManagerD3D11.h Plumb the computed pipeline state into ComputeFragmentShaderID. 2022-09-02 22:16:57 +02:00
StateMappingD3D11.cpp Flag shader blending as broken on Adreno for now. 2022-09-16 19:19:42 +02:00
StateMappingD3D11.h Move most GPU things to Common. 2020-10-04 23:39:02 +02:00
TextureCacheD3D11.cpp OpenGL and D3D11 fixes 2022-09-14 23:35:15 +02:00
TextureCacheD3D11.h Add way to bind cached textures to a DrawContext 2022-09-14 22:18:35 +02:00