-
Notifications
You must be signed in to change notification settings - Fork 85
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
Force use of particular api #248
Comments
What surfman APIs are you using? What platform are you on? |
For what it's worth, surfman currently only makes use of GLES with ANGLE and Android. |
I'm actually hacking Effectively we get a connection, call This is a fork (not mine) of surfman anyway to allow getting the connection from the window handle. But if surfman doesn't use GLES (on this platform) anyhow it's moot. I'm 99% sure the Gl implementation in this particular driver + hardware combo is broken. None of the servo/surfman demos work here, even with the recent winit upgrades I'm using glutin successfully, so it's not an issue here and I can work around it. |
Is it possible to force surfman to use a particular api? On my system (horrible nvidia card, sorry) GlEs works, but Gl doesn't. Glutin returns a GlEs context, whereas surfman hands out a Gl, which subsequently fails (probably due to nonsense in the driver).
The text was updated successfully, but these errors were encountered: