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

Remove supportsWebGL2EntryPoints #9919

Merged

Commits on Dec 7, 2019

  1. Remove support for WebGL 2 in Chrome 57 due to its high maintenance b…

    …urden on code size. Reduces -15.9% of code size (997 bytes) in https://github.com/juj/webgl_render_test for WebGL 2. Introduce new setting -s OLDEST_SUPPORTED_CHROME_VERSION=x to enable customizing which Chrome versions to target.
    juj committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    93eccf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8da41 View commit details
    Browse the repository at this point in the history
  3. Fix chrome version test, and rename OLDEST_SUPPORTED_CHROME_VERSION t…

    …o MIN_CHROME_VERSION
    juj committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    a806ea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e44171c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a7ba44 View commit details
    Browse the repository at this point in the history