Skip to content

Commit ca80520

Browse files
SaltyBetLifeismana
authored andcommitted
Add FidelityFX SDK (#835)
merge FSR2 rule with this one
1 parent ab3d2ce commit ca80520

6 files changed

Lines changed: 25 additions & 8 deletions

File tree

descriptions/SDK.AMD_FSR2.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

descriptions/SDK.AMD_FidelityFX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**AMD FidelityFX**](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/) is a collection of heavily optimized, open source technologies (shader and runtime code) that can be used by developers to improve their DirectX 12 or Vulkan applications. It includes FSR Upscaling (both Spatial and Temporal), FSR Frame Interpolation (Frame Generation), Global Illumination, Ambient Occlusion, Screen-Space Reflections, HDR tone/gamut mapping, and more.

rules.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ Adobe_Flash[] = (?:^|/)Flash[ _]?Player(?:$|/|\.)
234234
Adobe_Flash[] = (?:^|/)StandalonePlayerLocalizable\.strings(?:$|/)
235235
Allegro[] = (?:^|/)allegro-5\.2\.dll$
236236
Allegro[] = (?:^|/)liballeg(?:ro)?\.so
237-
AMD_FSR2 = (?:^|/)ffx_fsr2_api_x(?:64|86)\.dll$
237+
AMD_FidelityFX[] = (?:^|/)amd_fidelityfx_(?:dx12|vk)\.dll$
238+
AMD_FidelityFX[] = (?:^|/)ffx_fsr2_api_x(?:64|86)\.dll$
238239
AMD_GPU_Services = (?:^|/)amd_ags(?:_x(?:64|86))?\.dll$
239240
AMD_TrueAudio_Next = (?:^|/)TrueAudioNext\.dll$
240241
Anzu = (?:^|/)(?:lib)?anzu\.dll$

tests/types/SDK.AMD_FSR2.txt

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

tests/types/SDK.AMD_FidelityFX.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/amd_fidelityfx_dx12.dll
2+
/amd_fidelityfx_vk.dll
3+
/ffx_fsr2_api_x64.dll
4+
/ffx_fsr2_api_x86.dll
5+
Binaries/amd_fidelityfx_dx12.dll
6+
Binaries/amd_fidelityfx_vk.dll
7+
Binaries/ffx_fsr2_api_x64.dll
8+
amd_fidelityfx_dx12.dll
9+
amd_fidelityfx_vk.dll
10+
ffx_fsr2_api_x64.dll
11+
ffx_fsr2_api_x86.dll
12+
win32/amd_fidelityfx_dx12.dll
13+
win32/amd_fidelityfx_vk.dll
14+
win32/ffx_fsr2_api_x86.dll

tests/types/_NonMatchingTests.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,10 @@ notactuallyAceAntibotClient
867867
AceAntibotClient.whatever
868868
ffx_fsr2_api_x42.dll
869869
Binaries/ffx_fsr2_api_x64.dlll
870+
amd_fidelityfx_dx22.dll
871+
Binaries/amd_fidelityfx_dx12.dlll
872+
amd_fidelityfx_bk.dll
873+
Binaries/amd_fidelityfx_vk.dlll
870874
CryRenderVulkanxdll
871875
CryD3DCompilerStubxdll
872876
enginexpak
@@ -989,6 +993,10 @@ Unigine_x86_dll
989993
/ffx_fsr2_api_x86@dll
990994
ffx_fsr2_api_x64@dll
991995
ffx_fsr2_api_x86@dll
996+
/amd_fidelityfx_dx12@dll
997+
/amd_fidelityfx_vk@dll
998+
amd_fidelityfx_dx12@dll
999+
amd_fidelityfx_vk@dll
9921000
libUnigine.so
9931001
thisaintproject.godot
9941002
project.godotfork

0 commit comments

Comments
 (0)