Summary: | wp_viewporter support | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Robert Mader <robert.mader> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | hsantanna, kde, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=437115 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Mader
2021-03-19 17:46:30 UTC
FTR, the new FF backend can already be tested quite easily - if you want to give it a go to check if it runs well on KWin: ``` git clone https://github.com/servo/webrender.git cd webrender/example-compositor/compositor cargo run native [large|small|scroll] swap 1300 520 ``` Initial support for this landed in Firefox nightly (https://bugzilla.mozilla.org/show_bug.cgi?id=1699985) You can turn it on by setting `gfx.webrender.compositor.force-enabled` to `true` using the Wayland backend. Err, looks like it's already supported. Sorry, never mind. And awesome! It is, yeah. I had left this open to explicitly test firefox/webrenderer which we never got round to do doing, but we can reopen if we find specific issues. |