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

Unset the texture/rb bindings after we use them. #63

Merged
merged 3 commits into from Sep 19, 2016

Commits on Sep 19, 2016

  1. Unset the texture/rb bindings after we use them.

    webgl's default-texture.html was expecting to have no texture bound on
    a freshly created context, but with this module in place a texture was
    there.  That texture happened to be the draw buffer, creating a
    feedback loop (undefined behavior).
    anholt committed Sep 19, 2016
  2. Drop unused khronos_api crate.

    Its last use was removed in d3355c5
    (gl_generator version bump) and it was causing compiler warnings in
    servo.
    anholt committed Sep 19, 2016
  3. Bump version to 0.4.2.

    anholt committed Sep 19, 2016
You can’t perform that action at this time.