While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
Liberapay or
PayPal.
This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:



This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
Popular this week
Contact
Latest Comments
-
Unreal Engine 5 editor quietly gets a proper Linux vers…
- Zerocool128 -
Two Point Campus from the dev of Two Point Hospital out…
- lukas333 -
W4 Games formed to help developers using Godot Engine
- Valck -
W4 Games formed to help developers using Godot Engine
- Whitewolfe80 -
Two Point Campus from the dev of Two Point Hospital out…
- ssj17vegeta - See more comments
Latest Forum Posts
- New Desktop Screenshot Thread
- scaine - How much of a performance difference is there?
- mr-victory - How did you get into Linux gaming?
- Pengling - Mojotron
- TimeFreeze - No surround sound in F.E.A.R. - advice?
- whizse - See more posts
View PC info
This is a thread for posting benchmarks if you have any.
Mesa repo that contains the compiler: https://github.com/daniel-schuermann/mesa
* Testing instructions.
* Bug reporting.
Compiler is enabled by default. To disable it and use regular amdgpu/llvm compiler with the same Mesa build, set the environment variable:
RADV_PERFTEST=llvm
See:
* https://www.gamingonlinux.com/articles/valve-are-asking-for-help-testing-aco-a-new-mesa-shader-compiler-for-amd-graphics.14502
* https://steamcommunity.com/games/221410/announcements/detail/1602634609636894200
View PC info
amdgpu/llvm
aco:
Not bad! It produced around +3 fps for me on average (+3.6% improvement) in the busy street in Novigrad.
GPU: Sapphire Pulse Vega 56
Resolution: 1920x1200.
CPU: AMD Ryzen 7 2700X.
I had to use llvm 8.0.1 though, since 9.0 snapshot currently causes a GPU hang. So would be interesting to compare with 9.0 once it will be fixed.
View PC info
Plus, I'm not sure how recent Blender is in Debian testing now, due to freeze (it will end soon though).
View PC info
View PC info
Mesa does it by the version, so I'd say no need. New build will have a different version.
View PC info
View PC info
I'm having troubles compiling. What flag should I pass to -dri-drivers?? seems that part is failing? just swrast is ok??
View PC info
I used my usual Mesa build script (except using the relevant git repo for the source instead of upstream one). It built fine without setting any dri-drivers.
The relevant part ($arch_dir is my variable):
-Ddri-drivers= \
-Ddri-drivers-path="${arch_dir["64"]}" \
"-Dvulkan-drivers=amd" \
View PC info
You can see how Debian builds stock Mesa here: https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=amd64&ver=19.1.1-1&stamp=1561995279&raw=0
I used that as a starting point for my script.
Since it's just for testing purposes, you can skip everything but radv altogether. Don't replace your regular Mesa with it. Just run the game on demand with the built one placed in dedicated location. That's what I do.