-
-
Notifications
You must be signed in to change notification settings - Fork 104
Add AMD features & update older AMD rules. #925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7dca573
Update AMD Features in rules.ini
AMDKris 984a3af
Update AMD Feature descriptions
AMDKris b9868fb
Add Non Matching Tests
AMDKris 014fafc
Remove tests for old SDK.AMD_FidelityFX
AMDKris c312336
Add tests for new AMD Features
AMDKris e43b3ff
Remove duplicate regex
AMDKris 40d6ebb
Update descriptions/SDK.AMD_FSR_Upscaling.md
AMDKris ef93fba
Update descriptions/SDK.AMD_FidelityFX_FSR2.md
AMDKris 5a7ba82
Update descriptions/SDK.AMD_FSR_SDK.md
AMDKris 006b20f
Update descriptions/SDK.AMD_FSR_FrameGen.md
AMDKris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FSR Frame Generation**](https://gpuopen.com/amd-fsr-framegeneration/) is an advanced frame-generating solution that leverages state-of-the-art machine learning (ML) algorithms to generate high-quality intermediate frames from two consecutive source images, interpolating the motion of pixels between the start and end images. The neural approach significantly reduces artifacts common in analytical interpolation such as ghosting and motion discontinuities. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FSR Ray Regeneration**](https://gpuopen.com/amd-fsr-rayregeneration/) is a standalone, machine learning-powered real-time denoiser that integrates seamlessly with any game engine, enabling high-quality visuals by denoising inputs from ray-traced workloads. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FSR SDK**](https://gpuopen.com/amd-fsr-sdk/) is AMD's easy-to-integrate solution for developers looking to include FSR “Redstone” features into their games without any of the hassle of complicated porting procedures. This revision to the SDK serves as the launch pad for the AMD FSR™ “Redstone” suite of technologies, | ||
|
AMDKris marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FSR Upscaling**](https://gpuopen.com/amd-fsr-upscaling/) is a cutting-edge upscaler that delivers significant image quality improvements over previous FSR generations. Our ML-powered upscaler (formerly AMD FidelityFX™ Super Resolution 4) uses neural networks to reconstruct visuals from lower-resolution frames that match or exceed native rendering quality, delivering a substantial boost in game performance. | ||
|
AMDKris marked this conversation as resolved.
Outdated
|
||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FidelityFX FSR2**](https://gpuopen.com/fidelityfx-superresolution-2/) is AMDs pre FSR SDK integration of FSR 2. | ||
|
AMDKris marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [**AMD FidelityFX SDK**](https://gpuopen.com/amd-fidelityfx-sdk-1/) 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| /amd_fidelityfx_framegeneration_dx12.dll | ||
| amd_fidelityfx_framegeneration_dx12.dll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| /amd_fidelityfx_denoiser_dx12.dll | ||
| amd_fidelityfx_denoiser_dx12.dll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| /amd_fidelityfx_loader_dx12.dll | ||
| amd_fidelityfx_loader_dx12.dll | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| /amd_fidelityfx_upscaler_dx12.dll | ||
| amd_fidelityfx_upscaler_dx12.dll |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| /ffx_fsr2_api_x64.dll | ||
| /ffx_fsr2_api_x86.dll | ||
| ffx_fsr2_api_x64.dll | ||
| ffx_fsr2_api_x86.dll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /amd_fidelityfx_dx12.dll | ||
| /amd_fidelityfx_vk.dll | ||
| amd_fidelityfx_dx12.dll | ||
| amd_fidelityfx_vk.dll | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.