dolphin-emulator/Source/Core/VideoBackends/Software
Joshua Vandaële 2c54ee94c1
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-23 11:19:20 +02:00
..
Clipper.cpp
Clipper.h
CMakeLists.txt VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
CopyRegion.h
EfbCopy.cpp VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
EfbCopy.h
NativeVertexFormat.h
Rasterizer.cpp VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
SWBoundingBox.cpp VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
SWBoundingBox.h VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
SWEfbInterface.cpp Merge pull request #13457 from jordan-woyak/efb-access-fix 2025-03-28 18:43:57 -04:00
SWEfbInterface.h VideoCommon: Fix out-of-bounds and disabled EFB access. 2025-03-26 01:23:16 -05:00
SWGfx.cpp VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
SWGfx.h VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
SWmain.cpp VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
SWOGLWindow.cpp
SWOGLWindow.h
SWTexture.cpp VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
SWTexture.h VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
SWVertexLoader.cpp VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
SWVertexLoader.h
Tev.cpp Merge pull request #13345 from Tilka/unswap_depth 2025-03-15 14:30:19 +01:00
Tev.h Sofware/Tev: use unswapped texture samples for depth 2025-02-25 18:45:01 +00:00
TextureCache.h
TextureEncoder.cpp linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
TextureEncoder.h
TextureSampler.cpp VideoCommon: Use GetSpanForAddress safely in texture decoding 2024-04-20 18:31:08 +02:00
TextureSampler.h
TransformUnit.cpp
TransformUnit.h
Vec3.h
VideoBackend.h VideoCommon: Pass WindowSystemInfo to InitBackendInfo 2023-06-08 22:07:39 -07:00