vello/piet-gpu
Elias Naur f0127812eb tightly pack fine rasterizer commands
Reclaims the space waste from splitting fill mode commands from fill
commands.

For example, a CmdStroke + CmdColor use an extra tag word compared to
the former combined CmdStroke. This change shaves off that one word.

In the future, we can pack several command tags into one tag word,
saving even more space.

Fixes #66

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-03-19 16:43:33 +01:00
..
bin fix Vulkan errors on Wayland and Intel GPU 2021-03-19 16:43:33 +01:00
shader tightly pack fine rasterizer commands 2021-03-19 16:43:33 +01:00
src support stroked fills for clips, images 2021-03-19 16:43:33 +01:00
Cargo.toml Update dependencies 2020-11-14 08:25:43 -08:00
Ghostscript_Tiger.svg Fills 2020-05-01 19:42:20 -07:00