Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / core / SkSpecialImage.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Robert PhillipsGuard against instantiate & accessRenderTarget failures
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-14 Robert PhillipsStart plumbing deferral of GPU resources in the image...
2016-11-09 Robert PhillipsConsolidate GrSurfaceProxy Make methods
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-02 Robert PhillipsBack SkSpecialImage_Gpu with a GrTextureProxy
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-09-23 brianosmanChange SkSpecialImage::makeSurface and makeTightSurface...
2016-09-23 brianosmanRevert of Create special surfaces according to original...
2016-09-23 brianosmanChange SkSpecialImage::makeSurface and makeTightSurface...
2016-08-16 brianosmanRemove isOpaque from SkSpecialImage, just use alpha...
2016-07-25 reedlock special-raster while the caller's bitmap is in...
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-21 brianosmanAdding color space to SkSpecialImage
2016-07-20 reedHave MakeFromImage fission the SkImage into a raster...
2016-07-20 reedRevert of have MakeFromImage fission the SkImage into...
2016-07-20 reedhave MakeFromImage fission the SkImage into a raster...
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-20 reedremove dead methods now that we use specials exclusivel...
2016-07-20 reeduse special-image for imagefilters and save/restore...
2016-07-19 reedremove unused MakeFromPixmap
2016-07-13 reeduse gpu-image instead of wrapping in a bitmap for speci...
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-04-28 robertphillipsTighten up SkSpecialSurface factory functions
2016-04-26 robertphillipsRevert of Remove gpu-specialization of SkSpecialImage...
2016-04-26 robertphillipsRemove gpu-specialization of SkSpecialImage
2016-04-25 robertphillipsAdd another dollop of sk_sp to SkSpecialImage and SkSpe...
2016-04-20 robertphillipsBegin removing deprecated (and now, unused) ImageFilter...
2016-04-08 robertphillipsUpgrade SkSpecialImage to have getTextureRef & getROPix...
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-28 robertphillipsTemporary fix for --preAbandonGpuContext bug
2016-03-24 robertphillipsSwitch SkColorFilterImageFilter over to new onFilterIma...
2016-03-24 robertphillipsSwitch SkBlurImageFilter over to new onFilterImage...
2016-03-24 reedswitch surface to sk_sp
2016-03-22 robertphillipsFix second memory leak in SkSpecialImage
2016-03-22 robertphillipsPotential fix for SpecialImageTest memory leak
2016-03-21 robertphillipsUpdate SkSpecialImage to be able to create tight SkImag...
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-18 robertphillipsAdd SkSpecialImage::makeTextureImage entry point
2016-03-18 bungemanRevert of Add SkSpecialImage::makeTextureImage entry...
2016-03-17 robertphillipsAdd SkSpecialImage::makeTextureImage entry point
2016-03-17 robertphillipsSwitch SkSpecialImage & SkSpecialSurface classes over...
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-16 robertphillipsRevert of Add SkSpecialImage::extractSubset & NewFromPi...
2016-03-16 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-09 reedunify peekPixels around pixmap parameter
2016-03-09 robertphillipsSwitch SkImageSource image filter over to new onFilterI...
2016-03-08 robertphillipsRename SkSpecialImage::getBitmap to getBitmapDeprecated
2016-03-07 robertphillipsSwap over to using SkImageFilter::filterImage instead...
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-02-18 robertphillipsUpdate SkSpecialImage API
2016-02-16 robertphillipsChange signature of SkSpecialImage::draw to take SkScalars
2016-02-04 robertphillipsAdd SkSpecialImage & SkSpecialSurface classes