gpu:aco
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
gpu:aco [2020/08/17 17:14] – 192.168.1.1 | gpu:aco [2020/08/18 07:55] (current) – removed 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== GPU - ACO ====== | ||
- | **ACO** is an experimental shader compiler developed by Valve to reduce stuttering in games and improve overall performance in Vulkan applications. | ||
- | |||
- | It's included in Mesa by default though not enabled. | ||
- | |||
- | You can run any application with the environment variable **RADV_PERFTEST** set to **aco** for this to take effect. | ||
- | |||
- | In a typical case, this means prefixing it to the command you wish to run. For example, with Games/ | ||
- | |||
- | <code bash> | ||
- | RADV_PERFTEST=aco supertuxkart | ||
- | </ | ||
- | |||
- | While for Steam games, including those that run through Steam Play/ | ||
- | |||
- | <code bash> | ||
- | RADV_PERFTEST=aco %command% | ||
- | </ |
gpu/aco.1597684464.txt.gz · Last modified: 2020/08/17 17:14 by 192.168.1.1