skia2/src
Ethan Nicholas 8f7e28f3ae added frexp support to SkSL
This includes an optimizer fix for the situation:

int i;
float f = frexp(foo, i);

If we don't read the variable i, it is considered dead and eliminated -
which then causes an error when we try to write the expression
frexmp(foo, i).

Bug: skia:
Change-Id: Iac385e38e215455346fab62e1f4ec46fa65b3c21
Reviewed-on: https://skia-review.googlesource.com/116521
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2018-03-26 19:03:44 +00:00
..
android Remove calls to computeOutputColor- Type and Space 2018-03-13 15:42:52 +00:00
atlastext Remove SkAutoGlyphCache decls that happen to work 2018-03-22 23:47:19 +00:00
c move blur impl into core 2018-03-12 18:48:18 +00:00
codec Fix fuschia roll 2018-03-01 21:23:04 +00:00
core detect ASIMDHP on ARM64 2018-03-26 16:35:23 +00:00
effects Remove copy of TableColorFilter data when GPU rendering 2018-03-26 19:02:03 +00:00
fonts move Sk{Test,Random}ScalerContext to tools 2017-11-10 17:02:20 +00:00
gpu Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig 2018-03-23 23:17:01 +00:00
image Move GrPixelConfig to GrTypesPriv 2018-03-23 21:05:10 +00:00
images 1010102, 101010x, 888x in sw 2018-01-30 22:02:20 +00:00
jumper Reland "Reland "make SkJumper stages normal Skia code"" 2018-03-07 17:32:40 +00:00
lazy begin cleanup of malloc porting layer 2018-01-05 21:29:35 +00:00
opts specialize arm64 allTrue()/anyTrue() 2018-03-26 18:48:23 +00:00
pathops fix pathop fuzzer 2018-03-20 20:45:47 +00:00
pdf Remove the last uses of auto glyph cache. 2018-03-22 16:32:14 +00:00
pipe consolidate SaveLayerFlag internal references 2018-03-13 19:36:12 +00:00
ports Revert "Add color fonts." 2018-03-23 14:39:51 +00:00
sfnt SkString: remove externally unused ::setUTF16() from API 2018-03-01 22:16:34 +00:00
shaders Make consistent isRadiusIncreasing decision 2018-03-19 22:46:46 +00:00
sksl added frexp support to SkSL 2018-03-26 19:03:44 +00:00
svg [SkSVGDevice] Add support for image shaders. 2018-03-07 02:25:30 +00:00
utils change canvas-state to just record clip bounds 2018-03-21 18:13:20 +00:00
views [Viewer] Preserve gesture transformation matrix on slide/backend change 2018-01-05 18:18:39 +00:00
xml Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
xps Remove all uses of getCache with get. 2018-03-09 16:19:40 +00:00