While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring 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: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring 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
- New Linux kernel patch submitted to improve Lenovo Legion series support including Lenovo Legion Go
- The Steam Deck Stars Bundle on Steam has some top Deck Verified games for cheap
- Team Fortress 2 Comic issue 7 is finally, officially available
- Horror scavenging game KLETKA is like Lethal Company but an elevator wants to eat you
- Steam Replay for 2024 is live to show off all those hours you played
- > See more over 30 days here
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
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link
aco:
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link
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
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.
View PC info
View PC info
View PC info
Feel free to post comparison benchmarks here, so developers could take a look.
View PC info
View PC info
It works with X4? Interesting. Weird that it doesn't work for me. I'm using GOG version of the game. I wonder if it somehow prevents Vulkan layers from working?
View PC info
Yeah, the hang is ACO related, but I was interested in why the overlay is not showing up. I.e. same thing happens with regular Mesa (except no hang). Anyway, it's really off-topic for ACO testing. I opened a Mesa bug.
View PC info
I would like to see benchmarks with an empty shader cache, since this compiler was specifically designed with low compilation latency in mind :)
changing XDG_CACHE_DIR or whatever it is called should be enough, AFAIK, if you don't want to get rid of your old cache.
Could those freezes be due to building up the shader chache?
View PC info
Doing comparisons against the wrong mesa version won't mean anything.
View PC info
It's 19.2, AFAIK. In order to do a useful test, you should always run tests using the same compiled libraries with llvm and without it. From my point of view, that's the only way to get a fair results to compare.
View PC info
![](https://steamuserimages-a.akamaihd.net/ugc/780728477808779288/C2B5F5CE79892439F46FCBAE4F5662191CC64EA7/)
View PC info
to be exact. Which is 19.2-git.
View PC info
Interesting. I'm still on Meson 0.49. Did newer Meson remove --native-files option? That part was needed to set correct llvm version when building, since my script supports choosing that.
Once Debian testing will get unfrozen (soon) and packages will refresh, I'll update my script if anything will be broken.
Not sure. How does the resulting ICD file look like? Does it point to the right location of .so? If not, place it where you want it, and manually edit the ICD JSON to point to the right place.