index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkImagePriv.h
Commit message (
Expand
)
Author
Age
*
Remove SkImageMinRowBytes
scroggo
2015-12-18
*
SkImage doesn't use props, so don't need to store it
reed
2015-10-04
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
lock pixels in image when bitmap is immutable and not-lazy
reed
2015-07-30
*
SkImage_Raster's pixels are always immutable.
reed
2015-07-29
*
Make peekPixels() usable with raster surface snapshots
fmalita
2015-07-27
*
add SkImage::NewFromBitmap
reed
2015-07-07
*
add colortable param to newrastercopy
reed
2015-07-03
*
new image from backend desc
reed
2015-05-07
*
Make SkNewImageFromBitmap take pixel ref origin into account
kkinnunen
2015-02-23
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
clarify samplecount field in imagegpu
reed
2014-11-21
*
add SkImage::newSurface
reed
2014-11-21
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Cleaning includes in SkImage-related files
piotaixr
2014-09-22
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
remove picture-backed surfaces
commit-bot@chromium.org
2014-04-11
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
SkBitmap now really stores SkImageInfo -- config is just a ruse
commit-bot@chromium.org
2014-02-11
*
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
mike@reedtribe.org
2014-02-11
*
SkBitmap now really stores SkImageInfo -- config is just a ruse
mike@reedtribe.org
2014-02-11
*
Revert of https://codereview.chromium.org/132643007/
commit-bot@chromium.org
2014-01-13
*
Revert "Revert of https://codereview.chromium.org/129423002/"
reed@google.com
2014-01-13
*
Revert of https://codereview.chromium.org/129423002/
commit-bot@chromium.org
2014-01-13
*
add SkBitmap::installPixelRef()
reed@google.com
2014-01-13
*
Add Options to SkDecodingImageGenerator, simplify API.
halcanary@google.com
2014-01-02
*
Revert of https://codereview.chromium.org/93703004/
commit-bot@chromium.org
2013-12-18
*
Add Options to SkDecodingImageGenerator, simplify API.
halcanary@google.com
2013-12-18
*
make info real in SkPixelRef, and add bitmap::asImageInfo
reed@google.com
2013-12-09
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
Add SkImage->draw() call with src and dst rects.
commit-bot@chromium.org
2013-07-23
*
Revert "Add SkImage->draw() call with src and dst rects."
fmalita@google.com
2013-07-22
*
Add SkImage->draw() call with src and dst rects.
commit-bot@chromium.org
2013-07-22
*
Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy
junov@chromium.org
2013-04-11
*
Fleshed out GPU portion of image/surface feature
robertphillips@google.com
2012-10-31
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to be
reed@google.com
2012-07-30
*
expand internal subclasses into separate files
reed@google.com
2012-07-30
*
check-point for image/surface work
mike@reedtribe.org
2012-07-29
*
check-point for surface experiment
reed@google.com
2012-07-27