dolphin/Source/Core/VideoBackends
Lioncash c792961000 Common: Unify logging namespace with Common
Previously the logging was a in a little bit of a disarray. Some things
were in namespaces, and other things were not.

Given this code will feature a bit of restructuring during the
transition over to fmt, this is a good time to unify it under a single
namespace and also remove functions and types from the global namespace.

Now, all functions and types are under the Common::Log namespace. The
only outliers being, of course, the preprocessor macros.
2019-11-28 05:13:21 -05:00
..
D3D Merge pull request #8378 from stenzek/quad-buffer-stereo 2019-11-08 10:26:58 +10:00
D3D12 Merge pull request #8258 from CookiePLMonster/dx11.1-detection-fixes 2019-07-30 01:24:57 +10:00
D3DCommon D3DCommon: Remove unused GetDebugObjectName and tidy up SetDebugObjectName 2019-11-10 16:07:32 +01:00
Null VideoBackends/Null: Add missing override specifiers 2019-07-27 17:33:18 -04:00
OGL Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Software 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
Vulkan Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
CMakeLists.txt Implement D3D12 backend 2019-04-01 11:24:55 +10:00