skia2/include/effects
halcanary e38bcaf24b Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )
Reason for revert:

Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86-Debug failed dm:

	....
    FYI: loaded 23439 distinct uninteresting hashes from 23439 lines
    Skipping config gpu: Don't understand 'gpu'.
    Skipping config msaa16: Don't understand 'msaa16'.
    168400 srcs * 7 sinks + 481 tests == 1179281 tasks
    0ns elapsed, 5 active, 1179276 queued, 55MB RAM, 55MB peak
        565 gm  xfermodes2
        565 gm  xfermodes
        565 gm  xfermodeimagefilter
        565 gm  xfermodes3
        565 gm  verylarge_picture_image
    c:\0\build\slave\workdir\build\skia\src\core\skshader.cpp:108:
        fatal error: ""(0 == ((size) & 15))""
    step returned non-zero exit code: 3
    @@@STEP_FAILURE@@@

Original issue's description:
> enforce 16byte alignment in shader contexts
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1759653004
>
> Committed: https://skia.googlesource.com/skia/+/d812fb458807245daa812adb7af0733cf5b54d96

TBR=mtklein@google.com,fmalita@chromium.org,herb@google.com,reed@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1759323002
2016-03-03 14:23:47 -08:00
..
Sk1DPathEffect.h fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
Sk2DPathEffect.h Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkAlphaThresholdFilter.h fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
SkArcToPathEffect.h Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkArithmeticMode.h clean-up dead code 2016-02-22 06:59:37 -08:00
SkBlurDrawLooper.h Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkBlurImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkBlurMaskFilter.h remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE 2014-05-31 21:47:03 +00:00
SkColorCubeFilter.h Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
SkColorFilterImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkColorMatrix.h Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" 2015-03-24 04:13:45 -07:00
SkColorMatrixFilter.h Move SkColorMatrixFilter implementation to core. 2016-02-01 12:09:07 -08:00
SkComposeImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkCornerPathEffect.h Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkDashPathEffect.h fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
SkDiscretePathEffect.h Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkDisplacementMapEffect.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkDropShadowImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkEmbossMaskFilter.h Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkGradientShader.h remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical 2015-05-04 08:32:51 -07:00
SkImageSource.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkLayerDrawLooper.h Eliminate some clutter in SkFlattenable 2015-09-24 15:04:45 -07:00
SkLayerRasterizer.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkLightingImageFilter.h Matrix convolution bounds fix; affectsTransparentBlack fixes. 2015-12-07 07:48:34 -08:00
SkLumaColorFilter.h Bye bye processor data manager. 2015-10-06 08:40:51 -07:00
SkMagnifierImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkMatrixConvolutionImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkMergeImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkMorphologyImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkOffsetImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkPaintFlagsDrawFilter.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkPaintImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkPerlinNoiseShader.h Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) 2016-03-03 14:23:47 -08:00
SkPictureImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkTableColorFilter.h Use GLSLCaps for creating processor keys and GLSL-specific programs 2015-04-28 08:48:20 -07:00
SkTableMaskFilter.h Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" 2015-10-06 14:05:32 -07:00
SkTestImageFilters.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkTileImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkXfermodeImageFilter.h Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00