gecko-dev/gfx/wr/webrender
Bobby Holley 585847b17a Bug 1583998 - Implement a pref to obscure images. r=gw
This approach does have some stacking issues. The way to fix this would
be to instrument the brush_image shader rather than adding debug rects.

Something like: #ifdef WR_FEATURE_SFW frag.color = vec4(0,1,1,1); #endif

That's slightly more involved though, so I'm going to leave it for now.

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

--HG--
extra : moz-landing-system : lando
2019-09-25 21:48:35 +00:00
..
doc Bug 1581058 - Remove remaining use of the term "flattening". r=gw 2019-09-17 09:20:04 +00:00
res Bug 1574493 - Part 2. Remove snapping in frame building. r=kvark 2019-09-14 16:17:02 +00:00
src Bug 1583998 - Implement a pref to obscure images. r=gw 2019-09-25 21:48:35 +00:00
tests Bug 1555483 - Part 3: Add SVG render task and shader r=gw 2019-07-10 22:37:30 +00:00
build.rs Bug 1517616 - Update webrender to commit a5b036eced81dcfc012f1335277af595f931fb11 (WR PRs #3463 and #3464). r=kats 2019-01-04 04:21:27 +00:00
Cargo.toml Bug 1581549. Update to mozangle 0.3.1 to solve build time issues. r=kvark 2019-09-16 15:30:32 +00:00