-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
独立分离easu缩放算法: 不执行锐化步骤,仅用EASU就能获得很好的效果(相较于lanczos,个人认为甚至超过ewa_lanczossharp); 当前个人推荐默认启用 AMD-FSR-EASU_rgb 作为初始着色器(负责上采样/后备补充上采样),能效十分优秀,适合大多数人使用(懒人包依旧使用sinc作为初始放大算法的理由是——我的口味比较重)。 规范化nis,fsr,cas系列的命名, _rgb 变体皆为后处理,以区分默认只作用在luma通道的预处理版本。NVsharpen 依然为后处理。 相关及其它的完整内容,计划将在文档中补充。 修复cas和fsr的异常缩放问题。 移除自适应锐化的 best 预设。 调节预设着色器方案。
- Loading branch information
Showing
20 changed files
with
2,787 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains 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 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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.