aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkPerlinNoiseShader.h
Commit message (Expand)AuthorAge
* remove defines and add commasGravatar Cary Clark2018-05-21
* Fix UBSAN warnings in SkPerlinNoiseShaderImplGravatar Kevin Lubick2018-05-16
* move perlinenoise2 into effectsGravatar Mike Reed2017-05-30
* Hide SkPerlinNoiseShader impl detailsGravatar Florin Malita2017-05-18
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Use SkArenaAlloc in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...Gravatar Robert Phillips2017-02-07
* Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Bundle SkShader::asFragmentProcessor arguments in a structGravatar brianosman2016-07-22
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTRGravatar reed2016-03-25
* Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...Gravatar reed2016-03-03
* Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...Gravatar halcanary2016-03-03
* enforce 16byte alignment in shader contextsGravatar reed2016-03-03
* Add ContextRec param to SkShader::contextSize()Gravatar fmalita2016-02-22
* move SkDither.h to private, remove unused shadeSpan16Gravatar reed2016-01-04
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...Gravatar rmistry2015-08-28
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* Initial CL to create dummy GrShaderDataManager and thread it throughGravatar joshualitt2015-07-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* remove view matrix from contextGravatar joshualitt2014-12-17
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Make perlin noise do CTM-correct scaling.Gravatar senorblanco2014-06-27
* SkShader::asNewEffect RefactoringGravatar dandov2014-06-10
* add localmatrix parameter to shader's asNewEffectGravatar commit-bot@chromium.org2014-05-09
* Remove SkShader virtual method validContextGravatar commit-bot@chromium.org2014-05-05
* create struct to hold all the params passed around for shader::contextGravatar commit-bot@chromium.org2014-05-01
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-23
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-17
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-02
* SkPerlinNoiseShader::CreateTubulenceNoise() is misspelledGravatar commit-bot@chromium.org2014-04-01
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Begin making SkPerlinNoiseShader const.Gravatar commit-bot@chromium.org2014-03-06
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30