dolphin/Source/Core/VideoBackends/Software
Lioncash 9bd533ebe4 VideoCommon/BoundingBox: Make interface for querying bounding box data
Rather than expose the bounding box members directly, we can instead
provide an interface for code to use. This makes it nicer to transition
from global data, as the interface function names are already in
place.
2019-12-05 11:48:42 -05:00
..
Clipper.cpp VideoCommon/Statistics: Rename stats global to g_stats 2019-07-10 23:34:54 -04:00
Clipper.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CMakeLists.txt VideoSoftware/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
CopyRegion.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DebugUtil.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
DebugUtil.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
EfbCopy.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
EfbCopy.h Software Backend: Fix xfb output and add vertical scaling support 2017-11-17 22:11:31 -06:00
EfbInterface.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
EfbInterface.h VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
NativeVertexFormat.h SW NativeVertexFormat: Utilize std::array where applicable 2017-08-22 22:39:28 -04:00
Rasterizer.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
Rasterizer.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
SetupUnit.cpp OpcodeDecoding: Convert #defines into enum constants 2017-02-08 00:05:17 -05:00
SetupUnit.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Software.vcxproj Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
SWmain.cpp Factorize software renderer backend switching warning to be fetched from a new GetWarningMessage in video backend - will be needed for DX11.1 feature set warnings 2019-07-26 19:39:07 +02:00
SWOGLWindow.cpp Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
SWOGLWindow.h VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
SWRenderer.cpp VideoCommon/BoundingBox: Make interface for querying bounding box data 2019-12-05 11:48:42 -05:00
SWRenderer.h Merge pull request #8049 from stenzek/crop 2019-06-08 20:57:52 +10:00
SWTexture.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
SWTexture.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
SWVertexLoader.cpp VideoCommon/Statistics: Rename stats global to g_stats 2019-07-10 23:34:54 -04:00
SWVertexLoader.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
Tev.cpp VideoCommon/BoundingBox: Make interface for querying bounding box data 2019-12-05 11:48:42 -05:00
Tev.h Software/Tev: const correctness 2017-09-03 14:15:21 -04:00
TextureCache.h Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
TextureEncoder.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TextureEncoder.h VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
TextureSampler.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TextureSampler.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TransformUnit.cpp VideoCommon/Statistics: Use std::array for projection values 2019-06-20 08:06:20 -04:00
TransformUnit.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Vec3.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
VideoBackend.h Factorize software renderer backend switching warning to be fetched from a new GetWarningMessage in video backend - will be needed for DX11.1 feature set warnings 2019-07-26 19:39:07 +02:00