From 397ad713cf9bc951b4882ca4b6baeb57541e318c Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 4 Feb 2020 17:28:10 +0100 Subject: merge OpenGLZone and OpenCLZone into one generic code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be used also by Skia code to detect problems with Vulkan drivers. The watchdog does not handle OpenCL because neither did the original code, but also because OpenCLZone::hardDisable() called from it would deadlock on SolarMutex for some reason. Change-Id: I483d8cb0b11a4e1e65c564f4e4c29ab68843ff71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88008 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- vcl/README.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/README.vars') diff --git a/vcl/README.vars b/vcl/README.vars index 538c6975f26d..495c9679e401 100644 --- a/vcl/README.vars +++ b/vcl/README.vars @@ -36,7 +36,7 @@ OpenGL 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_GL_WATCHDOG - don't start the thread that watches for broken GL drivers +SAL_DISABLE_WATCHDOG - don't start the thread that watches for broken GL/Vulkan/OpenCL drivers Skia ---- -- cgit