index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkImage.h
Commit message (
Expand
)
Author
Age
*
Remove SkImage::newImage()
fmalita
2015-09-24
*
remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...
reed
2015-09-24
*
Use SkImageCacherator in SkImages
reed
2015-09-10
*
Add a SkPixelSerializer SkImage encode variant
fmalita
2015-09-03
*
add preroll to image, for chrome's warmup pass
reed
2015-09-01
*
SkImage method for detecting lazy decoding
fmalita
2015-08-20
*
add SkImage::NewFromPicture and a GM to test it
reed
2015-08-13
*
unify pixelref and image ID space, so we can share IDs when we share pixels
reed
2015-07-30
*
Remove test of illegal behavior that modifies a texture backing an SkImage.
bsalomon
2015-07-23
*
Add image->bitmap
reed
2015-07-08
*
add SkImage::NewFromBitmap
reed
2015-07-07
*
add colortable param to newrastercopy
reed
2015-07-03
*
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...
bsalomon
2015-06-30
*
remove SkInstCnt
mtklein
2015-06-26
*
remove (legacy) NewFromData
reed
2015-06-23
*
change old picture serialization to really handle images
reed
2015-06-22
*
add callbacks to Images that wrap client-provided content
reed
2015-06-18
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Towards removing getTexture() on SkImage
bsalomon
2015-06-10
*
SkImage::NewFromYUVTexturesCopy
bsalomon
2015-05-29
*
new image from backend desc
reed
2015-05-07
*
Make drawImage a virtual on SkDevice
reed
2015-05-06
*
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...
reed
2015-05-06
*
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...
reed
2015-05-06
*
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice
reed
2015-05-05
*
Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...
reed
2015-05-04
*
Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...
reed
2015-05-04
*
make drawImage a virtual on SkDevice
reed
2015-05-04
*
Make SkImage::getTexture() const
kkinnunen
2015-02-18
*
remove unneeded preroll
reed
2015-02-15
*
initial preroll api
reed
2015-01-25
*
add newImage API
reed
2015-01-23
*
remove NewTexture?
reed
2015-01-13
*
add ImageGenerator::NewFromData to porting layer
reed
2015-01-07
*
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...
reed
2015-01-05
*
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...
reed
2015-01-05
*
move remaining virtual draw methods to onDraw
reed
2015-01-04
*
add toString to SkImage
reed
2015-01-02
*
change API contract: disallow zero-sized images or surfaces
reed
2014-12-31
*
dd readPixels to SkImage
reed
2014-12-10
*
add SkImage::newSurface
reed
2014-11-21
*
Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect()
piotaixr
2014-09-26
*
Make SkImage::draw() private
piotaixr
2014-09-25
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-23
*
Get rid of SkImage_Codec
piotaixr
2014-09-19
*
Add the method isOpaque() to SkImage
piotaixr
2014-08-19
[next]