Skip to content

Commit

Permalink
AMD FidelityFX SDK 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbeco committed Oct 30, 2024
1 parent be99c36 commit c16b1d2
Show file tree
Hide file tree
Showing 151 changed files with 7,451 additions and 3,934 deletions.
16 changes: 3 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ format_check:

build_release_cauldron:
stage: build
needs: []
script:
- 'mkdir build'
- 'cd build'
Expand All @@ -37,7 +36,6 @@ build_release_cauldron:

build_debug_cauldron:
stage: build
needs: []
script:
- 'mkdir build'
- 'cd build'
Expand All @@ -50,7 +48,6 @@ build_debug_cauldron:

build_release_sdk_dx12:
stage: build
needs: []
script:
- 'cd sdk/'
- 'mkdir build'
Expand All @@ -63,7 +60,6 @@ build_release_sdk_dx12:

build_debug_sdk_dx12:
stage: build
needs: []
script:
- 'cd sdk/'
- 'mkdir build'
Expand All @@ -76,7 +72,6 @@ build_debug_sdk_dx12:

build_release_sdk_vk:
stage: build
needs: []
script:
- 'cd sdk/'
- 'mkdir build'
Expand All @@ -89,7 +84,6 @@ build_release_sdk_vk:

build_debug_sdk_vk:
stage: build
needs: []
script:
- 'cd sdk/'
- 'mkdir build'
Expand All @@ -102,7 +96,6 @@ build_debug_sdk_vk:

build_debug_api_dll_dx12:
stage: build
needs: []
script:
- 'cd ffx-api'
- 'mkdir build'
Expand All @@ -115,7 +108,6 @@ build_debug_api_dll_dx12:

build_release_api_dll_dx12:
stage: build
needs: []
script:
- 'cd ffx-api'
- 'mkdir build'
Expand All @@ -129,7 +121,6 @@ build_release_api_dll_dx12:

build_debug_api_dll_vk:
stage: build
needs: []
script:
- 'cd ffx-api'
- 'mkdir build'
Expand All @@ -142,7 +133,6 @@ build_debug_api_dll_vk:

build_release_api_dll_vk:
stage: build
needs: []
script:
- 'cd ffx-api'
- 'mkdir build'
Expand Down Expand Up @@ -209,14 +199,14 @@ build_debug_samples_vk:
artifacts:
paths:
- ./bin

package_release_samples_pc:
stage: package
needs:
- job: build_release_api_dll_dx12
- job: build_release_api_dll_vk
- job: build_release_samples_dx12
- job: build_release_samples_vk
- job: build_release_samples_vk
script:
- echo "Packaging FidelityFX SDK Samples"
- 'copy %VULKAN_SDK%\Bin\glslc.exe .\bin'
Expand All @@ -235,4 +225,4 @@ package_release_samples_pc:
- ./common.cmake
- ./LICENSE.txt
- ./readme.md
- ./sample.cmake
- ./sample.cmake
9 changes: 9 additions & 0 deletions .gitlab/issue_templates/Code quality issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## FidelityFX SDK Code Quality
(Which SDK sample project or component has a code quality issue)

## Code quality issue description
(Describe in as much detail what constitutes the quality issue, including as much descriptive information as possible)

(This issue category is primarily for code review issues in sample and component code, but primarily for issues of structure, performance, and future maintainability. Code linting issues are acceptable only while automatic code linting isn't a production feature. Please consult the coding guidelines to help you assess code quality issues)

/label ~code-quality
29 changes: 29 additions & 0 deletions .gitlab/issue_templates/Compatility issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## FidelityFX SDK Compatibility Issue
(Which SDK sample project or component has a compatibility issue)

## Compatibility issue description
(Describe in as much detail what constitutes the compatibility issue, including as much descriptive information as possible)

(This issue category is primarily for compatibility issues in samples, where the sample runs correctly on one combination of CPU and GPU, but a different CPU or GPU causes issues. Please list working combinations wherever possible)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose and reproduce the compatibility issue)

/label ~compatibility-issue
27 changes: 27 additions & 0 deletions .gitlab/issue_templates/Execution failure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## FidelityFX SDK Execution Failure
(Which SDK sample project or component failed to execute)

## Execution failure description
(Describe in as much detail what constitutes the execution failure, including the text of error dialogs and any relevant extra information)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose the execution failure)

/label ~execution-failure ~qa-report
29 changes: 29 additions & 0 deletions .gitlab/issue_templates/Functional issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## FidelityFX SDK Functional Issue
(Which SDK sample project or component has a functional issue)

## Functional issue description
(Describe in as much detail what constitutes the functional issue, including as much descriptive information as possible)

(This issue category is primarily for UI/UX failures in samples, such as UI components not triggering the correct behaviours)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose and reproduce the functional issue)

/label ~functional-issue
21 changes: 21 additions & 0 deletions .gitlab/issue_templates/Non-CI build failure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## FidelityFX SDK non-CI Build Failure
(Which SDK sample project or component failed to build outside of CI)

## Build failure output
(Paste the output from the Output window in Visual Studio. Please use code blocks (```) to format the output, to make it easier to read)

## Build information

(If the code is successfully built by CI, please insert a link to a passing CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose the failure)

/label ~non-ci-build-failure ~qa-report
27 changes: 27 additions & 0 deletions .gitlab/issue_templates/Performance issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## FidelityFX SDK Performance Issue
(Which SDK sample project or component has a performance issue)

## Performance issue description
(Describe in as much detail what constitutes the performance issue, including as much descriptive information as possible, including information about prior performance runs or expectations where applicable)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose and reproduce the performance issue)

/label ~performance-issue
29 changes: 29 additions & 0 deletions .gitlab/issue_templates/UX issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## FidelityFX SDK UX Issue
(Which SDK sample project or component has a UX issue)

## UX issue description
(Describe in as much detail what constitutes the UX issue, including as much descriptive information as possible)

(This issue category is primarily for UI/UX usabity issues in samples, such as UI being hard to use, read or understand, despite it operating correctly)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose and reproduce the UX issue)

/label ~ux-issue
27 changes: 27 additions & 0 deletions .gitlab/issue_templates/Visual issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## FidelityFX SDK Visual Issue
(Which SDK sample project or component has a visual issue)

## Visual issue description
(Describe in as much detail what constitutes the visual issue, including as much descriptive information as possible)

## What built the sample project or component

- [ ] code was built locally
- [ ] code was built by CI

(If the code was built by CI, please insert a link to the CI job here)

## System setup
- Windows version: <PLEASE FILL IN>
- Windows SDK version: <PLEASE FILL IN>
- Vulkan SDK version: <PLEASE FILL IN>
- CMake version: <PLEASE FILL IN>
- Visual Studio version: <PLEASE FILL IN>
- CPU: <PLEASE FILL IN>
- GPU: <PLEASE FILL IN>
- GPU driver version: <PLEASE FILL IN>

## Relevant logs or screenshots
(Paste any relevant logs or screenshots to help diagnose the visual issue)

/label ~visual-issue ~qa-report
Binary file modified PrebuiltSignedDLL/amd_fidelityfx_dx12.dll
Binary file not shown.
Binary file modified PrebuiltSignedDLL/amd_fidelityfx_vk.dll
Binary file not shown.
Loading

0 comments on commit c16b1d2

Please sign in to comment.