dolphin/Source/Core/VideoBackends/Software
Pokechu22 70f9fc4e75 Convert BPMemory to BitField and enum class
Additional changes:
- For TevStageCombiner's ColorCombiner and AlphaCombiner, op/comparison and scale/compare_mode have been split as there are different meanings and enums if bias is set to compare.  (Shift has also been renamed to scale)
- In TexMode0, min_filter has been split into min_mip and min_filter.
- In TexImage1, image_type is now cache_manually_managed.
- The unused bit in GenMode is now exposed.
- LPSize's lineaspect is now named adjust_for_aspect_ratio.
2021-03-06 19:27:19 -08:00
..
CMakeLists.txt VideoSoftware/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
Clipper.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Clipper.h Software: Implement points 2021-02-13 15:59:40 -08:00
CopyRegion.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DebugUtil.cpp Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings 2020-12-16 16:04:19 +01: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 Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08: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 Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Rasterizer.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
SWOGLWindow.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05: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 Convert CPMemory to BitField and enum class 2021-03-06 19:27:08 -08:00
SWVertexLoader.h Software: Remove normalization special case 2021-01-03 23:22:48 -08:00
SWmain.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
SetupUnit.cpp Software: Implement points 2021-02-13 15:59:40 -08:00
SetupUnit.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Tev.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Tev.h Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureCache.h Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
TextureEncoder.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureEncoder.h VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
TextureSampler.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureSampler.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TransformUnit.cpp Convert XFMemory to BitField and enum class 2021-03-06 19:27:14 -08:00
TransformUnit.h Software: Remove normalization special case 2021-01-03 23:22:48 -08:00
Vec3.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
VideoBackend.h Make default graphics backend not show up as empty 2020-09-06 12:56:45 +02:00