Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / gm / image_pict.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-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 Canarygm: s/SkAutoTUnref/sk_sp/
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-05-13 scroggoGMs: fail gracefully for null surface
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-24 reedswitch surface to sk_sp
2016-03-18 reedreturn pictures as sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2015-10-15 bsalomonRemove params from Cacherator_GrTextureMaker
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-09-18 fmalitaPurge cached resources on SkImage destruction.
2015-09-11 reedsupport colortables in cacherator
2015-08-19 reedwiden gm to show entire image, add place-holder for...
2015-08-18 reedAdd subsets to SkImageGenerator and SkImageCacherator
2015-08-13 reedsome catchup CL revisions
2015-08-13 reedExtend SkImageGenerator to support natively generated...
2015-08-13 reedadd SkImage::NewFromPicture and a GM to test it