gecko-dev/gfx/wr/examples
Dzmitry Malyshau 44c0bfd046 Bug 1528674 - WR improve picture texture cache allocaton r=gw
The change contains a number of incremental improvements with the main goal of:
  - allocating exactly as many tile as required by the app
  - respecting the picture caching option

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

--HG--
extra : moz-landing-system : lando
2019-03-28 03:02:45 +00:00
..
common Bug 1528674 - WR improve picture texture cache allocaton r=gw 2019-03-28 03:02:45 +00:00
Cargo.toml Bug 1521920 - Remove conditional compilation around debug_renderer. r=emilio 2019-01-22 21:29:24 +00:00
README.md
alpha_perf.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
animation.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
basic.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
blob.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
document.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
frame_output.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
iframe.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
image_resize.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
multiwindow.rs Bug 1528674 - WR improve picture texture cache allocaton r=gw 2019-03-28 03:02:45 +00:00
scrolling.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
texture_cache_stress.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +00:00
yuv.rs Bug 1527325 - Don't re-export contents of WR API units r=gw 2019-03-14 01:44:05 +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