Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last week
All versions
1.20.1-0.9.1-alpha.1+gl-forge
Alpha
Super Resolution 0.9.1-alpha.1+opengl for Forge 1.20.1last week 7,362
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
0.9.1-alpha.1
✨ 新增
- 算法
- 新增 Windows 平台 AMD FSR 4(Direct3D 12)支持 by @sssxks
- 配置界面
- 资源下载界面新增下载源选择、单项下载与取消下载
- 启用详细性能分析后,性能页面新增超分、帧生成、呈现及互操作阶段的 GPU 耗时统计
🔧 改进
- 算法
- DLSS 资源支持从 NVIDIA NGX 获取最新版本,并为 DLSS、XeSS 和 FSR 4 提供多个下载源
- 日志与诊断
- 运行日志和异常诊断统一改为英文
🐛 修复
- 光影接口
- 修复 FSR 无法正确使用光影包提供的外部曝光纹理的问题
🗑️ 移除
- 算法
- 移除 FSR 2.2.1
- 移除 SGSR2 的 FS_2 片段着色器变体
- 平台
- 移除 Forge 对 MixinBooster 的必需依赖
✨ Added
- Algorithms
- Added AMD FSR 4 (Direct3D 12) support on Windows by @sssxks
- Config UI
- Added download-source selection and per-resource download and cancellation controls
- Added GPU timing charts for upscaling, frame generation, presentation, and interop stages when detailed profiling is enabled
🔧 Improved
- Algorithms
- Added support for retrieving the latest DLSS resource from NVIDIA NGX and multiple download sources for DLSS, XeSS, and FSR 4
- Logs and Diagnostics
- Standardized runtime logs and exception diagnostics in English
🐛 Fixed
- Shader Interface
- Fixed FSR failing to use external exposure textures provided by shader packs
🗑️ Removed
- Algorithms
- Removed FSR 2.2.1
- Removed the SGSR2 FS_2 fragment-shader variant
- Platform
- Removed Forge's required dependency on MixinBooster
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Hf3Qz2H3:MeE6lOJf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hf3Qz2H3:MeE6lOJf"
}

