C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / effects / gradients / SkSweepGradient.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-17 joshualittremove view matrix from context
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-12-01 mtkleinRevert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING....
2014-12-01 mtkleinRemove SK_SUPPORT_LEGACY_DEEPFLATTENING.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-08-11 reedadd localMatrix to gradient Descriptor
2014-07-08 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-07-07 reedRevert of Make GrDrawState and GrPaint take GrEffect...
2014-07-07 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-06-10 dandovSkShader::asNewEffect Refactoring
2014-05-09 commit-bot@chromiu... add localmatrix parameter to shader's asNewEffect
2014-05-05 commit-bot@chromiu... Remove SkShader virtual method validContext
2014-05-01 commit-bot@chromiu... create struct to hold all the params passed around...
2014-04-28 commit-bot@chromiu... Move SkShader::fLocalMatrix into SkShader constructor.
2014-04-23 commit-bot@chromiu... Revert of Revert of Extract most of the mutable state...
2014-04-23 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-23 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-04-17 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-16 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-03-13 commit-bot@chromiu... Allow toString capability to be toggled independent...
2014-01-30 commit-bot@chromiu... Refactor read and write buffers.
2013-05-23 reed@google.comuse Descriptor struct to encapsulate all the common...
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-16 bsalomon@google.comWrap GrEffects in GrEffectPtr.
2013-01-15 robertphillips@goo... Added print out of SkShader information to debugger
2013-01-14 bsalomon@google.comChange signature of SkShader::asNewEffect(), implement...
2012-10-26 bsalomon@google.comRename GrSamplerState to GrEffectStage.
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 4
2012-10-16 bsalomon@google.comReland r5963 with two fixes:
2012-10-16 bsalomon@google.comRevert r5962 because of failures.
2012-10-16 bsalomon@google.comRequire matrix for custom stage to be set when custom...
2012-07-31 rileya@google.comRemove old constructors from GrGradientEffect subclasse...
2012-07-27 rileya@google.comRenamed and made public SkGradientShaderBases's 'common...
2012-07-27 rileya@google.comMove GPU gradients into src/effects/gradients.
2012-07-26 rileya@google.comSplit SkGradientShader into separate files for each...