Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / gradients.cpp
2017-05-03 Florin MalitaAdd a GM to exercise some complex gradient constructs
2017-03-22 Mike KleinGM: some header cleanup
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Matt SarettRevert "SkColorSpace: remove named API, add gamut API"
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-01-26 Matt SarettFix gradients gm
2017-01-26 Matt SarettAdd SkICC::rawTransferFnData()
2016-11-01 fmalitaSk4fLinearGradient fuzzer fixes
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-13 raftiasRemoved makeLinearGamma() from the public API for SkCol...
2016-09-28 brianosmanGradients are serialized (and can be constructed) as...
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
2016-02-26 caryclarkadd gm to illustrate bug
2016-02-22 fmalitaInitial linear gradient 4f impl
2016-01-22 reedadd GM to exercise duplicate color-stops
2015-11-22 reeduse pinned value during lerp for vertical gradients
2015-11-20 fmalitaTiny linear gradient GM
2015-10-12 fmalitaRemove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-07-30 caryclarklinear gradient with stops discretized gm
2015-07-30 caryclarkadd radial gradient hard stop test
2015-07-29 caryclarkmake tests portable by using 565 compatible colors
2015-06-15 caryclarkRevert of Revert of make gm background colors 565 compa...
2015-06-15 caryclarkRevert of make gm background colors 565 compatible...
2015-06-15 caryclarkmake gm background colors 565 compatible
2015-05-12 reedRevert of Revert of stop calling SkScalarDiv (patchset...
2015-05-12 reedRevert of stop calling SkScalarDiv (patchset #4 id...
2015-05-12 reedstop calling SkScalarDiv
2015-05-04 reedremove redundant/deprecated TwoPointRadial gradiet...
2015-04-27 mtkleinMike's radial gradient CL with better float -> int.
2015-04-27 mtkleinRevert of Mike's radial gradient CL with better float...
2015-04-27 mtkleinMike's radial gradient CL with better float -> int.
2015-04-23 reedadd GM to show bad banding in raster for radial gradients
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-06 tfarinaCleanup: More override fixes - another round.
2014-07-07 mtkleinAdd always-threaded SkRecord quilt tests.
2014-05-22 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper
2014-05-22 commit-bot@chromiu... Revert of Remove unused (by clients) SkUnitMapper ...
2014-05-21 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper (https://codere...
2014-05-16 commit-bot@chromiu... Revert of remove unused (by clients) SkUnitMapper ...
2014-05-16 commit-bot@chromiu... remove unused (by clients) SkUnitMapper
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-04-28 commit-bot@chromiu... Move SkShader::fLocalMatrix into SkShader constructor.
2013-11-25 commit-bot@chromiu... remove SkFloatToScalar macro
2013-09-19 edisonn@google.commake gradients gm view size larger, as it is choping...
2013-09-16 mtklein@google.comSplit radial_gradients2 GM into two to reproduce its...
2013-08-19 mtklein@google.comadd new GM to try to reproduce a bug
2013-08-08 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-07 commit-bot@chromiu... Mozilla diabolical clamp case added to gm/gradients.cpp
2013-02-27 sugoi@google.comGM : Unused parameters cleanup
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-20 borenet@google.comEnable 64-bit builds on Windows
2012-08-15 scroggo@google.comUse SkCanvas::concat instead of SkCanvas::setMatrix...
2012-07-09 rileya@google.comAdded conical gradient to gm gradients test, and added...
2012-04-06 robertphillips@goo... Fixing Windows compiler complaints
2012-01-31 reed@google.comincrease height to include entire circle for large...
2012-01-30 tomhudson@google.comAdd missing SkFloatToScalar() calls to fix the build.
2012-01-30 tomhudson@google.comNew radial gradient GM to observe banding and dithering...
2011-10-31 bsalomon@google.comImport all GMs as Samples.
2011-10-06 bungeman@google.comFix clamped_gradients gm to work in fixed.
2011-09-26 tomhudson@google.comOptimize software radial gradients (remove branches...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-07-21 epoger@google.comfix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED
2011-06-27 reed@google.comadd test for degenerate 2point gradients (needs pdf...
2010-12-23 reed@google.comupdate baselines to add 2point-radial gradients, and...
2009-06-22 reed@android.comadd gm for gradients