dolphin/Source/Core/VideoBackends/Software
Pokechu22 4595b89ad8 VideoCommon: Remove bSupportsOversizedViewports
I think this is a relic of D3D9.  D3D11 and D3D12 seem to work fine without it.  Plus, ViewportCorrectionMatrix just didn't work correctly (at least with the viewports being generated by the new scissor code).
2022-04-16 10:26:11 -07:00
..
Clipper.cpp Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
Clipper.h Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
CMakeLists.txt VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
CopyRegion.h
DebugUtil.cpp BPMemory: Refactor/consolidate TexUnit Addressing 2021-10-10 09:09:43 +13:00
DebugUtil.h
EfbCopy.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
EfbCopy.h
EfbInterface.cpp Software/EfbInterface: Remove logspam for RGB565_Z16 being unsupported 2022-03-08 13:59:55 -08:00
EfbInterface.h
NativeVertexFormat.h
Rasterizer.cpp Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
Rasterizer.h Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
SetupUnit.cpp Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class 2021-12-18 12:51:56 -08:00
SetupUnit.h Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class 2021-12-18 12:51:56 -08:00
SWBoundingBox.cpp VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
SWBoundingBox.h VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
SWmain.cpp VideoCommon: Remove bSupportsOversizedViewports 2022-04-16 10:26:11 -07:00
SWOGLWindow.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
SWOGLWindow.h
SWRenderer.cpp Software: Implement pixel engine alpha read mode 2022-03-29 15:34:43 -07:00
SWRenderer.h VideoCommon: Abstract bounding box 2021-10-04 15:51:24 -04:00
SWTexture.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
SWTexture.h
SWVertexLoader.cpp Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
SWVertexLoader.h Software: Fix zfreeze with CullMode::All 2022-04-08 20:05:32 -07:00
Tev.cpp Software: Remove config to disable ZComploc and ZFreeze 2022-04-08 20:05:32 -07:00
Tev.h
TextureCache.h
TextureEncoder.cpp
TextureEncoder.h
TextureSampler.cpp Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabled 2021-11-17 20:04:34 -08:00
TextureSampler.h
TransformUnit.cpp
TransformUnit.h
Vec3.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
VideoBackend.h