You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add option to disable WebGL rendering (#2134)
- Advanced Settings section in the Settings menu, with an option to
disable WebGL
- Read from the server config for default values
- web.webgl: default setting for WebGL being enabled or not
- web.webgl.editable: disallow the user from enabling WebGL
- Contextual Help item to add more info
- Tested by adding the following to the deephaven.prop config:
```
web.webgl=false
web.webgl.editable=false
client.configuration.list=java.version,deephaven.version,barrage.version,http.session.durationMs,file.separator,web.storage.layout.directory,web.storage.notebook.directory,web.webgl,web.webgl.editable
```
---------
Co-authored-by: Don <dsmmcken@gmail.com>
// scattergl mode is more performant (usually), but doesn't support the rangebreaks we need for businessTime calendars
696
+
// In some cases, WebGL is less performant (like in virtual desktop environments), so we also allow the option of the user explicitly disabling it even if it's supported
0 commit comments