From c7d46325e635d1fb4482b53dce866e2c55026a7e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 22 Aug 2017 19:08:15 +0200 Subject: Allow WebGL to work with a software OpenGL implementation on Windows A user can explicitly request software OpenGL rendering via opengl32sw.dll instead of Skia rendering, by passing the --enable-webgl-software-rendering command line argument. This will make sure not to disable GPU processing if and only if software OpenGL rendering is used on Windows (via QT_OPENGL=software environment variable, or the Qt::AA_UseSoftwareOpenGL attribute), so that WebGL is not disabled. Software OpenGL rendering will still use Skia on platforms other than Windows. Change-Id: I8b3601b144e09e3a732abfb74dbbf6f924889b5a Reviewed-by: Allan Sandfeld Jensen --- src/3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty b/src/3rdparty index 5ebd47322..b8c39b181 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit 5ebd47322d60f40129fa9dacad04bee643a1b7d5 +Subproject commit b8c39b181f30d6068a958d39c2034932216778b9 -- cgit v1.2.3