Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / image /
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-23 bsalomonRemove SkPixelRef::getTexture()
2016-08-18 brianosmanAdd alpha type to texture producer
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-17 reedfix no-gpu build
2016-08-17 reedpin as texture api
2016-08-11 reedfix memory leak, remake Imageshader to use sk_sp
2016-08-11 reedDeserialize pictures with custom image-deserializer
2016-08-10 halcanaryRevert of Store mipmap levels in deferred texture image...
2016-08-09 cblumeStore mipmap levels in deferred texture image
2016-08-08 reeduse onPeekBitmap instead of asLegacyBitmap
2016-08-05 reeduse tmp allocator for images in temp shaders
2016-08-05 reedrename FoceCopyMode to SkCopyPixelMode
2016-08-04 robertphillipsRemove SkSurface::MakeRenderTargetDirect
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 reedAlways return ImageShader, even from SkShader::MakeBitm...
2016-08-01 reedimplement isABitmap for imageshader, return localmatrix...
2016-08-01 reedmake an image from a mutable bitmap
2016-07-28 bsalomonSerialize SkColorSpace into DeferredTextureImage
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-26 robertphillipsReduce usage of MakeRenderTargetDirect
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-22 brianosmanBundle SkShader::asFragmentProcessor arguments in a...
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-21 robertphillipsDeprecate SkDevice::accessBitmap method
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-20 robertphillipsRemove SkDevice::accessRenderTarget virtual
2016-07-19 brianosmanRemove unused MakeFromTextureCopy API
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 bsalomonAdd a function to convert a texture backed SkImage...
2016-07-06 fmalitaDocument SkSurface::MakeRaster's memory initialization
2016-06-22 brianosmanRevert of Store mipmap levels in deferred texture image...
2016-06-21 cblumeStore mipmap levels in deferred texture image
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-13 msarettFix SkImage::asLegacyBitmap() to respect color space...
2016-06-13 ericrkAdd prescale option to deferred params
2016-06-09 jbaumanAdd NV12 texture conversion support.
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-03 cblumePlumbing mipmaps to the point of creation.
2016-05-31 cblumeAdd mip support to *DeferredTextureImageData functions.
2016-05-20 senorblancoFix leak in SkImage_Gpu::onMakeSubset().
2016-05-19 senorblancoImage filters: implement SkImage::makeWithFilter().
2016-05-17 robertphillips(Mostly) Retract GrRenderTarget from SkGpuDevice
2016-05-13 robertphillipsRetract GrRenderTarget a bit within SkGpuDevice
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-06 robertphillipsRevert of Retract GrRenderTarget a bit within SkGpuDevi...
2016-05-05 robertphillipsRetract GrRenderTarget a bit within SkGpuDevice
2016-05-04 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #10 id:220001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #9 id:160001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-05-02 mtkleinremove non-static uses of SkOncePtr
2016-04-29 robertphillipsAdd sk_sp to SkSurface_Gpu and SkGpuDevice
2016-04-28 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-28 robertphillipsRevert of Refactor drawContext/RenderTarget creation...
2016-04-27 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-22 robertphillipsRetract SkDevice a bit more
2016-04-22 senorblancoRemove some unnecessary #includes of SkImageFilter.h
2016-04-22 kkinnunenRefactor to separate backend object lifecycle and GpuRe...
2016-04-19 herbAdd onImageInfo call to SkImage_Base.
2016-04-13 bsalomonRemove GrTextureStorageAllocator. This was added from...
2016-04-03 reedchange flattenable factory to return sk_sp
2016-03-24 ericrkAdd getDeferredTextureImageData early out
2016-03-24 halcanaryimages with offset bitmap don't share genid
2016-03-24 reedswitch surface to sk_sp
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-18 ericrkPropogate SkBudgeted for NewFromDeferredTextureImageData
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 reedupdate callsites for Make image factories
2016-03-17 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-16 mtkleindetach -> release
2016-03-16 robertphillipsRevert of Add SkSpecialImage::extractSubset & NewFromPi...
2016-03-16 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-11 bsalomonAdd deferred texture upload API.
2016-03-11 reedRevert "Revert of add Make variations to return SkImage...
2016-03-11 robertphillipsRevert of add Make variations to return SkImage by...
2016-03-10 reedadd Make variations to return SkImage by sk_sp
2016-03-10 bsalomonRestore SkImage::NewTextureFromPixmap changes.
2016-03-09 bsalomonTBR=robertphillips@google.com
2016-03-09 reedSkImage now has makeShader to return sk_sp
2016-03-09 reedunify peekPixels around pixmap parameter
2016-03-09 bsalomonAdd SkImage::NewTextureFromPixmap
2016-03-04 reedAdd support for new bitmapshader context (patchset...
2016-03-04 reedEnforce 16byte alignment in shader contexts (patchset...
next