Create GLSLUniformHandler class for gpu backend
[platform/upstream/libSkiaSharp.git] / src / effects / gradients / SkGradientShaderPriv.h
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-11-19 egdanielMove glsl onto EmitArgs struct for emitCode
2015-11-18 egdanielAdd ShaderBuilders to EmitArgs and remove gettings...
2015-11-17 reedImplement multi-color-stops in linear gradients using...
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-09 fmalitaOptional gradient dithering
2015-10-06 bsalomonBye bye processor data manager.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-19 bungemanMove SkTemplates.h to private.
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-14 joshualittAnother trivial cleanup
2015-07-13 joshualittRevert of Another trivial cleanup (patchset #6 id:10000...
2015-07-13 joshualittAnother trivial cleanup
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittmore threading of GrShaderDataManager
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-10 mtkleinGradient shaders: make fPtsToUnit const, pre-cache...
2014-12-04 joshualittRemove backend factories
2014-12-01 mtkleinBump min picture version.
2014-11-25 joshualittremove one place we read from gpu key in effects
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-15 bsalomonSplit GrFragmentProcessor into its own header
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
2014-10-11 joshualittOpt state takes a GP instead of a GeometryStage
2014-10-10 joshualittRevert of Opt state takes a GP instead of a GeometrySta...
2014-10-10 joshualittOpt state takes a GP instead of a GeometryStage
2014-10-09 joshualittFPs now use the correct builder types(just a rename)
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-08-22 reedextend SkShader to report a luminance-color to be used...
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-08-21 reedrename gradients private BitmapCache to GradientBitmapCache
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-08-11 reedadd localMatrix to gradient Descriptor
2014-07-30 kkinnunenRename GrGLUniformManager to GrGLProgramDataManager
2014-07-21 bsalomonAllow GrGLEffects to produce variable length keys.
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-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 commit-bot@chromiu... Use GradFlags for gradient Flags in SkGradientShader
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-19 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-04-18 commit-bot@chromiu... Get gradient information for gpu effect directly from...
2014-04-17 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-17 commit-bot@chromiu... Revert of Fix memory leak in SkGradientShader. (https...
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... Fix memory leak in SkGradientShader.
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-10-04 commit-bot@chromiu... Allow gradient optimization with perspective
2013-10-03 commit-bot@chromiu... Repurpose GrGLCoordTransform as GrGLProgramEffects
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-10 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-09 bsalomon@google.comTwo and three color GPU gradients without textures.
2013-08-28 commit-bot@chromiu... Fix case where GrGLEffectMatrix gives back a dangling...
2013-05-24 reed@google.comAdd flag to gradients to interpolate colors in premul...
2013-05-24 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-05-23 reed@google.comuse Descriptor struct to encapsulate all the common...
2013-03-20 bsalomon@google.comAttempt to reland 8264-5 with warning-as-error fixes.
2013-03-20 reed@google.comrevert 8265-8264 (broke build)
2013-03-20 bsalomon@google.comAdds local coords to GrEffect system.
2013-02-13 bsalomon@google.comUse SkMWRandom in GLPrograms test.
2013-02-08 reed@google.comOptimize building gradient cache for when we know alpha...
2013-02-05 mike@reedtribe.orgremove define for SK_IGNORE_GRADIENT_DITHER_FIX to...
2013-02-04 reed@google.comremove vestiges of 32BIT_GRADIENT flag, as we always...
2013-02-04 reed@google.comGo from a 1x2 to a 2x2 dither cell, and change/simplify...
2013-02-01 reed@google.comMove dither toggle logic into common helper functions...
2013-02-01 reed@google.comrestore cache-count for gradients to p.o.2. so we can...
2013-01-22 bsalomon@google.comSwitch GrEffect::onIsEqual signature back to GrEffect...
2013-01-22 bsalomon@google.comLet them eat GrEffectRef.
2013-01-17 bsalomon@google.comRemove default implementation of GrEffect::isEqual...
2013-01-15 robertphillips@goo... Added print out of SkShader information to debugger
2013-01-11 bsalomon@google.comAdd GrEffect::updateKnownColorComponents(). It is used...
2013-01-11 bsalomon@google.comMake GrEffect::textureAccess non-virtual. Require subcl...
2013-01-07 humper@google.comeliminate all warnings in non-thirdparty code on mac
2012-12-13 reed@google.comreland 6798 w/ fix for bitmap-as-mask pixel-locking
2012-12-13 reed@google.comrevert 6798 (assert in GM)
2012-12-13 reed@google.comGoal: ensure we always balance lock/unlock pixels calls.
2012-11-01 bsalomon@google.comRemove GrScalar, replace with SkScalar.
2012-11-01 bsalomon@google.comReland r6233 with fix.
next