dolphin/Source/Plugins/Plugin_VideoDX11/Src
NeoBrainX 5cad834c96 D3D9:
- Assign width and height to the actual powers of two rather than to the exponents...
- Clean up FramebufferManager()
- Make use of more depth buffer formats to prevent some devices from failing to create a depth buffer

Should fix issue 3256.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6730 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-03 14:35:07 +00:00
..
D3DBase.cpp DX9/DX11: Fixing some maybe possible crashes if a game was started, the config dialog opened and the game closed again. Due to other issues this still happens quite often though... 2010-12-29 13:07:00 +00:00
D3DBase.h
D3DBlob.cpp DX9/DX11: Fixing some maybe possible crashes if a game was started, the config dialog opened and the game closed again. Due to other issues this still happens quite often though... 2010-12-29 13:07:00 +00:00
D3DBlob.h
D3DShader.cpp
D3DShader.h
D3DTexture.cpp
D3DTexture.h
D3DUtil.cpp Second Experimental commit: 2010-12-27 03:18:01 +00:00
D3DUtil.h Second Experimental commit: 2010-12-27 03:18:01 +00:00
FramebufferManager.cpp D3D9: 2011-01-03 14:35:07 +00:00
FramebufferManager.h Second Experimental commit: 2010-12-27 03:18:01 +00:00
GfxState.cpp
GfxState.h
Globals.h
main.cpp DX9/DX11: Fixing some maybe possible crashes if a game was started, the config dialog opened and the game closed again. Due to other issues this still happens quite often though... 2010-12-29 13:07:00 +00:00
main.h
NativeVertexFormat.cpp Minor change to ease video plugin merging. Made static NativeVertexFormat::Create function into a virtual function of VertexManager. I believe this is the last bit of code which is only declared in VideoCommon and defined in each of the plugins. 2010-11-26 09:25:08 +00:00
PixelShaderCache.cpp this probably doesn't fix anything noticeable, but, it seems like a bug that C_COLORMATRIX+4 overlapped with C_PLIGHTS 2010-12-19 21:09:29 +00:00
PixelShaderCache.h DX11: 2010-11-27 11:11:05 +00:00
Render.cpp Invalidate texture cache when the STC or native mipmaps options are changed. 2010-12-28 12:46:00 +00:00
Render.h Implement pixel data reinterpretation on EFB format change. 2010-12-27 21:56:20 +00:00
stdafx.cpp
stdafx.h
TextureCache.cpp DX11: 2010-11-27 11:11:05 +00:00
TextureCache.h
VertexManager.cpp Merged the D3D9 debugger into VideoCommon/VideoUICommon: 2010-12-05 14:15:36 +00:00
VertexManager.h Minor change to ease video plugin merging. Made static NativeVertexFormat::Create function into a virtual function of VertexManager. I believe this is the last bit of code which is only declared in VideoCommon and defined in each of the plugins. 2010-11-26 09:25:08 +00:00
VertexShaderCache.cpp Second Experimental commit: 2010-12-27 03:18:01 +00:00
VertexShaderCache.h