Comment 10 for bug 1502093

Revision history for this message
Loïc Molinari (loic.molinari) wrote :

So the Adreno 320's driver is crashing there:

lowp float mask = smoothstep(distanceMin, distanceMax, shapeData[yCoord <= 0.0 ? 0 : 1]);

because of the index being computed on the same line, storing it in a variable before fixes it...