Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on Dartium ( which is Chrome r50 ) #80

Closed
sandrobilbeisi opened this issue Jul 23, 2017 · 6 comments
Closed

Does not work on Dartium ( which is Chrome r50 ) #80

sandrobilbeisi opened this issue Jul 23, 2017 · 6 comments

Comments

@sandrobilbeisi
Copy link

Currently version only runs on Chrome r56 or above ( I've tested it 100% working with Chrome r59)

It does not work on Dartium ( which is Chrome r50 ) not even by activating the WebGL2 flag ...

@jonboj
Copy link

jonboj commented Jul 23, 2017

Confirm - same in my environment Ubuntu 17.04 with Intel graphics processor. Anyhow so fare works ok with the ddc dev environment.

@robertmuth
Copy link
Contributor

Does your dartium 50 show webgl2 compliance when navigating to:
http://webglreport.com/?v=2

@sandrobilbeisi
Copy link
Author

no, it does NOT show compliance

@robertmuth
Copy link
Contributor

As of version 3.X chronosgl is WebGL2 only so this explains the problem:
Chrome enabled WebGL2 in r56 by default. Older versions including Dartium 50 needs some
config changes.
The example index.html page has some hints:
https://github.com/ChronosTeam/ChronosGL/blob/master/example/index.html

try (in chrome://flags)
enable-unsafe-es3-apis
All examples should work with a properly configured Dartium 50.

@jonboj
Copy link

jonboj commented Jul 24, 2017

Dartium 50, Ubuntu 17.04. Still with flag enabled, the webglreport shows not supported. With ddc and latest Chrome (59) working no necessity for me with Dartium (Dart team at the moment swifts from Dartium to ddc as main/recommended dev env).

@robertmuth
Copy link
Contributor

This definitely works for me.
Maybe chrome does not have your GPU whitelisted
The setting is "Override software rendering list" I believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants