aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/image_pict.cpp
Commit message (Expand)AuthorAge
* switch surface to sk_spGravatar reed2016-03-23
* return pictures as sk_spGravatar reed2016-03-18
* update callsites for Make image factoriesGravatar reed2016-03-17
* Remove internal calls to SkImage::getTextureGravatar bsalomon2016-02-29
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Remove params from Cacherator_GrTextureMakerGravatar bsalomon2015-10-15
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...Gravatar reed2015-09-24
* Purge cached resources on SkImage destruction.Gravatar fmalita2015-09-18
* support colortables in cacheratorGravatar reed2015-09-11
* widen gm to show entire image, add place-holder for no contextGravatar reed2015-08-19
* Add subsets to SkImageGenerator and SkImageCacheratorGravatar reed2015-08-18
* some catchup CL revisionsGravatar reed2015-08-13
* Extend SkImageGenerator to support natively generated GrTextures. As part of ...Gravatar reed2015-08-13
* add SkImage::NewFromPicture and a GM to test itGravatar reed2015-08-13