Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / image_pict.cpp
2017-05-17 Brian SalomonRemove GrSurfaceProxy::desc()
2017-05-12 Matt SarettAdd new SkImageGenerator::getPixels() API, deprecate...
2017-04-27 Brian OsmanFold SkImageCacherator into SkImage_Lazy
2017-04-24 Brian OsmanSimplify SkImageCacherator slightly
2017-04-17 Mike Reedhide lockpixels api behind flag
2017-04-03 Mike ReedRevert[4] "clean up (partially) colortable api""""
2017-04-01 Mike ReedRevert "Revert[2] "clean up (partially) colortable...
2017-04-01 Mike ReedRevert[2] "clean up (partially) colortable api""
2017-03-31 Mike KleinRevert "clean up (partially) colortable api"
2017-03-31 Mike Reedclean up (partially) colortable api
2017-03-23 Robert PhillipsMake SkImageCacherator be deferred (take 2)
2017-03-22 Robert PhillipsRevert "Make SkImageCacherator be deferred"
2017-03-22 Robert PhillipsMake SkImageCacherator be deferred
2017-03-22 Robert PhillipsMake SkImage_Gpu be deferred (take 2)
2017-03-21 Robert PhillipsRevert "Make SkImage_Gpu be deferred"
2017-03-21 Robert PhillipsMake SkImage_Gpu be deferred
2017-03-10 Robert PhillipsPartially defer SkImage_Gpu
2017-03-03 Robert PhillipsSwitch SkImageGenerator over to generating GrTextureProxies
2017-02-15 Mike Reedreturn and take SkImageGenerator as unique_ptr
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Matt SarettRevert "SkColorSpace: remove named API, add gamut API"
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-01-31 Robert PhillipsReduce use of SkImage_Base::peekTexture
2017-01-30 Robert PhillipsRationalize GrContext's Gr*Proxy getter naming
2017-01-20 Robert PhillipsContinue making Ganesh use absolute texture coordinates...
2017-01-09 Matt SarettSpecify bit depth and color space in SkImage::MakeFromP...
2016-12-16 Brian OsmanAdd color space to picture image as a creation parameter
2016-12-15 Robert PhillipsAdd a deferred copy surface (take 3)
2016-12-14 Brian OsmanMake picture backed images sRGB by default
2016-12-14 Robert PhillipsRevert "Add a deferred copy surface (take 2)"
2016-12-13 Robert PhillipsAdd a deferred copy surface (take 2)
2016-12-13 Robert PhillipsRevert "Add a deferred copy surface"
2016-12-13 Robert PhillipsAdd a deferred copy surface
2016-12-12 Brian OsmanMake subset param to texture generation API non-optional
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