dolphin/Source/Core/VideoBackends/Software
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
Clipper.cpp VideoBackends / VideoCommon: rename member variables in RenderState to be consistent 2025-08-23 13:50:22 -05:00
Clipper.h
CMakeLists.txt VideoSW: reuse Common::Vec2/3/4 2025-08-10 05:17:26 +01:00
CopyRegion.h
EfbCopy.cpp VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
EfbCopy.h
NativeVertexFormat.h VideoSW: reuse Common::Vec2/3/4 2025-08-10 05:17:26 +01:00
Rasterizer.cpp VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflect what the member is 2025-10-31 13:28:14 -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 VideoBackends / VideoCommon: rename member variables in RenderState to be consistent 2025-08-23 13:50:22 -05:00
SWEfbInterface.h VideoCommon: Fix out-of-bounds and disabled EFB access. 2025-03-26 01:23:16 -05:00
SWGfx.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
SWGfx.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
SWmain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWOGLWindow.cpp
SWOGLWindow.h
SWTexture.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWTexture.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
SWVertexLoader.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWVertexLoader.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
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 Remove unused imports 2026-01-25 16:12:15 +01:00
TextureSampler.h
TransformUnit.cpp VideoSW: reuse Common::Vec2/3/4 2025-08-10 05:17:26 +01:00
TransformUnit.h
VideoBackend.h VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00