TranslateProject/published/201907/20190708 Linux Games Get A Performance Boost for AMD GPUs Thanks to Valve-s New Compiler.md

76 lines
3.9 KiB
Markdown
Raw Normal View History

2019-07-10 08:50:28 +08:00
[#]: collector: (lujun9972)
[#]: translator: (geekpi)
2019-07-10 12:53:22 +08:00
[#]: reviewer: (wxy)
[#]: publisher: (wxy)
[#]: url: (https://linux.cn/article-11082-1.html)
2019-07-10 08:50:28 +08:00
[#]: subject: (Linux Games Get A Performance Boost for AMD GPUs Thanks to Valves New Compiler)
[#]: via: (https://itsfoss.com/linux-games-performance-boost-amd-gpu/)
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
借助 Valve 的新编译器Linux 游戏在 AMD GPU 中获得了性能提升
======
Steam 寻求公众反馈以便为 AMD GPU 测试 ACO一个新的 Mesa [着色器][1]编译器)已经有几天了。
2019-07-10 12:53:22 +08:00
目前AMD 驱动程序使用 LLVM 作为着色器编译器。而 [Mesa][2] 则是一个开源的 [LLVM][3] 的替代品。因此在这种情况下Valve 希望支持 AMD 显卡以提高 Linux 游戏在各种 Linux 发行版上的性能。
2019-07-10 08:50:28 +08:00
![][4]
为了提高游戏性能,编译时间至关重要,使用新的 ACO 编译器,它将时间缩短了近 50。 Valve 在其 [Steam 社区][5]的帖子中解释了更多关于它的信息:
2019-07-10 12:53:22 +08:00
> AMD OpenGL 和 Vulkan 驱动程序目前使用的着色器编译器是上游 LLVM 项目的一部分。该项目规模庞大,并且有许多不同的目标,游戏着色器的在线编译只是其中之一。这可能会导致不同的开发权衡,其中改进游戏特定功能比其他情况更难,特定于游戏的功能也经常被 LLVM 的开发人员因其他事情破坏。特别是,着色器编译速度就是这样一个例子:它在大多数其他场景中并不是一个关键因素,只能锦上添花。但是对于游戏来说,编译时间是至关重要的,而缓慢的着色器编译可能导致几乎无法播放的顿挫。
2019-07-10 08:50:28 +08:00
### Linux 游戏真的有性能提升吗?
是的,没错。
这里的主要亮点是编译时间。如果着色器编译时间急剧减少,理论上应该会改善游戏的性能。
而且,根据[最初的基准报告][6],我们确实看到了一些重大改进。
![][7]
当然,游戏中的 FPS 改进并不是很大。但是,它在早期阶段仍然是一个很好的进步。
如果你对编译时间的改进感到好奇,下面是结果:
![][8]
2019-07-10 12:53:22 +08:00
是的,即使大幅的编译时间减少也不会大幅影响游戏中的 FPS。但是它仍然是一件大事因为目前这是一项正在进行中的工作。所以我们可以有更多期待。
2019-07-10 08:50:28 +08:00
但是,还能做些什么呢?
好吧ACO 还没完成。下面是为什么(在 Valve 中提到):
> 现在ACO 只处理像素和计算着色器阶段。当其余的阶段实现时,我们预计编译时间将进一步减少。
#### 总结
尽管我没有配备 AMD GPU但我很有兴趣看到对 Linux 游戏场景的改进。
此外,随着事情进展,我们将期待更多的基准和报告。
你怎么看待?请在下面的评论中告诉我们你的想法。如果你有基本报告要分享,请告诉我们。
--------------------------------------------------------------------------------
via: https://itsfoss.com/linux-games-performance-boost-amd-gpu/
作者:[Ankush Das][a]
选题:[lujun9972][b]
译者:[geekpi](https://github.com/geekpi)
2019-07-10 12:53:22 +08:00
校对:[wxy](https://github.com/wxy)
2019-07-10 08:50:28 +08:00
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/ankush/
[b]: https://github.com/lujun9972
[1]: https://en.wikipedia.org/wiki/Shader
[2]: https://en.wikipedia.org/wiki/Mesa_(computer_graphics)
[3]: https://en.wikipedia.org/wiki/LLVM
[4]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2019/07/Improved-Linux-Gaming.png?resize=800%2C450&ssl=1
[5]: https://steamcommunity.com/games/221410/announcements/detail/1602634609636894200
[6]: https://gist.github.com/pendingchaos/aba1e4c238cf039d17089f29a8c6aa63
[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/07/fps-improvement-amd.png?fit=800%2C412&ssl=1
2019-07-10 12:53:22 +08:00
[8]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2019/07/compile-time-amd-gpu-linux.png?ssl=1