aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/image_pict.cpp
Commit message (Expand)AuthorAge
...
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* gm: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-07
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Adding an SkColorSpace to SkImage_GpuGravatar brianosman2016-07-20
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* GMs: fail gracefully for null surfaceGravatar scroggo2016-05-13
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* 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