-
Notifications
You must be signed in to change notification settings - Fork 137
chore(upscaling): simplify interop and upscale methods #1514
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 all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4cfcc60
chore: remove fsr and xess :C
doodlum 52f7772
chore: add back fidelityfx
doodlum 4b2d67a
feat: dx11 fsr3
doodlum b594f8a
chore: clean up texture management
doodlum 6854fab
fix: clean up
doodlum 0f086e8
chore: more cleanup
doodlum 2133add
chore: fix fg
doodlum e72966e
fix: optimised interop
doodlum 286a7af
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] ad58d85
chore: cleanup
doodlum c3ff1dc
Merge branch 'upscaler-downgrade' of https://github.com/doodlum/skyri…
doodlum 06407b1
fix: fix nonsense
doodlum 09986bc
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 5a4d8e3
chore: clean up
doodlum 0f7c646
Merge branch 'upscaler-downgrade' of https://github.com/doodlum/skyri…
doodlum ae505ab
fix: only nt handle
doodlum ddd7737
chore: quality tweaks
doodlum ba56d3c
chore: tweaks
doodlum 2e7ecd7
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 2b58d3f
Merge branch 'upscaler-downgrade' of https://github.com/doodlum/skyri…
doodlum 8c720eb
perf: optimise fsr
doodlum f33bacd
fix: scratch buffer memory leak
doodlum 49598f2
fix: what
doodlum 073039b
chore: remove backend label
doodlum 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
Some comments aren't visible on the classic Files Changed page.
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
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,15 @@ | ||
| set(FFX_API_VK OFF) | ||
| set(FFX_API_DX12 OFF) | ||
| set(FFX_ALL OFF) | ||
| set(FFX_FSR3 ON) | ||
| set(FFX_FSR ON) | ||
| set(FFX_AUTO_COMPILE_SHADERS 1) | ||
|
|
||
| add_subdirectory(${CMAKE_SOURCE_DIR}/extern/FidelityFX-SDK/sdk) | ||
|
|
||
| target_link_libraries( | ||
| ${PROJECT_NAME} | ||
| PRIVATE | ||
| ffx_backend_dx11_x64 | ||
| ffx_fsr3_x64 | ||
| ) | ||
Submodule FidelityFX-SDK
added at
8138c9
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
Binary file removed
BIN
-12.5 MB
features/Upscaling/Shaders/Upscaling/FidelityFX/amd_fidelityfx_upscaler_dx12.dll
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.