gecko-dev/gfx/wr/examples
Jeff Muizelaar 81aac9064d Bug 1563770. Always include a visible rect with blob images. r=nical
I suspect we may change things more in the future as we blob's size
just be the visible rect but this is an incremental step in the right
direction.

It also includes some changes to make sure that we always update our
tiles appropriately.

Differential Revision: https://phabricator.services.mozilla.com/D37079

--HG--
extra : moz-landing-system : lando
2019-07-13 19:07:05 +00:00
..
common Bug 1563588 - Update glutin to 0.19, winit to 0.18 r=nical 2019-07-10 11:12:08 +00:00
alpha_perf.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
animation.rs Bug 1555483 - Part 1: Add SVG filter primitive display item. r=gw 2019-07-10 22:36:25 +00:00
basic.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
blob.rs Bug 1563770. Always include a visible rect with blob images. r=nical 2019-07-13 19:07:05 +00:00
Cargo.toml Bug 1563588 - Update glutin to 0.19, winit to 0.18 r=nical 2019-07-10 11:12:08 +00:00
document.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
frame_output.rs Bug 1556597 - Run cargo fix on webrender. r=Gankro 2019-06-05 14:07:48 +00:00
iframe.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
image_resize.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
multiwindow.rs Bug 1563588 - Update glutin to 0.19, winit to 0.18 r=nical 2019-07-10 11:12:08 +00:00
README.md
scrolling.rs Bug 1525402 - Run cargo fix --edition on webrender on macos. r=kvark 2019-05-07 01:40:23 +00:00
texture_cache_stress.rs Bug 1556597 - Run cargo fix on webrender. r=Gankro 2019-06-05 14:07:48 +00:00
yuv.rs Bug 1556597 - Run cargo fix on webrender. r=Gankro 2019-06-05 14:07:48 +00:00

Examples

This directory contains a collection of examples which uses the WebRender API.

To run an example e.g. basic, try:

cargo run --bin basic