pgo: Use pixman renderer by default for PGO builds #740
Manually merged
dnkl
merged 1 commits from sochotnicky/foot:use-pixman-renderer
into master
10 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'sochotnicky/foot:use-pixman-renderer'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Without pixman renderer override pgo builds in cage/sway require
access to actual render devices. In Gentoo's case the builds are run
as ordinary user and within a "sandbox" which prevents and logs access
outside of predefined places during build.
So let's default to pixman renderer for the PGO builds. Hopefully that
won't matter for the pgo optimizations to do the right thing within foot.
vtebench results:
This PR, headless-cage
Master branch, headless-cage
Master branch, current-session
So, it looks like the "scrolling" benchmarks are affected, mostly in a positive way... Though all numbers appear to be within the error margins, I re-ran the tests a couple of times, and got roughly the same results each time. So I do think there really is a difference.
In short, I think this PR is perfectly fine to merge.
7704bea876
into master manually 10 months agoThanks!
7704bea876
.