Merge from google/chrome/m55
[platform/upstream/libSkiaSharp.git] / samplecode /
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike KleinMake global use-analytic-AA bit threadsafe.
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-04 liyuqianResubmit issue 2221103002 to fix the iOS build by decla...
2016-10-04 stephanaRevert of Analytic AntiAlias for Convex Shapes (patchse...
2016-10-04 liyuqianImplement AnalyticAA for convex shapes.
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-30 Mike Reedfix mac build
2016-09-29 brianosmanSupport monitor profile in SampleApp (on Windows)
2016-09-26 caryclarkallow conic chop to fail
2016-09-21 reedallow clip calls w/o op param, remove unnecessary kRepl...
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-19 reedadd 'g' to fatbits
2016-09-16 bungemanSkFontData to use smart pointers.
2016-09-15 bungemanRevert of SkFontData to use smart pointers. (patchset...
2016-09-15 bungemanSkFontData to use smart pointers.
2016-09-15 brianosmanFix SampleApp compilation with skia_gpu=0
2016-09-15 reedadd helpers for using SkData with picture serialization
2016-09-14 fmalita[SVGDom] Expose intrinsic size info
2016-09-14 jvanverthSwitch default for SkGaussianBlurShader radius size.
2016-09-13 reedadd pipecanvas
2016-09-12 reedchange SkStreams to work with sk_sp<SkData> instead...
2016-09-12 jvanverthUpdate SampleAndroidShadows to use algorithm closer...
2016-09-09 vjiaoblackmade point lights linear attenuation; also fixed point...
2016-09-09 vjiaoblackAdded in Radial Shadows
2016-09-08 robertphillipsAdd GM/slide to simulate Android-style reveal clip
2016-09-07 vjiaoblackmade point light shadows
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-31 vjiaoblackOptimizations and more documentation of SkShadowShader
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-30 brianosmanSome tests around surface creation and snapshotting...
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-29 vjiaoblackRevert of Moved ambient lights out of SkLight's light...
2016-08-29 jvanverthUse stroked rrects for Android shadow sample
2016-08-29 vjiaoblackMoved ambient lights out of SkLight's light array
2016-08-26 vjiaoblackAdded distance attenuation and diffuse shading to Point...
2016-08-25 vjiaoblackMade shadows blurry (thru implementing variance mapping)
2016-08-23 martina.kollarovaRemove file samplecode/SampleDraw.cpp
2016-08-22 reed'g' key toggles showgrid for PerlinPatch
2016-08-22 reed'F' will toggle filtering for the --picture sample
2016-08-22 reedmake zoomer text clearer
2016-08-19 dvonbeckAdded a small widget framework to the interactive bevel...
2016-08-18 dvonbeckInteractive Bevel Sample App
2016-08-17 fmalitaFix SampleAndroidShadows warnings
2016-08-17 jvanverthAdd alternative spot shadow to Android shadow sample
2016-08-17 jvanverthAdd alternative ambient shadow method to Android shadow...
2016-08-16 vjiaoblackMoved "drawShadowedPicture" call outside of if cases...
2016-08-15 fmalita[SVGDom] Deferred SampleApp parsing
2016-08-12 fmalita[SVGDom] SVGPong sample app
2016-08-12 vjiaoblackAdded PointLights to SkLights::Light
2016-08-12 jvanverthAdd Android Shadow sample
2016-08-09 vjiaoblackmoved code into onDrawShadowedPic, only renders into...
2016-08-05 reedrename FoceCopyMode to SkCopyPixelMode
2016-08-05 vjiaoblackMaking a sample for shadow maps for more intensive...
2016-08-04 fmalitaShow SVG file name in SampleApp title
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 mtkleinnot much point to SK_SUPPORT_PDF
2016-08-02 reedAlways return ImageShader, even from SkShader::MakeBitm...
2016-07-29 robertphillipsRemove GrContext::applyGamma
2016-07-28 robertphillipsRemove use of MakeRenderTargetDirect from view system
2016-07-27 fmalitaInitial SVG model
2016-07-26 brianosmanAlways supply a color space (sRGB for now) with F16
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-12 bungemanFactor code to rotate a canvas about a point.
2016-07-11 dvonbeckChanged SkLightingShader API to take in a shader as...
2016-07-08 reeddeferred canvas
2016-07-06 dvonbeckAPI change to allow for NormalSource selection at the...
2016-06-30 hsternAdd cubic example and draw original path
2016-06-25 reedremove DownSample imagefilter
2016-06-25 reedremove experimental treat-skcolor-as-srgb flag
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 jvanverthAdd samples to Viewer.
2016-06-15 hsternAdd SampleApp that shows problems in stroking
2016-06-14 bsalomonRemove command buffer sample app support.
2016-06-13 egdanielRevert of Add samples to Viewer. (patchset #4 id:60001...
2016-06-13 jvanverthAdd samples to Viewer.
2016-06-03 robertphillipsAdd ability to rotate light direction in drawLitAtlas...
2016-06-03 robertphillipsAdd SampleApp slide with animating lightmapped objects...
2016-05-31 robertphillipsMake use of new SkLights class
2016-05-31 mbocSkTypeface::MakeFromName to take SkFontStyle.
2016-05-27 caryclarktoy to play with antialias raytracing
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
next