gecko-dev/gfx/wr/examples
Jean-Yves Avenard de19fb7f7e Bug 1543359 - P6. Add backend for color range information. r=mattwoodrow.
Add code for YCbCr buffer and IOSurface backend.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 08:45:31 +00:00
..
common Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
Cargo.toml Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
README.md
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
document.rs Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
frame_output.rs Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02: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 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
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 1543359 - P6. Add backend for color range information. r=mattwoodrow. 2019-07-26 08:45:31 +00:00

README.md

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