gecko-dev/gfx/wr/webrender
Jamie Nicol 90f29c4458 Bug 1720841 - Clamp loop condition variable to static value in cs_blur. r=gw
In the cs_blur fragment shader there is a for loop with a number of
iterations determined by a flat varying. On some old Adreno drivers
this causes severe issues including hangs and crashes. These can be
avoided by clamping the number of iterations to a statically known
value.

Differential Revision: https://phabricator.services.mozilla.com/D120281
2021-07-19 21:17:07 +00:00
..
doc
res Bug 1720841 - Clamp loop condition variable to static value in cs_blur. r=gw 2021-07-19 21:17:07 +00:00
src Bug 1720624 - Remove WrSpaceAndClip type r=nical 2021-07-18 22:32:27 +00:00
tests
build.rs
Cargo.toml