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 Bug 1695912 - Ensure shaders use 16 or fewer varying vectors even if driver does not pack them. r=jrmuizel 2021-03-12 11:10:47 +00:00
build.rs Bug 1700475 - Allow the WebRender build script to leak under ASAN. r=firefox-build-system-reviewers,glandium 2021-04-01 09:14:40 +00:00
Cargo.toml Bug 1609191 - Revert previous attempt to work around Adreno shader compilation crash. r=nical 2021-05-12 13:03:51 +00:00