Page 1 of 1

Adding AMD FSR 2.2?

Posted: Sun Feb 26, 2023 11:48 am
by Daryn
With AMD releasing FSR 2.2, I'm wondering if it'd be possible to implement into GZDoom?

https://github.com/GPUOpen-Effects/FidelityFX-FSR2

If anyone's interested in looking at it. I'm not going to call this a full feature request, as I'm not entirely sure there would be a benefit to VRAM usage. In my mind, there should be, but I don't know enough to really make that claim.

Check it out, though. At the very least it's an interesting repo to browse.

Re: Adding AMD FSR 2.2?

Posted: Sun Feb 26, 2023 2:27 pm
by Graf Zahl
This is way out of scope for a Doom port.

Re: Adding AMD FSR 2.2?

Posted: Tue Feb 28, 2023 8:39 am
by Phredreeke
While this is cool tech, I have a feeling it would struggle with our use cases as it relies on coherency between frames, for example a monster making a 45 degree turn is probably too much for it.

Re: Adding AMD FSR 2.2?

Posted: Tue Feb 28, 2023 10:07 am
by Daryn
If it was easy to implement, I'd say give it a try and find out, but it looks like implementing this into GZDoom wouldn't be as straightforward as it is for a modern engine. I just figured I'd bring it to your attention.

Re: Adding AMD FSR 2.2?

Posted: Tue Feb 28, 2023 10:56 am
by Rachael
It's not that easy to implement because GZDoom does not save data between frames which is important for an implementation like this. Plus it also needs a lot of other data in order to function (such as vertex shader info) which is not readily available.