Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / image / SkImageShader.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-06 Mike KleinRefactor bilerp a little.
2016-12-06 Brian OsmanRemove dest surface color mode from bitmap controller
2016-11-30 Mike Kleinsupport medium and high quality
2016-11-29 Mike Kleinsupport a8
2016-11-29 Mike Kleingather_i8
2016-11-29 Mike KleinConsistent naming.
2016-11-28 Mike KleinSplit srgb out of accum stages.
2016-11-28 Mike KleinSome simple pipeline refactoring.
2016-11-22 Mike Klein4444 and gray 8
2016-11-22 Mike KleinSupport sRGB 565.
2016-11-22 Mike Kleinaccum_565 and accum_f16
2016-11-22 Mike Kleinbilerp
2016-11-21 Mike KleinRearrange NN sampling to more naturally support bilerp.
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-18 Mike Kleinmirror tiling
2016-11-17 Mike Kleinperspective matrix
2016-11-17 Mike Kleinrepeat tiling
2016-11-17 Mike KleinReplace my confusion with a pointer to the explanation.
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Mike KleinStrength reduce bilerp to nearest neighbor when the...
2016-11-17 Mike KleinSupport SkImageShader in SkRasterPipeline blitter
2016-11-17 Brian SalomonRename GrTextureAccess to GrProcessor::TextureSampler.
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarys/SkAutoTUnref/sk_sp/ in src/ part 1
2016-10-17 fmalitaSkip SkBitmapProvider instantiation in SkImageShader...
2016-09-28 Mike ReedisABitmap is deprecated, use isAImage
2016-09-12 brianosmanTwo changes:
2016-09-07 brianosmanAdd color gamut xform helpers to GrGLSLShaderBuilder
2016-08-11 reedfix memory leak, remake Imageshader to use sk_sp
2016-08-11 reedDeserialize pictures with custom image-deserializer
2016-08-05 reeduse tmp allocator for images in temp shaders
2016-08-05 reedrename FoceCopyMode to SkCopyPixelMode
2016-08-02 reedAlways return ImageShader, even from SkShader::MakeBitm...
2016-08-01 reedimplement isABitmap for imageshader, return localmatrix...
2016-07-22 brianosmanBundle SkShader::asFragmentProcessor arguments in a...
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-09 reedSkImage now has makeShader to return sk_sp
2016-03-04 reedAdd support for new bitmapshader context (patchset...
2016-03-04 reedEnforce 16byte alignment in shader contexts (patchset...
2016-03-03 halcanaryRevert of enforce 16byte alignment in shader contexts...
2016-03-03 reedenforce 16byte alignment in shader contexts
2016-03-03 reedRevert of add support for new bitmapshader context...
2016-03-03 reedadd support for new bitmapshader context
2016-03-02 reedfission bitmapprocstate
2016-02-22 fmalitaAdd ContextRec param to SkShader::contextSize()
2015-11-05 bsalomonMake bicubic FP factories return const FPs
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-10-06 bsalomonBye bye processor data manager.
2015-09-30 reedRevert[4] of add ImageShader, sharing code with its...
2015-09-28 reedRevert of Revert[2] of add ImageShader, sharing code...
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-25 reedRevert[2] of add ImageShader, sharing code with its...
2015-09-18 tomhudsonRevert of add ImageShader, sharing code with its Bitmap...
2015-09-18 reedadd ImageShader, sharing code with its Bitmap cousin