Skip to content

Commit

Permalink
FidelityFX SSSR release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rys committed Dec 14, 2021
1 parent 16ea8e3 commit 34dcacd
Show file tree
Hide file tree
Showing 69 changed files with 7,532 additions and 9,564 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variables:
SampleName: SssrSample
GIT_SUBMODULE_STRATEGY: normal
CMakeConfig: -G "Visual Studio 16 2019" -A x64

stages:
- build
Expand All @@ -12,7 +13,7 @@ build_dx12:
- amd64
stage: build
script:
- 'cmake -S sample -B sample/build/DX12 -G "Visual Studio 15 2017" -A x64 -DGFX_API=DX12'
- 'cmake -S sample -B sample/build/DX12 -DGFX_API=DX12 %CMakeConfig%'
- 'cmake --build sample/build/DX12 --config Release'
artifacts:
paths:
Expand All @@ -24,7 +25,7 @@ build_vk:
- amd64
stage: build
script:
- 'cmake -S sample -B sample/build/VK -G "Visual Studio 15 2017" -A x64 -DGFX_API=VK'
- 'cmake -S sample -B sample/build/VK -DGFX_API=VK %CMakeConfig%'
- 'cmake --build sample/build/VK --config Release'
artifacts:
paths:
Expand All @@ -39,6 +40,7 @@ package_sample:
- build_dx12
- build_vk
script:
- copy %VULKAN_SDK%\Bin\glslc.exe .\sample\bin
- xcopy .\ffx-dnsr\docs\*.pdf .\docs /sy
- echo "Packaging build"
- echo cd .\sample\bin\ > %SampleName%_DX12.bat
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "ffx-dnsr"]
path = ffx-dnsr
url = ../../GPUOpen-Effects/FidelityFX-Denoiser.git
[submodule "ffx-spd"]
path = ffx-spd
url = ../../GPUOpen-Effects/FidelityFX-SPD.git
2 changes: 1 addition & 1 deletion NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _________________________


AMD copyrighted code (MIT)
Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2021 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
Expand Down
1 change: 1 addition & 0 deletions ffx-spd
Submodule ffx-spd added at 7c796c
1,907 changes: 0 additions & 1,907 deletions ffx-spd/ffx_a.h

This file was deleted.

Loading

0 comments on commit 34dcacd

Please sign in to comment.