Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Move rasterizer/anti-alias choices into the draw device. | Robin Watts | |
We still use the fz_context versions as the default, but these can be overridden with draw device options. | |||
2017-06-13 | Add edgebuffer based rasterizer | Robin Watts | |
2017-06-13 | Introduce fz_rasterizer encapsulation | Robin Watts | |
This is intended to be a way to allow us to implement compiletime/runtime selection of different scan converter implementations. |