From f5302a4d1a8d07d829a3aae4afc68f90d6cb54d5 Mon Sep 17 00:00:00 2001 From: Angelo Yazar Date: Wed, 28 Sep 2016 14:38:07 -0700 Subject: [PATCH 1/3] add webGLContextOptions to jsConfig.js to allow for build time customization of the webGL context options passed to getContext --- src/build/jsConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build/jsConfig.js b/src/build/jsConfig.js index 8377753..6eea0de 100644 --- a/src/build/jsConfig.js +++ b/src/build/jsConfig.js @@ -32,7 +32,8 @@ exports.JSConfig = Class(function () { splash: { autoHide: !(manifest.splash && manifest.splash.autoHide === false) }, - useWebGL: manifest.browser && manifest.browser.canvas && manifest.browser.canvas.useWebGL || false + useWebGL: manifest.browser && manifest.browser.canvas && manifest.browser.canvas.useWebGL || false, + webGLContextOptions: deepCopy(manifest.browser.webGLContextOptions) }; if (manifest.disableNativeViews) { From 58b958299b625558294fbc6500ae94e094d09c32 Mon Sep 17 00:00:00 2001 From: Angelo Yazar Date: Wed, 28 Sep 2016 16:33:55 -0700 Subject: [PATCH 2/3] switch timestep to lvl-compat branch --- modules/timestep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timestep b/modules/timestep index c7adb56..d66a03e 160000 --- a/modules/timestep +++ b/modules/timestep @@ -1 +1 @@ -Subproject commit c7adb56177a5ab6707f54c345d334a57e9bdaaf3 +Subproject commit d66a03e2be531c05663558ffb065f43a4b0af59b From 7373af962d8ca4920f0514b7eb71fd615429d561 Mon Sep 17 00:00:00 2001 From: Angelo Yazar Date: Wed, 28 Sep 2016 17:16:05 -0700 Subject: [PATCH 3/3] update timestep --- modules/timestep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timestep b/modules/timestep index d66a03e..9601aae 160000 --- a/modules/timestep +++ b/modules/timestep @@ -1 +1 @@ -Subproject commit d66a03e2be531c05663558ffb065f43a4b0af59b +Subproject commit 9601aae77799322807418a07977635300f4350c9