Skip to content

Commit 54fbaaf

Browse files
committed
AMD FidelityFX SDK 1.1.3
1 parent c16b1d2 commit 54fbaaf

File tree

96 files changed

+3566
-1391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+3566
-1391
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,6 @@ format_check:
2121
needs: []
2222
script:
2323
- echo Coming soon!
24-
25-
build_release_cauldron:
26-
stage: build
27-
script:
28-
- 'mkdir build'
29-
- 'cd build'
30-
- 'cmake -A x64 .. -DBUILD_TYPE=CAULDRON'
31-
- 'cmake --build . --config ReleaseDX12 %CMAKE_BUILD_DRIVER%'
32-
- 'cmake --build . --config ReleaseVK %CMAKE_BUILD_DRIVER%'
33-
artifacts:
34-
paths:
35-
- ./bin
36-
37-
build_debug_cauldron:
38-
stage: build
39-
script:
40-
- 'mkdir build'
41-
- 'cd build'
42-
- 'cmake -A x64 .. -DBUILD_TYPE=CAULDRON'
43-
- 'cmake --build . --config DebugDX12 %CMAKE_BUILD_DRIVER%'
44-
- 'cmake --build . --config DebugVK %CMAKE_BUILD_DRIVER%'
45-
artifacts:
46-
paths:
47-
- ./bin
4824

4925
build_release_sdk_dx12:
5026
stage: build
@@ -57,6 +33,7 @@ build_release_sdk_dx12:
5733
artifacts:
5834
paths:
5935
- ./sdk/bin
36+
expire_in: 2 weeks
6037

6138
build_debug_sdk_dx12:
6239
stage: build
@@ -69,6 +46,7 @@ build_debug_sdk_dx12:
6946
artifacts:
7047
paths:
7148
- ./sdk/bin
49+
expire_in: 2 weeks
7250

7351
build_release_sdk_vk:
7452
stage: build
@@ -81,6 +59,7 @@ build_release_sdk_vk:
8159
artifacts:
8260
paths:
8361
- ./sdk/bin
62+
expire_in: 2 weeks
8463

8564
build_debug_sdk_vk:
8665
stage: build
@@ -93,6 +72,7 @@ build_debug_sdk_vk:
9372
artifacts:
9473
paths:
9574
- ./sdk/bin
75+
expire_in: 2 weeks
9676

9777
build_debug_api_dll_dx12:
9878
stage: build
@@ -105,6 +85,7 @@ build_debug_api_dll_dx12:
10585
artifacts:
10686
paths:
10787
- ./ffx-api/bin
88+
expire_in: 2 weeks
10889

10990
build_release_api_dll_dx12:
11091
stage: build
@@ -130,6 +111,7 @@ build_debug_api_dll_vk:
130111
artifacts:
131112
paths:
132113
- ./ffx-api/bin
114+
expire_in: 2 weeks
133115

134116
build_release_api_dll_vk:
135117
stage: build
@@ -157,6 +139,7 @@ build_release_samples_dx12:
157139
artifacts:
158140
paths:
159141
- ./bin
142+
expire_in: 2 weeks
160143

161144
build_release_samples_vk:
162145
stage: build
@@ -171,6 +154,7 @@ build_release_samples_vk:
171154
artifacts:
172155
paths:
173156
- ./bin
157+
expire_in: 2 weeks
174158

175159
build_debug_samples_dx12:
176160
stage: build
@@ -185,6 +169,7 @@ build_debug_samples_dx12:
185169
artifacts:
186170
paths:
187171
- ./bin
172+
expire_in: 2 weeks
188173

189174
build_debug_samples_vk:
190175
stage: build
@@ -199,6 +184,7 @@ build_debug_samples_vk:
199184
artifacts:
200185
paths:
201186
- ./bin
187+
expire_in: 2 weeks
202188

203189
package_release_samples_pc:
204190
stage: package
@@ -223,6 +209,6 @@ package_release_samples_pc:
223209
- ./*.bat
224210
- ./CMakeLists.txt
225211
- ./common.cmake
226-
- ./LICENSE.txt
212+
- ./sdk/LICENSE.txt
227213
- ./readme.md
228214
- ./sample.cmake

.gitlab/issue_templates/Code quality issue.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitlab/issue_templates/Compatility issue.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitlab/issue_templates/Execution failure.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitlab/issue_templates/Functional issue.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitlab/issue_templates/Non-CI build failure.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitlab/issue_templates/Performance issue.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitlab/issue_templates/UX issue.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitlab/issue_templates/Visual issue.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This file is part of the FidelityFX SDK.
2+
3+
Copyright (C) 2024 Advanced Micro Devices, Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files(the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and /or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions :
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)