Skip to content

Commit

Permalink
AMD FidelityFX SDK 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbeco committed Dec 11, 2024
1 parent c16b1d2 commit 54fbaaf
Show file tree
Hide file tree
Showing 96 changed files with 3,566 additions and 1,391 deletions.
36 changes: 11 additions & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,6 @@ format_check:
needs: []
script:
- echo Coming soon!

build_release_cauldron:
stage: build
script:
- 'mkdir build'
- 'cd build'
- 'cmake -A x64 .. -DBUILD_TYPE=CAULDRON'
- 'cmake --build . --config ReleaseDX12 %CMAKE_BUILD_DRIVER%'
- 'cmake --build . --config ReleaseVK %CMAKE_BUILD_DRIVER%'
artifacts:
paths:
- ./bin

build_debug_cauldron:
stage: build
script:
- 'mkdir build'
- 'cd build'
- 'cmake -A x64 .. -DBUILD_TYPE=CAULDRON'
- 'cmake --build . --config DebugDX12 %CMAKE_BUILD_DRIVER%'
- 'cmake --build . --config DebugVK %CMAKE_BUILD_DRIVER%'
artifacts:
paths:
- ./bin

build_release_sdk_dx12:
stage: build
Expand All @@ -57,6 +33,7 @@ build_release_sdk_dx12:
artifacts:
paths:
- ./sdk/bin
expire_in: 2 weeks

build_debug_sdk_dx12:
stage: build
Expand All @@ -69,6 +46,7 @@ build_debug_sdk_dx12:
artifacts:
paths:
- ./sdk/bin
expire_in: 2 weeks

build_release_sdk_vk:
stage: build
Expand All @@ -81,6 +59,7 @@ build_release_sdk_vk:
artifacts:
paths:
- ./sdk/bin
expire_in: 2 weeks

build_debug_sdk_vk:
stage: build
Expand All @@ -93,6 +72,7 @@ build_debug_sdk_vk:
artifacts:
paths:
- ./sdk/bin
expire_in: 2 weeks

build_debug_api_dll_dx12:
stage: build
Expand All @@ -105,6 +85,7 @@ build_debug_api_dll_dx12:
artifacts:
paths:
- ./ffx-api/bin
expire_in: 2 weeks

build_release_api_dll_dx12:
stage: build
Expand All @@ -130,6 +111,7 @@ build_debug_api_dll_vk:
artifacts:
paths:
- ./ffx-api/bin
expire_in: 2 weeks

build_release_api_dll_vk:
stage: build
Expand Down Expand Up @@ -157,6 +139,7 @@ build_release_samples_dx12:
artifacts:
paths:
- ./bin
expire_in: 2 weeks

build_release_samples_vk:
stage: build
Expand All @@ -171,6 +154,7 @@ build_release_samples_vk:
artifacts:
paths:
- ./bin
expire_in: 2 weeks

build_debug_samples_dx12:
stage: build
Expand All @@ -185,6 +169,7 @@ build_debug_samples_dx12:
artifacts:
paths:
- ./bin
expire_in: 2 weeks

build_debug_samples_vk:
stage: build
Expand All @@ -199,6 +184,7 @@ build_debug_samples_vk:
artifacts:
paths:
- ./bin
expire_in: 2 weeks

package_release_samples_pc:
stage: package
Expand All @@ -223,6 +209,6 @@ package_release_samples_pc:
- ./*.bat
- ./CMakeLists.txt
- ./common.cmake
- ./LICENSE.txt
- ./sdk/LICENSE.txt
- ./readme.md
- ./sample.cmake
9 changes: 0 additions & 9 deletions .gitlab/issue_templates/Code quality issue.md

This file was deleted.

29 changes: 0 additions & 29 deletions .gitlab/issue_templates/Compatility issue.md

This file was deleted.

27 changes: 0 additions & 27 deletions .gitlab/issue_templates/Execution failure.md

This file was deleted.

29 changes: 0 additions & 29 deletions .gitlab/issue_templates/Functional issue.md

This file was deleted.

21 changes: 0 additions & 21 deletions .gitlab/issue_templates/Non-CI build failure.md

This file was deleted.

27 changes: 0 additions & 27 deletions .gitlab/issue_templates/Performance issue.md

This file was deleted.

29 changes: 0 additions & 29 deletions .gitlab/issue_templates/UX issue.md

This file was deleted.

27 changes: 0 additions & 27 deletions .gitlab/issue_templates/Visual issue.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This file is part of the FidelityFX SDK.

Copyright (C) 2024 Advanced Micro Devices, Inc.

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.
Binary file modified PrebuiltSignedDLL/amd_fidelityfx_dx12.dll
Binary file not shown.
Binary file modified PrebuiltSignedDLL/amd_fidelityfx_vk.dll
Binary file not shown.
Binary file modified PrebuiltSignedDLL/amd_fidelityfx_vk.lib
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/getting-started/building-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
To build the samples in the AMD FidelityFX SDK:

1. Download and install the following software developer tool minimum versions:
- [CMake 3.17](https://cmake.org/download/)
- [CMake 3.17 - 3.30](https://cmake.org/download/)
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
- [Windows 10 SDK 10.0.18362.0](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
- [Vulkan SDK 1.3.239](https://vulkan.lunarg.com/)

2. Generate Visual Studio solution:

```bash
> <installation path>\BuildSamplesSolution.bat
> <installation path>\BuildSamplesSolution[DX12/VK].bat
```

The batch file will inquire if the solution should build the SDK as a DLL (builds as a statically linked library if no ('n') is provided) and which samples should be included. Please use '1' to build a solution with all samples included or provide the list of samples to be included (using the corresponding number of the samples with spaces in between).

This will generate a `build\` directory where you will find the solution for the SDK samples (`FidelityFX SDK Samples.sln`).
The batch file will inquire if the solution should build the SDK as a DLL (builds as a statically linked library if no (`n`) is provided) and which samples should be included.
Please use `1` to build a solution with all samples included or provide the list of samples to be included (using the corresponding number of the samples with spaces in between).
This will generate a `build\` directory where you will find the solution for the SDK samples (`FidelityFX SDK [DX12/VK] Samples.sln`).
<h2>Building and running in Visual Studio</h2>
Expand Down
Loading

0 comments on commit 54fbaaf

Please sign in to comment.