diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-02-07 15:36:26 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-02-10 10:10:01 +0100 |
commit | 90b02dd4a465f312a6b9c27ff572b5a304e857de (patch) | |
tree | d38338dd6396a564b7e552fbe1cab170e5f924ce /officecfg | |
parent | 3081998ada2ad60d14f8b2343309fe79776f898a (diff) |
in case of Skia problems force raster mode, don't disable it all
Skia's CPU-based raster mode should be safe (at least from driver problems),
so it should be enough to make the failsafe mechanism just disable Vulkan
use.
Also add UI option controlling forced raster rendering.
Change-Id: I6be1745782816e5468e55635ae5613b6a6afded6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88206
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 0a880488324d..87839ae3cd9d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -880,6 +880,14 @@ </info> <value>false</value> </prop> + <prop oor:name="ForceSkiaRaster" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if Skia rendering should be used in VCL backends + supporting it. This one forces the use of Skia software rendering + instead of trying to use the graphics driver.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="AnimationsEnabled" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Defines if the user interface animations (like "walking ant" |