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

Add missing WebGL interfaces, and a few gl calls #6357

Merged
merged 5 commits into from Jun 13, 2015
Merged

Commits on Jun 13, 2015

  1. webgl: Add multiple WebGL calls (activeTexture + blend*)

    * activeTexture
    * blendColor
    * blendFunc
    * blendFuncSeparate
    * blendEquation
    * blendEquationSeparate
    
    Blocked on gleam.
    emilio committed Jun 13, 2015
  2. webgl: Add drawArrays reftest

    I also removed flackyness of the clearColor test, hopefully it's fixed now
    that a lot of race conditions have disappeared thanks to @glennw.
    emilio committed Jun 13, 2015
You can’t perform that action at this time.