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

Send an IpcSharedMemory in tex_image_2d and tex_sub_image_2d #22225

Merged
merged 9 commits into from Nov 21, 2018
Merged

Commits on Nov 20, 2018

  1. Move prepare_pixels to the canvas thread

    Nothing else uses it in the whole crate graph.
    nox committed Nov 20, 2018
  2. Send an IpcSharedMemory in tex_image_2d and tex_sub_image_2d

    This avoids a copy in the case of textures coming from HTMLImageElement.
    nox committed Nov 20, 2018

Commits on Nov 21, 2018

  1. Make HTMLCanvasElement::fetch_all_data return a shared memory blob

    nox committed Nov 21, 2018
You can’t perform that action at this time.