..
FramebufferManager.cpp
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
FramebufferManager.h
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
2011-01-29 20:16:51 +00:00
Globals.h
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
GLUtil.cpp
Deal with some clang-inspired buglets.
2011-02-06 01:56:45 +00:00
GLUtil.h
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
main.cpp
Move debugger ui files into a subdirectory. Primarily to make it easy to keep debugger strings out of translations, but also because it is more organized.
2011-02-13 06:06:32 +00:00
main.h
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
NativeVertexFormat.cpp
VideoOGL: reinitialize some more global variables,
2011-02-13 19:05:24 +00:00
PixelShaderCache.cpp
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
PixelShaderCache.h
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
2011-01-29 20:16:51 +00:00
PostProcessing.cpp
A few compiler warnings.
2011-01-29 22:48:33 +00:00
PostProcessing.h
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
2011-01-29 20:16:51 +00:00
RasterFont.cpp
VideoOGL: reinitialize some more global variables,
2011-02-13 19:05:24 +00:00
RasterFont.h
Render.cpp
VideoOGL: reinitialize some more global variables,
2011-02-13 19:05:24 +00:00
Render.h
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
SConscript
In the SCons build, skip the generation of static libraries
2011-02-04 00:46:56 +00:00
stdafx.cpp
stdafx.h
TextureCache.cpp
Modal dialogs must be closed with EndModal() or all kinds of weird
2011-02-06 15:02:26 +00:00
TextureCache.h
Modal dialogs must be closed with EndModal() or all kinds of weird
2011-02-06 15:02:26 +00:00
TextureConverter.cpp
VideoOGL: reinitialize some more global variables,
2011-02-13 19:05:24 +00:00
TextureConverter.h
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
2011-01-29 20:16:51 +00:00
VertexManager.cpp
Rework XF register loading a bit and change how registers are arranged in memory. This removes the assumption that all data for a viewport or projection matrix will be available when index 0 is loaded. Fixes issue 3688 and probably breaks old save states (sorry).
2011-02-05 18:25:34 +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
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00
VertexShaderCache.h
Put some stuff in the gfx plugins into namespaces, so that the symbols won't collide if someone decides to merge the gfx plugins into dolphin too. still more things left to do though.
2011-01-29 20:16:51 +00:00
VideoBackend.h
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.
2011-01-31 01:28:32 +00:00