Hahaha yes! Congrats to whoever did this!
Why the congratulations? Other than intellectual curiosity how is this a positive? As I understand it no other company can now get even close to matching these techniques without legal accusations of copying the code coming about.
Nvidia DLSS Source Code Leaked
41–50 of 68 posts
Re: Nvidia DLSS Source Code Leaked
#42Earlier quoted context omitted.
The roadblock for nouveau is that the chipset won't allow the clocks to be set to performant frequencies unless the NVIDIA-signed binary firmware blob is uploaded.
Which still can be used, no? All we need is to know the API to the firmware blob, which this leak probably shows nicely
Edit: even if the Nvidia blob were used, it would (i) be a big departure from Mesa architecture and infrastructure and (ii) it would be illegal to distribute it. Nvidia could also introduce an arbitrary amount of protocol madness to make accessing the firmware blob as difficult as possible.
Re: Nvidia DLSS Source Code Leaked
#43Earlier quoted context omitted.
Why the congratulations? Other than intellectual curiosity how is this a positive? As I understand it no other company can now get even close to matching these techniques without legal accusations of copying the code coming about.
>Why the congratulations? Valve and everyone has been stealing pc games for 23+ years since 1997. In case you weren't aware, in the 90's any hacker worth his salt, if you suggested taking up any client-server app you were looked at as a pariah, it's the ultimate security risk. Trusted computing is literally them stealing ownership of your PC, the TPM and "security chips" are all about ending you controlling your pc,…
Re: Nvidia DLSS Source Code Leaked
#44Earlier quoted context omitted.
Why the congratulations? Other than intellectual curiosity how is this a positive? As I understand it no other company can now get even close to matching these techniques without legal accusations of copying the code coming about.
Maybe a dumb question - why would Nvidia not publish all their code then?
Re: Nvidia DLSS Source Code Leaked
#45Earlier quoted context omitted.
Why the congratulations? Other than intellectual curiosity how is this a positive? As I understand it no other company can now get even close to matching these techniques without legal accusations of copying the code coming about.
>Why the congratulations? Valve and everyone has been stealing pc games for 23+ years since 1997. In case you weren't aware, in the 90's any hacker worth his salt, if you suggested taking up any client-server app you were looked at as a pariah, it's the ultimate security risk. Trusted computing is literally them stealing ownership of your PC, the TPM and "security chips" are all about ending you controlling your pc,…
Re: Nvidia DLSS Source Code Leaked
#46Very exciting, I hope this will help open-source hardware-accelerated image upscaling. To get an idea of what image upscaling can do, check out this subreddit dedicated to artificially increasing the resolution of old video game assets to give them a new life: https://www.reddit.com/r/GameUpscale/ Here's eg some personal experiments with the game Baldur's Gate: https://www.reddit.com/r/baldursgate/comments/aemu8u/ups…
Re: Nvidia DLSS Source Code Leaked
#47Very exciting, I hope this will help open-source hardware-accelerated image upscaling. To get an idea of what image upscaling can do, check out this subreddit dedicated to artificially increasing the resolution of old video game assets to give them a new life: https://www.reddit.com/r/GameUpscale/ Here's eg some personal experiments with the game Baldur's Gate: https://www.reddit.com/r/baldursgate/comments/aemu8u/ups…
It is also a legal minefield. Nvidia is certainly going to look closely at whatever may contain the leaked code. They are unlikely to do much if you just copy their techniques (unless they are patented, you need to watch that out too), but on community projects, you have to make sure that none of your contributors copy the code itself.
ReactOS (essentially a Windows reimplementation) explicitly tells people who had access to the Microsoft source code not to work on the relevant parts of the project. Probably for that reason.
Re: Nvidia DLSS Source Code Leaked
#48Can the nouveau project make use of this without ending in legal hot water?
Re: Nvidia DLSS Source Code Leaked
#49Reminder: Software patents aren't a thing in most of the world. This is a good thing, as this code should be studied and documented and free alternatives written while referencing this documentation.
Re: Nvidia DLSS Source Code Leaked
#50Reminder: Software patents aren't a thing in most of the world. This is a good thing, as this code should be studied and documented and free alternatives written while referencing this documentation.
Even without software patents, I doubt it's legal in most of the world to implement something using somebody else's stolen source code. A clean room process would still be necessary.