https://bugs.documentfoundation.org/show_bug.cgi?id=144598
--- Comment #6 from Mike Kaganski <[email protected]> --- (In reply to Julien Nabet from comment #5) > Luboš: I read in vcl/skia/README that "raster" was "CPU-based drawing (here > primarily used for debugging)" > So except debugging for devs, is it necessary to include "raster" Skia in > release versions of LO? Skia/raster is *very* important. 1. It works where there's no Vulkan. I am writing from the Windows system having no Vulkan support - it uses AMD Radeon HD 7400 Series graphics. 2. It allows to have unified rendering even on those systems. I don't think we need to remove Skia/Raster in release; but indeed, as a fallback on problematic systems, we need a way to disable it in the safe mode dialog. -- You are receiving this mail because: You are the assignee for the bug.
