vello/piet-gpu/src
Raph Levien 7134be2329 Fix missing blend/clip logic
We always do BeginClip/EndClip if it's a solid tile and the blend mode
is not default.

Also fix missing entry in pipeline layout (affects Vulkan but not Metal).
2022-03-16 14:40:58 -07:00
..
stages Variable size encoding of draw objects 2022-03-14 16:32:08 -07:00
blend.rs Fix missing blend/clip logic 2022-03-16 14:40:58 -07:00
encoder.rs Fix missing blend/clip logic 2022-03-16 14:40:58 -07:00
glyph_render.rs Fix non-mac builds 2022-02-07 13:54:24 -08:00
gradient.rs Basically get gradients working 2021-08-09 16:16:46 -07:00
lib.rs Fix missing blend/clip logic 2022-03-16 14:40:58 -07:00
pico_svg.rs Make fills work 2020-06-05 22:40:44 -07:00
render_ctx.rs Fix missing blend/clip logic 2022-03-16 14:40:58 -07:00
stages.rs Variable size encoding of draw objects 2022-03-14 16:32:08 -07:00
test_scenes.rs Fix missing blend/clip logic 2022-03-16 14:40:58 -07:00
text.rs More progress exposing interface 2022-01-18 18:41:28 -08:00