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

Replace Vec's with SmallVec's #315

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

This change is Reviewable

zakorgy commented 4 years ago

@kvark I've updated the PR according to what you described. Also made some minor refactor to reduce code redundancy around the frame image creation.