OSDN Git Service

SVNから移行した
authorkonekoneko <jbh03215@gmail.com>
Fri, 30 Dec 2011 00:11:21 +0000 (09:11 +0900)
committerkonekoneko <jbh03215@gmail.com>
Fri, 30 Dec 2011 00:11:21 +0000 (09:11 +0900)
commit364b7392f881ae5aa17f73203dfc8152020d3bb4
tree6357eb814c968f5e7e6d439fd079735a3f05aeba
SVNから移行した
52 files changed:
.gitignore [new file with mode: 0644]
D2DBench.sln [new file with mode: 0644]
D2DBench.suo [new file with mode: 0644]
D2DBench/ColorTableD2D.cs [new file with mode: 0644]
D2DBench/ColorTableGDI.cs [new file with mode: 0644]
D2DBench/D2DBench.csproj [new file with mode: 0644]
D2DBench/Form1.Designer.cs [new file with mode: 0644]
D2DBench/Form1.cs [new file with mode: 0644]
D2DBench/Form1.resx [new file with mode: 0644]
D2DBench/Form2.Designer.cs [new file with mode: 0644]
D2DBench/Form2.cs [new file with mode: 0644]
D2DBench/Form2.resx [new file with mode: 0644]
D2DBench/GDI.cs [new file with mode: 0644]
D2DBench/HWInfo.cs [new file with mode: 0644]
D2DBench/IBench.cs [new file with mode: 0644]
D2DBench/Method1.cs [new file with mode: 0644]
D2DBench/Method2.cs [new file with mode: 0644]
D2DBench/Method3.cs [new file with mode: 0644]
D2DBench/Method4.cs [new file with mode: 0644]
D2DBench/Method5.cs [new file with mode: 0644]
D2DBench/Method6.cs [new file with mode: 0644]
D2DBench/Method7.cs [new file with mode: 0644]
D2DBench/Method8.cs [new file with mode: 0644]
D2DBench/Program.cs [new file with mode: 0644]
D2DBench/Properties/AssemblyInfo.cs [new file with mode: 0644]
D2DBench/Properties/Resources.Designer.cs [new file with mode: 0644]
D2DBench/Properties/Resources.resx [new file with mode: 0644]
D2DBench/Properties/Settings.Designer.cs [new file with mode: 0644]
D2DBench/Properties/Settings.settings [new file with mode: 0644]
D2DBench/RenderAdapter.cs [new file with mode: 0644]
D2DBench/Resources/Image1.bmp [new file with mode: 0644]
D2DBench/image.bmp [new file with mode: 0644]
Libs/SharpDX.D3DCompiler.dll [new file with mode: 0644]
Libs/SharpDX.D3DCompiler.xml [new file with mode: 0644]
Libs/SharpDX.DXGI.dll [new file with mode: 0644]
Libs/SharpDX.DXGI.xml [new file with mode: 0644]
Libs/SharpDX.Direct2D1.dll [new file with mode: 0644]
Libs/SharpDX.Direct2D1.xml [new file with mode: 0644]
Libs/SharpDX.Direct3D10.dll [new file with mode: 0644]
Libs/SharpDX.Direct3D10.xml [new file with mode: 0644]
Libs/SharpDX.Direct3D11.dll [new file with mode: 0644]
Libs/SharpDX.Direct3D11.xml [new file with mode: 0644]
Libs/SharpDX.DirectSound.dll [new file with mode: 0644]
Libs/SharpDX.DirectSound.xml [new file with mode: 0644]
Libs/SharpDX.Error.dll [new file with mode: 0644]
Libs/SharpDX.Error.xml [new file with mode: 0644]
Libs/SharpDX.XAPO.dll [new file with mode: 0644]
Libs/SharpDX.XAPO.xml [new file with mode: 0644]
Libs/SharpDX.XAudio2.dll [new file with mode: 0644]
Libs/SharpDX.XAudio2.xml [new file with mode: 0644]
Libs/SharpDX.dll [new file with mode: 0644]
Libs/SharpDX.xml [new file with mode: 0644]