Bug 162001 - [LOCALHELP] Explain SKIA checkbox in the Options
Summary: [LOCALHELP] Explain SKIA checkbox in the Options
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: HelpGaps-NewFeatures
  Show dependency treegraph
 
Reported: 2024-07-11 13:36 UTC by Olivier Hallot
Modified: 2024-07-11 15:11 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2024-07-11 13:36:04 UTC
Help page for Tools - Option - LO - View does not mention SKIA.

Write explanation of SKIA option. A short description of SKIA is welcome. further reading of SKIA in the related topics too.

File to touch:
Helpcontents2/source/text/shared/optionen/01010800.xhp
Comment 1 V Stuart Foote 2024-07-11 13:49:11 UTC
@Oliver, *

Just wrote this up on an issue, does this get you started...

LibreOffice Tools -> Options -> View there are four config choices for rendering:

(1) "Use Skia for all rendering" -- this is default on Win builds and uses Skia calls to Vulkan vector based rendering

(2) "Force Skia software rendering" -- this still uses Skia libs but with calls for raster framing, reduced and simplified GPU load

(3) "Use hardware acceleration" -- with Skia disabled (both unchecked) and LibreOffice restart uses CPU and OS gdi rendering with calls to the GPU for HA (still GPU driver dependent). 

(4) unchecked hardware acceleration -- with Skia disabled (both unchecked) uses only CPU for gdi rendering.  Noticeably slower. 

Anti-aliasing is enabled by default and the Skia libs do it well, but disabling can lighten load on CPU when gdi HA is off, tradeoff in appearance of text and draw objects rendered to display.
Comment 2 Olivier Hallot 2024-07-11 13:51:37 UTC
@VStuart: Excellent. Much appreciated input.