Skip to content

Commit

Permalink
re/store raw calc buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvoronin committed Mar 19, 2017
1 parent 4f5852c commit 569fdb9
Show file tree
Hide file tree
Showing 23 changed files with 441 additions and 514 deletions.
12 changes: 11 additions & 1 deletion src/BuddhabrotCL/BuddhabrotCL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<HintPath>..\packages\Cloo.clSharp.0.9.2.7\lib\net20\Cloo.clSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="protobuf-net, Version=2.1.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.1.0\lib\net451\protobuf-net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -169,14 +173,20 @@
</None>
</ItemGroup>
<ItemGroup>
<None Include="kernel\Buddhabrot\cl_mh.c">
<None Include="kernel\Buddhabrot\cl_metropolis.c">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="kernel\Classic 2D\cl_burningship.c">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="kernel\lib\cl_math.h">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="kernel\lib\cl_mandelbrot.h">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="kernel\lib\rng\cl_xorshift.h">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
59 changes: 52 additions & 7 deletions src/BuddhabrotCL/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 569fdb9

Please sign in to comment.