From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 23 May 2017 21:09:57 +0000 (+0200)
Subject: Added hardware acceleration to man page.
X-Git-Url: https://git.owens.tech/assets/editable-focus.html/assets/editable-focus.html/git?a=commitdiff_plain;h=eef415325333b2f5f2b1cbf54041aa8b72c4e2db;p=vimb.git

Added hardware acceleration to man page.
---

diff --git a/doc/vimb.1 b/doc/vimb.1
index 0fc8206..70c9272 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -809,6 +809,11 @@ comparison for further typed chars.
 .SH SETTINGS
 All settings listed below can be set with the `:set' command.
 .TP
+.B accelerated-2d-canvas (bool)
+Enable or disable accelerated 2D canvas.
+When accelerated 2D canvas is enabled, WebKit may render some 2D canvas
+content using hardware accelerated drawing operations.
+.TP
 .B caret (bool)
 Whether to enable accessibility enhanced keyboard navigation.
 .TP
@@ -872,6 +877,22 @@ which will flatten all the frames to become one scrollable page.
 .B fullscreen (bool)
 Show the current window full-screen.
 .TP
+.B hardware-acceleration-policy (string)
+This setting decides how to enable and disable hardware acceleration.
+.PD 0
+.RS
+.IP - 2
+`ondemand' enables the hardware acceleration when the web contents request it, disabling it again when no
+longer needed.
+.IP - 2
+`always' enforce hardware acceleration to be enabled.
+.IP - 2
+`never' disables it completely.
+Note that disabling hardware acceleration might cause some websites to not
+render correctly or consume more CPU.
+.RE
+.PD
+.TP
 .B header (list)
 Comma separated list of headers that replaces default header sent by WebKit or
 new headers.