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

Copy canvas data into intermediary ImageData buffer #5155

Merged
merged 4 commits into from
Aug 29, 2017
Merged

Copy canvas data into intermediary ImageData buffer #5155

merged 4 commits into from
Aug 29, 2017

Commits on Aug 28, 2017

  1. Copy canvas data into intermediary ImageData buffer to mitigate GPU-s…

    …pecific issues
    Lauren Budorick committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    20f6f8f View commit details
    Browse the repository at this point in the history
  2. Add contextType to canvas source test

    Lauren Budorick committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    3aa0032 View commit details
    Browse the repository at this point in the history
  3. Use a secondary 2D rendering context for webgl canvases in order to c…

    …reate a new ImageData object without its constructor
    Lauren Budorick committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    9e2acfa View commit details
    Browse the repository at this point in the history
  4. lint

    Lauren Budorick committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    deeed88 View commit details
    Browse the repository at this point in the history