dolphin/Source/Core/VideoBackends/D3D
Stenzek fe65b26d53 Merge pull request #5834 from stenzek/bc7
Support loading BC7 (BPTC) textures from DDS files
2017-08-01 12:39:19 +10:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
D3D.vcxproj Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
D3D.vcxproj.filters Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
D3DBase.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
D3DBase.h D3DBase: Upgrade to DXGI 1.2. 2017-07-05 22:43:39 +02:00
D3DBlob.cpp
D3DBlob.h
D3DShader.cpp D3D: Uber shader support 2017-07-30 17:43:59 +10:00
D3DShader.h D3D: Uber shader support 2017-07-30 17:43:59 +10:00
D3DState.cpp D3D: Uber shader support 2017-07-30 17:43:59 +10:00
D3DState.h D3D: Uber shader support 2017-07-30 17:43:59 +10:00
D3DTexture.cpp
D3DTexture.h
D3DUtil.cpp
D3DUtil.h
DXTexture.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
DXTexture.h AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
FramebufferManager.cpp
FramebufferManager.h
GeometryShaderCache.cpp D3D: Uber shader support 2017-07-30 17:43:59 +10:00
GeometryShaderCache.h D3D: Uber shader support 2017-07-30 17:43:59 +10:00
main.cpp HiresTextures: Support loading BC7 (BPTC) from DDS files 2017-08-01 11:59:38 +10:00
NativeVertexFormat.cpp NativeVertexFormat: Drop unused virtual method SetupVertexPointers 2017-07-30 17:43:59 +10:00
PerfQuery.cpp
PerfQuery.h
PixelShaderCache.cpp VideoConfig: Drop force vertex/pixel ubershader settings 2017-07-31 23:21:38 +10:00
PixelShaderCache.h VideoBackends: Support a different number of threads for precompiling 2017-07-30 17:43:59 +10:00
PSTextureEncoder.cpp
PSTextureEncoder.h
Render.cpp D3D: Uber shader support 2017-07-30 17:43:59 +10:00
Render.h ShaderGen: Pass host config to shader generation functions 2017-07-20 17:54:33 +10:00
Television.cpp
Television.h
TextureCache.cpp Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05: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 D3D: Uber shader support 2017-07-30 17:43:59 +10:00
VertexManager.h NativeVertexFormat: Drop unused virtual method SetupVertexPointers 2017-07-30 17:43:59 +10:00
VertexShaderCache.cpp VideoConfig: Drop force vertex/pixel ubershader settings 2017-07-31 23:21:38 +10:00
VertexShaderCache.h VideoBackends: Support a different number of threads for precompiling 2017-07-30 17:43:59 +10:00
VideoBackend.h
XFBEncoder.cpp
XFBEncoder.h