Hacker News new | ask | show | jobs
by lavabiopsy 1746 days ago
Thanks for the tips, I will try that and try to get some perf, I am currently compiling Ardour 6.9 :)

On a side note, I don't mean to be the bearer of bad news but I think you need a better plan than this, cairo has been in various states of inactivity and deep maintenance mode over the last several years, if anything more backends will be removed, not added. Also, cairo is an immediate mode-style renderer following the PDF imaging model made for print -- it's fundamentally the wrong approach for high performance rendering. You may not see much improvement even if it did have a Vulkan backend.

1 comments

VKVG is a vulkan lib with a cairo-based API. Switching to that wouldn't be that hard if we ever establish a need to do so.