gecko-dev/gfx/wr/examples
Nicolas Silva a7bf827f4d Bug 1630212 - Remove non-tiled blob images. r=jrmuizel
Gecko always tiles blobs. The other code path is untested and a tad complicated, let's remove it.

Differential Revision: https://phabricator.services.mozilla.com/D71021
2020-04-16 20:13:24 +00:00
..
common Bug 1629693 - Enable GPU cache scatter path when running ANGLE. r=kvark 2020-04-13 23:26:07 +00:00
alpha_perf.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
animation.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
basic.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
blob.rs Bug 1630212 - Remove non-tiled blob images. r=jrmuizel 2020-04-16 20:13:24 +00:00
Cargo.toml Bug 1630480 - Update gleam GL bindings to 0.11.0 r=lsalzman 2020-04-16 02:13:31 +00:00
document.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
frame_output.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
iframe.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
image_resize.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +00:00
multiwindow.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
README.md
scrolling.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
texture_cache_stress.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +00:00
yuv.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +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