C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / effects / gradients / SkTwoPointConicalGradient.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-14 tfarinaCleanup: Mark some overridden methods with 'SK_OVERRIDE'.
2014-12-10 mtkleinGradient shaders: make fPtsToUnit const, pre-cache...
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 bsalomonGoodbye GrEffectRef.
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-22 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-04-21 commit-bot@chromiu... Add flipped gradient branch to two point conical gradient
2014-04-17 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-17 commit-bot@chromiu... Revert of Add flipped gradient branch to two point...
2014-04-17 commit-bot@chromiu... Add flipped gradient branch to two point conical gradient
2014-04-16 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-04-04 commit-bot@chromiu... Add base effect for gpu 2pt conical gradients
2014-04-03 commit-bot@chromiu... Pull Gpu shader out of SkTwoPointConicalGradient 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-07-09 robertphillips@goo... Revert of r9902 (Consider conical shader opaque if...
2013-07-04 commit-bot@chromiu... Consider conical shader opaque if it covers entire...
2013-05-23 reed@google.comuse Descriptor struct to encapsulate all the common...
2013-03-20 commit-bot@chromiu... Fixing deferred canvas bug caused by SkTwoPointConicalG...
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-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
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...