https://bugs.documentfoundation.org/show_bug.cgi?id=166258
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from V Stuart Foote <[email protected]> --- This is kind of expected. Think about the raster framing needed to scroll the view ports. Each "view" gets calculated, but then they are streamed one view at a time. With the Vulkan, each view (even though a vector rendering) must be cached. IIUC with skia raster framing the "views" are just being cached, with vector framing they get recalculated (though faster HA)--the resulting "scroll" appears choppy. Additionally, older less capable GPU and limited memory can make the frames being calculated appear to be choppy/slow. More modern GPU with plenty of graphics RAM can do a better job. -- You are receiving this mail because: You are the assignee for the bug.
