szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Remove lazy render passes #337

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

This fixes 1 from #335 and depends on #336


This change is Reviewable

zakorgy commented 4 years ago

This change seems to break things on macOS, after I've figured out what happens there will update the PR.

zakorgy commented 4 years ago

This depends on https://github.com/gfx-rs/gfx/issues/3109

zakorgy commented 4 years ago

https://github.com/gfx-rs/gfx/issues/3109 is fixed in gfx-backend-metal 0.4.2, which I've updated. So the macOS issue is gone.