-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add subtree for AMD_SDK in new location
- Loading branch information
Showing
56 changed files
with
12,600 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This is a windows-only project. Force CRLF. | ||
* text eol=crlf | ||
|
||
# Explicit settings for specific file types. | ||
*.h eol=crlf | ||
*.cpp eol=crlf | ||
*.inl eol=crlf | ||
*.hlsl eol=crlf | ||
*.rc eol=crlf | ||
*.manifest eol=crlf | ||
*.vcxproj eol=crlf | ||
*.filters eol=crlf | ||
*.props eol=crlf | ||
*.sln eol=crlf | ||
*.bat eol=crlf | ||
*.txt eol=crlf | ||
*.lua eol=crlf | ||
*.md eol=crlf | ||
*.pdf binary | ||
*.ppsx binary | ||
*.ico binary | ||
*.png binary | ||
*.dds binary | ||
*.sdkmesh binary | ||
*.dll binary | ||
*.exe binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Ignore Visual Studio temporary files, build results, etc. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
|
||
# Build results | ||
[Dd]esktop_*/ | ||
lib/ | ||
|
||
# Visual Studo 2015 cache/options directory | ||
.vs/ | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
*.cachefile | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
*.vspx | ||
|
||
# Installshield output folder | ||
[Ee]xpress/ | ||
|
||
# Backup & report files from converting an old project file | ||
# to a newer Visual Studio version. Backup files are not needed, | ||
# because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
UpgradeLog*.XML | ||
UpgradeLog*.htm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# AMD SDK | ||
<img src="media/amd_logo_black.png" width="512" height="123" /> | ||
|
||
The AMD SDK project contains utility code used by the samples that are part of the [GPUOpen Effects](https://github.com/GPUOpen-Effects/) repos. | ||
|
||
### Prerequisites | ||
* AMD Radeon™ GCN-based GPU (HD 7000 series or newer) | ||
* 64-bit Windows® 7 (SP1 with the [Platform Update](https://msdn.microsoft.com/en-us/library/windows/desktop/jj863687.aspx)), Windows® 8.1, or Windows® 10 | ||
* Visual Studio® 2012, Visual Studio® 2013, or Visual Studio® 2015 | ||
|
||
### Getting Started | ||
* Visual Studio projects for VS2012, VS2013, and VS2015 can be found in the `build` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{EBB939DC-98E4-49DF-B1F1-D2E80A11F60A}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
<RootNamespace>AMD_SDK</RootNamespace> | ||
<ProjectName>AMD_SDK</ProjectName> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<CharacterSet>Unicode</CharacterSet> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="Windows81SDK_x64.props" Condition="exists('$(ProgramFiles)\Windows Kits\8.1\Include\um\Windows.h')" /> | ||
<Import Project="Windows8SDK_x64.props" Condition="!exists('$(ProgramFiles)\Windows Kits\8.1\Include\um\Windows.h')" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="Windows81SDK_x64.props" Condition="exists('$(ProgramFiles)\Windows Kits\8.1\Include\um\Windows.h')" /> | ||
<Import Project="Windows8SDK_x64.props" Condition="!exists('$(ProgramFiles)\Windows Kits\8.1\Include\um\Windows.h')" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<OutDir>..\lib\</OutDir> | ||
<IntDir>Desktop_2010\x64\Debug\</IntDir> | ||
<TargetName>AMD_SDK_Debug_2010</TargetName> | ||
<TargetExt>.lib</TargetExt> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<OutDir>..\lib\</OutDir> | ||
<IntDir>Desktop_2010\x64\Release\</IntDir> | ||
<TargetName>AMD_SDK_Release_2010</TargetName> | ||
<TargetExt>.lib</TargetExt> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level4</WarningLevel> | ||
<TreatWarningAsError>true</TreatWarningAsError> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;DEBUG;PROFILE;_WINDOWS;_LIB;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AdditionalIncludeDirectories>..\..\dxut\Core;..\..\dxut\Optional;..\..\..\..\third_party\assimp\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<Optimization>Disabled</Optimization> | ||
<FloatingPointModel>Fast</FloatingPointModel> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
</Link> | ||
<Lib> | ||
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors> | ||
</Lib> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level4</WarningLevel> | ||
<TreatWarningAsError>true</TreatWarningAsError> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_LIB;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AdditionalIncludeDirectories>..\..\dxut\Core;..\..\dxut\Optional;..\..\..\..\third_party\assimp\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<Optimization>Full</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<MinimalRebuild>false</MinimalRebuild> | ||
<StringPooling>true</StringPooling> | ||
<FloatingPointModel>Fast</FloatingPointModel> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
</Link> | ||
<Lib> | ||
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors> | ||
</Lib> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\inc\AMD_SDK.h" /> | ||
<ClInclude Include="..\inc\ShaderCacheSampleHelper.h" /> | ||
<ClInclude Include="..\src\AMD_Mesh.h" /> | ||
<ClInclude Include="..\src\Geometry.h" /> | ||
<ClInclude Include="..\src\HUD.h" /> | ||
<ClInclude Include="..\src\HelperFunctions.h" /> | ||
<ClInclude Include="..\src\LineRender.h" /> | ||
<ClInclude Include="..\src\Magnify.h" /> | ||
<ClInclude Include="..\src\MagnifyTool.h" /> | ||
<ClInclude Include="..\src\ShaderCache.h" /> | ||
<ClInclude Include="..\src\Sprite.h" /> | ||
<ClInclude Include="..\src\Timer.h" /> | ||
<ClInclude Include="..\src\crc.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\src\AMD_Mesh.cpp" /> | ||
<ClCompile Include="..\src\Geometry.cpp" /> | ||
<ClCompile Include="..\src\HUD.cpp" /> | ||
<ClCompile Include="..\src\HelperFunctions.cpp" /> | ||
<ClCompile Include="..\src\LineRender.cpp" /> | ||
<ClCompile Include="..\src\Magnify.cpp" /> | ||
<ClCompile Include="..\src\MagnifyTool.cpp" /> | ||
<ClCompile Include="..\src\ShaderCache.cpp" /> | ||
<ClCompile Include="..\src\ShaderCacheSampleHelper.cpp" /> | ||
<ClCompile Include="..\src\Sprite.cpp" /> | ||
<ClCompile Include="..\src\Timer.cpp" /> | ||
<ClCompile Include="..\src\crc.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\src\Shaders\Line.hlsl" /> | ||
<None Include="..\src\Shaders\Sprite.hlsl" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
101 changes: 101 additions & 0 deletions
101
framework/d3d11/amd_sdk/build/AMD_SDK_2010.vcxproj.filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="inc"> | ||
<UniqueIdentifier>{1F80880B-8B89-887C-1405-9F7C800D947C}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="src"> | ||
<UniqueIdentifier>{2DAB880B-99B4-887C-2230-9F7C8E38947C}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="src\Shaders"> | ||
<UniqueIdentifier>{06ADC7FB-7262-40F1-FB56-3AC8670B37F5}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\src\Shaders\Line.hlsl"> | ||
<Filter>src\Shaders</Filter> | ||
</None> | ||
<None Include="..\src\Shaders\Sprite.hlsl"> | ||
<Filter>src\Shaders</Filter> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\inc\AMD_SDK.h"> | ||
<Filter>inc</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\inc\ShaderCacheSampleHelper.h"> | ||
<Filter>inc</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\AMD_Mesh.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\Geometry.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\HUD.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\HelperFunctions.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\LineRender.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\Magnify.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\MagnifyTool.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\ShaderCache.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\Sprite.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\Timer.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\src\crc.h"> | ||
<Filter>src</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\src\AMD_Mesh.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\Geometry.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\HUD.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\HelperFunctions.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\LineRender.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\Magnify.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\MagnifyTool.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\ShaderCache.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\ShaderCacheSampleHelper.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\Sprite.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\Timer.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\src\crc.cpp"> | ||
<Filter>src</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.