dolphin-emulator/Source/Core/VideoBackends/D3D
2014-10-15 14:09:33 +11:00
..
D3D.vcxproj msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
D3D.vcxproj.filters Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
D3DBase.cpp D3D: Clean up brace placements 2014-08-30 18:06:47 -04:00
D3DBase.h D3D: Make the global swapchain static again. 2014-07-26 13:04:46 +02:00
D3DBlob.cpp
D3DBlob.h
D3DShader.cpp D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
D3DShader.h D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
D3DTexture.cpp
D3DTexture.h
D3DUtil.cpp Get rid of a few C-style struct declarations 2014-07-23 20:36:45 -04:00
D3DUtil.h
FramebufferManager.cpp
FramebufferManager.h
GfxState.cpp
GfxState.h
Globals.h
LineGeometryShader.cpp D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
LineGeometryShader.h
main.cpp VideoCommon: Remove support for decoding to ARGB textures 2014-09-04 18:36:56 -07:00
main.h
NativeVertexFormat.cpp
PerfQuery.cpp
PerfQuery.h
PixelShaderCache.cpp D3D: Clean up brace placements 2014-08-30 18:06:47 -04:00
PixelShaderCache.h
PointGeometryShader.cpp D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
PointGeometryShader.h
PSTextureEncoder.cpp D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
PSTextureEncoder.h
Render.cpp Merge pull request #1290 from lioncash/xfb 2014-10-15 14:09:33 +11:00
Render.h Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be set via ini. 2014-09-25 19:50:25 -04:00
Television.cpp Fix XFB scaling in D3D 2014-10-14 22:25:31 -04:00
Television.h Fix XFB scaling in D3D 2014-10-14 22:25:31 -04:00
TextureCache.cpp
TextureCache.h
TextureEncoder.h
VertexManager.cpp VertexLoader: Remove global state dependency on g_nativeVertexFmt 2014-07-26 01:35:09 +02:00
VertexManager.h
VertexShaderCache.cpp D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
VertexShaderCache.h
VideoBackend.h Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
XFBEncoder.cpp Fix D3D Real XFB texture sampling. 2014-07-29 18:15:01 -07:00
XFBEncoder.h