ruffle/core
Mike Welsh 4558be948e render: Fix masking issues on wgpu/webgl backends
Change the usage of the stencil buffer to avoid running out of
stencil bits when too many nested masks are active.

This also cleans things up on wgpu which requires us to make
pipeline states in advice; now we only need a few stencil states
for masking as opposed to hundreds.
2020-10-17 02:42:56 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.43 to 1.0.44 2020-10-10 16:35:50 -07:00
src render: Fix masking issues on wgpu/webgl backends 2020-10-17 02:42:56 -07:00
tests tests: Add tests for issue #893 2020-10-15 00:10:55 -07:00
Cargo.toml core: Switch from libflate to flate2 2020-10-12 13:47:35 -07:00