dolphin/Source/Core/VideoBackends/Null
Stenzek 2cd240af0d VideoBackends: Move max texture size to VideoConfig
This stops the virtual method call from within the Renderer constructor.

The initialization here for GL had to be moved to VideoBackend, as the
Renderer constructor will not have been executed before the value is
required.
2017-03-10 00:04:13 +10:00
..
CMakeLists.txt CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
FramebufferManager.h FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
Null.vcxproj
NullBackend.cpp VideoBackends: Move max texture size to VideoConfig 2017-03-10 00:04:13 +10:00
PerfQuery.h Add missing override 2016-06-26 00:49:50 -04:00
Render.cpp VideoCommon: Move some common initialization logic to RenderBase 2017-03-04 16:42:16 +10:00
Render.h VideoBackends: Move max texture size to VideoConfig 2017-03-10 00:04:13 +10:00
ShaderCache.cpp VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
ShaderCache.h VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
TextureCache.h TextureCache: Drop unused parameter in backend API. 2016-12-26 22:10:32 +01:00
VertexManager.cpp VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr 2017-02-18 03:16:24 -05:00
VertexManager.h VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr 2017-02-18 03:16:24 -05:00
VideoBackend.h VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00