Add more overrides for Linux WebGL with opensource drivers

pull/110/head
openbuilds-engineer 2018-10-11 19:32:11 +02:00
rodzic 175453ec8c
commit 4d77d0619b
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -2216,7 +2216,12 @@ if (isElectron()) {
};
// electronApp.commandLine.appendSwitch("--ignore-gpu-blacklist");
electronApp.commandLine.appendSwitch('ignore-gpu-blacklist', 'true')
electronApp.commandLine.appendSwitch('enable-gpu-rasterization', 'true')
electronApp.commandLine.appendSwitch('enable-zero-copy', 'true')
electronApp.commandLine.appendSwitch('disable-software-rasterizer', 'true')
electronApp.commandLine.appendSwitch('enable-native-gpu-memory-buffers', 'true')
// This method will be called when Electron has finished
// initialization and is ready to create browser windows.

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsMachineDriver",
"version": "1.0.103",
"version": "1.0.104",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",