dolphin/Source/Plugins/Plugin_VideoDX9/Src
2010-10-04 01:54:51 +00:00
..
Debugger
BPFunctions.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
D3DBase.cpp
D3DBase.h
D3DShader.cpp
D3DShader.h
D3DTexture.cpp
D3DTexture.h
D3DUtil.cpp
D3DUtil.h
DlgSettings.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
DlgSettings.h
EmuWindow.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
EmuWindow.h
FramebufferManager.cpp
FramebufferManager.h
Globals.h
main.cpp Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommon. Still need to merge VertexManager::Flush (will be easier after TextureCache is merged). Purposely using a class/virtualfuncs rather than a namespace so multiple VertexManager can be in one plugin (VideoMergeNew? :p). 2010-10-03 00:41:06 +00:00
main.h
NativeVertexFormat.cpp
PixelShaderCache.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
PixelShaderCache.h
Render.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
stdafx.cpp
stdafx.h
TextureCache.cpp Fixed hires textures not scaling. Also increased max size of custom textures to 2048x2048. 2010-10-04 01:54:51 +00:00
TextureCache.h Fixed hires textures not scaling. Also increased max size of custom textures to 2048x2048. 2010-10-04 01:54:51 +00:00
TextureConverter.cpp Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00
TextureConverter.h
VertexManager.cpp Fixed hires textures not scaling. Also increased max size of custom textures to 2048x2048. 2010-10-04 01:54:51 +00:00
VertexManager.h Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommon. Still need to merge VertexManager::Flush (will be easier after TextureCache is merged). Purposely using a class/virtualfuncs rather than a namespace so multiple VertexManager can be in one plugin (VideoMergeNew? :p). 2010-10-03 00:41:06 +00:00
VertexShaderCache.cpp
VertexShaderCache.h