gecko-dev/gfx/wr/webrender_api
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
..
src Bug 1583998 - Implement a pref to obscure images. r=gw 2019-09-25 21:48:35 +00:00
Cargo.toml Bug 1580908 - Part 7: Update serde_bytes to 0.11. r=emilio 2019-09-12 21:46:21 +00:00