dolphin/Source/Core/VideoBackends/Null
2017-08-01 11:59:38 +10:00
..
CMakeLists.txt Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
FramebufferManager.h
Null.vcxproj Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
NullBackend.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
NullTexture.cpp Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
NullTexture.h AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
PerfQuery.h
Render.cpp VideoConfig: Remove bRunning 2017-06-11 15:06:12 +01:00
Render.h
ShaderCache.cpp
ShaderCache.h ShaderGen: Pass host config to shader generation functions 2017-07-20 17:54:33 +10:00
TextureCache.h Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
VertexManager.cpp NativeVertexFormat: Drop unused virtual method SetupVertexPointers 2017-07-30 17:43:59 +10:00
VertexManager.h
VideoBackend.h