index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
image_pict.cpp
Commit message (
Expand
)
Author
Age
...
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-15
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
gm: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Adding an SkColorSpace to SkImage_Gpu
brianosman
2016-07-20
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
GMs: fail gracefully for null surface
scroggo
2016-05-13
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
switch surface to sk_sp
reed
2016-03-23
*
return pictures as sk_sp
reed
2016-03-18
*
update callsites for Make image factories
reed
2016-03-17
*
Remove internal calls to SkImage::getTexture
bsalomon
2016-02-29
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Remove params from Cacherator_GrTextureMaker
bsalomon
2015-10-15
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...
reed
2015-09-24
*
Purge cached resources on SkImage destruction.
fmalita
2015-09-18
*
support colortables in cacherator
reed
2015-09-11
*
widen gm to show entire image, add place-holder for no context
reed
2015-08-19
*
Add subsets to SkImageGenerator and SkImageCacherator
reed
2015-08-18
*
some catchup CL revisions
reed
2015-08-13
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13
*
add SkImage::NewFromPicture and a GM to test it
reed
2015-08-13
[prev]