dolphin/Source/Core/VideoBackends/Software
Lioncash e60268bd42 VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Greatly simplifies the overall interface when it comes to compiling
shaders. Also allows getting rid of a std::string overload of the same
name. Now std::string and const char* both go through the same function.
2019-05-30 03:29:35 -04:00
..
Clipper.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Clipper.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
CMakeLists.txt
CopyRegion.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DebugUtil.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00: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
EfbInterface.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
EfbInterface.h Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
NativeVertexFormat.h
Rasterizer.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Rasterizer.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
SetupUnit.cpp
SetupUnit.h
Software.vcxproj
SWmain.cpp AbstractPipeline: Support returning "cache data" 2019-04-16 00:09:47 +10:00
SWOGLWindow.cpp Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
SWOGLWindow.h Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10:00
SWRenderer.cpp VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
SWRenderer.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
SWTexture.cpp
SWTexture.h
SWVertexLoader.cpp
SWVertexLoader.h
Tev.cpp Replace MathUtil::Clamp with std::clamp 2019-05-04 23:12:17 +02:00
Tev.h
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 Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle 2019-04-21 14:28:14 +10: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 Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
TransformUnit.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Vec3.h
VideoBackend.h