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
..
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
CMakeLists.txt
CopyRegion.h
DebugUtil.cpp Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings 2020-12-16 16:04:19 +01:00
DebugUtil.h
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
EfbInterface.h
NativeVertexFormat.h
Rasterizer.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
Rasterizer.h
SetupUnit.cpp Software: Implement points 2021-02-13 15:59:40 -08:00
SetupUnit.h
SWmain.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
SWOGLWindow.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
SWOGLWindow.h
SWRenderer.cpp
SWRenderer.h
SWTexture.cpp
SWTexture.h
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
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
TextureEncoder.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureEncoder.h
TextureSampler.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
TextureSampler.h
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
VideoBackend.h Make default graphics backend not show up as empty 2020-09-06 12:56:45 +02:00