Skip to content
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

Feature request: allow to use NVIDIA DLSS for images #4380

Open
3DRaven opened this issue May 17, 2021 · 1 comment
Open

Feature request: allow to use NVIDIA DLSS for images #4380

3DRaven opened this issue May 17, 2021 · 1 comment

Comments

@3DRaven
Copy link

3DRaven commented May 17, 2021

Hi! NVIDIA have technology for upscale images by neural networks
https://developer.nvidia.com/dlss

This technology would allow us to send from server lower resolution image and upscale it on client side.

How about use this technology in webrender? It would be save some traffic for server and save power
in mobile phones.

AMD have alternative https://www.amd.com/ru/technologies/radeon-software-fidelityfx

@kvark
Copy link
Member

kvark commented May 18, 2021

I don't think this is an option for WebRender at all. The page itself is not sent as an image, it's sent as a display list, so DLSS isn't helping. The images to be used for the page have to be precise in order for the Web to be portable, so we can't apply random compression schemes like this to reduce the transfer cost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants