dolphin/Source
Jordan Woyak 3d5d205c73 I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7421 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-30 07:17:23 +00:00
..
Core - Linux build fix 2011-03-29 14:30:09 +00:00
DSPSpy drop vs2008 projects in favor of vs2010 2011-02-11 15:43:05 +00:00
DSPTool Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
Plugins I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability. 2011-03-30 07:17:23 +00:00
TestSuite drop vs2008 projects in favor of vs2010 2011-02-11 15:43:05 +00:00
UnitTests Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
VSProps vs2010: make sure minimal rebuild is turned off 2011-03-24 04:26:21 +00:00
CMakeLists.txt Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though. 2010-11-01 15:47:02 +00:00
Dolphin_2010.sln Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00