slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 799b3b16b1 GL backend: Fix clipping with transformations applied to the canvas
After commit fd5757bc44 we now need the
upstream fix to `intersect_scissor` for clipping to work
in flickable.

So patch upstream master in for now.
2021-02-15 11:17:14 +01:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Small image handling cleanup 2021-02-10 20:36:32 +01:00
eventloop.rs Handle Esc in the GL backend 2021-02-08 09:00:09 +01:00
fonts.rs Hack to make the demos start up with latest macOS and GL backend 2021-02-03 08:55:44 +01:00
graphics_window.rs Clean up image size determination in the rendering backend 2021-02-10 17:34:29 +01:00
images.rs Avoid re-parsing SVG images when scaling in the GL renderer 2021-02-12 18:59:02 +01:00
lib.rs GL backend: Fix clipping with transformations applied to the canvas 2021-02-15 11:17:14 +01:00
svg.rs Support rendering SVGs with a specified size in the GL backend 2021-02-10 17:52:34 +01:00