summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-11-04 14:37:05 +0100
committerLuboš Luňák <l.lunak@collabora.com>2019-11-26 13:24:54 +0100
commit7115d978d8be595759c6fbc1baab869c01095710 (patch)
tree111ad854da056cfe55b21d081a2ef6a0bdc6b936
parent46535fb8c18f9da10d9cee50012e8c6a17e40eb6 (diff)
move docs for Skia env.vars. to vcl/README.vars
Change-Id: I9260e277b83f71ee06129802d8278f098796760c
-rw-r--r--vcl/README.vars7
-rw-r--r--vcl/skia/README11
2 files changed, 10 insertions, 8 deletions
diff --git a/vcl/README.vars b/vcl/README.vars
index 733d2a6cb9f3..71c7c2e6493a 100644
--- a/vcl/README.vars
+++ b/vcl/README.vars
@@ -39,3 +39,10 @@ SAL_GL_SLEEP_ON_SWAP - sleep for half a second on each swap-buffers.
SAL_WITHOUT_WIDGET_CACHE - disable LRU caching of native widget textures
SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures
SAL_DISABLE_GL_WATCHDOG - don't start the thread that watches for broken GL drivers
+
+Skia
+----
+SAL_DISABLESKIA=1 - force disabled Skia
+SAL_ENABLESKIA=1 - enable Skia, unless blacklisted (and if the VCL backend supports Skia)
+SAL_FORCESKIA=1 - force using Skia, even if blacklisted
+SAL_SKIA=raster|vulkan - select Skia's drawing method, by default Vulkan is used
diff --git a/vcl/skia/README b/vcl/skia/README
index 6c3da7254b8b..793c16e8dd39 100644
--- a/vcl/skia/README
+++ b/vcl/skia/README
@@ -4,15 +4,10 @@ See external/skia for info on the library itself.
Environment variables:
======================
-SAL_DISABLESKIA=1 - force disabled Skia
-SAL_ENABLESKIA=1 - enable Skia, unless blacklisted (and if the VCL backend supports Skia)
-SAL_FORCESKIA=1 - force using Skia, even if blacklisted
-SAL_SKIA=raster|vulkan - select Skia's drawing method, by default Vulkan is used
+See README.vars in the toplevel vcl/ directory. Note that many backends do not
+use Skia. E.g. on Linux it is necessary to also use SAL_USE_VCLPLUGIN=gen .
-There also also GUI options for controlling whether Skia is enabled.
-
-Note that many backends do not use Skia. E.g. on Linux it is necessary to also use
-SAL_USE_VCLPLUGIN=gen .
+There are also GUI options for controlling whether Skia is enabled.
Skia drawing methods:
=====================