servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU fallback renderer

DemiMarie opened this issue · comments

Virtual machines often have no GPU support at all. It would be nice to have a reasonably fast CPU fallback renderer, ideally SIMD accelerated.

I think it makes more sense for any app that wants to support pathfinder as well as CPU rendering to implement their own CPU renderer.