diff options
-rw-r--r-- | vcl/README.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.vars b/vcl/README.vars index 9f5a10a26a96..029ee1ad4842 100644 --- a/vcl/README.vars +++ b/vcl/README.vars @@ -37,6 +37,7 @@ SAL_FORCEGL - force enable OpenGL SAL_GL_NO_SWAP - disable buffer swapping if set (should show nothing) SAL_GL_SLEEP_ON_SWAP - sleep for half a second on each swap-buffers. SAL_DISABLE_WATCHDOG - don't start the thread that watches for broken GL/Vulkan/OpenCL drivers +SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures or Skia surfaces Skia ---- @@ -49,4 +50,3 @@ SAL_DISABLE_SKIA_CACHE=1 - disable caching of complex images OpenGL,Skia ----------- SAL_WITHOUT_WIDGET_CACHE - disable LRU caching of native widget textures -SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures or Skia surfaces |