Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / effects / gradients / SkGradientShader.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-29 Brian SalomonRename vars and functions from 'glslcaps'->'shadercaps'
2016-11-29 Brian SalomonMerge GrGLSLCaps into GrShaderCaps
2016-11-21 Greg DanielFix include of GrGLSLCaps in SkGradientShader
2016-11-21 Brian SalomonMerge GrGLSLShaderVar and GrShaderVar
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Brian SalomonRename GrTextureAccess to GrProcessor::TextureSampler.
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarys/SkAutoTUnref/sk_sp/ in src/ part 1
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-18 raftiasRefactored SkColorSpace and added in a Lab PCS GM
2016-10-18 Brian OsmanInclude 4f variants of random gradients during testing
2016-10-13 Brian SalomonSlightly generalize GPU hard stop gradient implementation.
2016-10-10 Brian OsmanConvert gradient params test helper to a struct
2016-10-05 fmalitaHarden degenerate gradient context handling
2016-10-03 Brian SalomonRemove option to make GrCoordTransforms apply to device...
2016-09-28 brianosmanGradients are serialized (and can be constructed) as...
2016-09-27 brianosmanAdded kSRGBLinear_Named color space, along with tests
2016-09-26 bsalomonStop aggregating texture/buffer access objects in GrFra...
2016-09-22 brianosmanIt is possible to try and draw to an unsupported format...
2016-09-22 brianosmanSupport for color-spaces with multi-stop (texture)...
2016-09-20 fmalitaHarden LinearGradient4fContext
2016-09-16 tomhudsonImprove ColorStopOptimizer safety
2016-09-15 brianosmanAdd storage and computation of SkColor4f version of...
2016-09-15 brianosmanRemove the unused 16-bit gradient cache
2016-09-15 brianosmanBundle common arguments to GrGradientEffect creation
2016-09-15 djsollenRevert of Bundle common arguments to GrGradientEffect...
2016-09-14 brianosmanBundle common arguments to GrGradientEffect creation
2016-08-24 ajumaMake GrTextureStripAtlas flush pending IO on newly...
2016-08-22 fmalitaSimplify the gradient color stop optimizer
2016-08-19 fmenozziImplement gradient simplification for 0,0,1 and 0,1...
2016-08-19 fmenozziReturn color shader instead of 2-color gradient when...
2016-08-18 reedRevert of Return color shader instead of 2-color gradie...
2016-08-18 fmenozziReturn color shader instead of 2-color gradient when...
2016-08-16 fmenozziReducing number of calls to GLSL mix() from two to...
2016-08-15 fmenozziAdd specialized code for hard stop gradients on GPU
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-12 fmenozziRemove generalized gradient code
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-11 fmenozziRemove generalized gradient code
2016-08-10 fmenozziRevert "Remove generalized gradient code"
2016-08-10 halcanarySkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0
2016-08-10 fmenozziRemove generalized gradient code
2016-08-10 fmalitaPrevent degenerate linear gradient instantiation
2016-08-09 fmenozziRefactor various gradient effect classes
2016-06-27 csmartdaltonCheck PremulType during GrGradientEffect::onIsEqual
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-05-11 fmalitaHarden linear gradients
2016-05-05 reedRevert of SK_DECLARE_STATIC_MUTEX -> static SkMutex...
2016-05-04 mtkleinSK_DECLARE_STATIC_MUTEX -> static SkMutex
2016-04-20 egdanielRefactor how we store and use samplers in Ganesh
2016-04-19 egdanielRevert of Refactor how we store and use samplers in...
2016-04-19 egdanielRefactor how we store and use samplers in Ganesh
2016-04-18 mtkleinModernize and trim down SkOnce.
2016-04-11 cdaltonRename EmitArgs::fSamplers to fTexSamplers
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-09 reeduse Make instead of Create to return a shared shader
2016-03-03 fmalita[Reland] Fix SkTwoPointConicalGradient zero-radius...
2016-02-22 fmalitaInitial linear gradient 4f impl
2016-02-18 cdaltonAdd more specialized fragment builders
2016-02-11 cdaltonAdd GrShaderFlags enum
2016-02-03 robertphillipsClean up GrGLSLFragmentProcessor-derived classes
2016-01-04 caryclarkremove 565 effects shaders
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-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-21 egdanielMove shader precision modifier check onto GLSLCaps
2015-10-12 fmalitaRemove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia...
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-09 fmalitaOptional gradient dithering
2015-10-06 bsalomonBye bye processor data manager.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittmore threading of GrShaderDataManager
2015-05-04 reedremove redundant/deprecated TwoPointRadial gradiet...
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-02-25 joshualittadding preabandon flag to DM
2015-01-06 reedimprove sanity checks on gradient constructor parameters
2014-12-19 robertphillipsAdd toString methods to SkImageFilter-derived classes
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 mtkleinGradient shaders: make fPtsToUnit const, pre-cache...
2014-12-09 bsalomonUse threshold of 1 texture coord value per pixel w...
2014-12-09 bsalomonMake addUniform take a precision
2014-12-04 joshualittRemove backend factories
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-12-01 mtkleinBump min picture version.
2014-11-25 joshualittremove proc key
2014-11-25 joshualittremove one place we read from gpu key in effects
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
next