ruffle/render
TÖRÖK Attila d5df37afb3 web/canvas: Use a canvas element to store bitmaps from raw RGBA sources
To avoid PNG-encoding every frame of every video for example.

If it needs to be converted to a base64 "data:" URL anyway,
compute it lazily and cache it behind a RefCell.

Raw pixel manipulation can be done through temporary ImageData objects.
The potential to use an image element is retained, so the native JPEG
decoder of the browser can still be utilized.
2021-12-12 20:43:21 +01:00
..
canvas web/canvas: Use a canvas element to store bitmaps from raw RGBA sources 2021-12-12 20:43:21 +01:00
common_tess build: Bump Rust edition to 2021 2021-10-21 10:24:05 -07:00
webgl render: Rename `register_bitmap_jpeg_3` to `register_bitmap_jpeg_3_or_4` 2021-12-04 21:32:16 +02:00
wgpu render: Rename `register_bitmap_jpeg_3` to `register_bitmap_jpeg_3_or_4` 2021-12-04 21:32:16 +02:00