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
...
*
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
*
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
halcanary
2014-08-18
*
Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (htt...
halcanary
2014-08-12
*
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
halcanary
2014-08-12
*
mark all SkImage methods const, so we can make it thread-safe
reed
2014-08-11
*
Now able to set the localMatrix when creating a SkShader from a SkImage
piotaixr
2014-07-22
*
Deleted SkImage::newShaderClamp: not used, not implemented.
piotaixr
2014-07-14
*
Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview....
commit-bot@chromium.org
2014-02-07
*
Revert "Serialization of SkPictureImageFilter"
fmalita@google.com
2014-02-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-07
*
add ways to peer into an image to get its pixels
reed@google.com
2014-02-06
*
remove (now dead code) for SK_SUPPORT_LEGACY_COLORTYPE and SK_SUPPORT_LEGACY_...
reed@google.com
2014-01-13
*
make info real in SkPixelRef, and add bitmap::asImageInfo
reed@google.com
2013-12-09
*
move SkImageInfo into its own header
reed@google.com
2013-11-13
*
add colortable enum to SkImage to ease interop between it and SkBitmap::Config
reed@google.com
2013-11-12
*
Break up SkLazyPixelRef functionally into class hierarchy.
commit-bot@chromium.org
2013-11-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-11-02
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
Patch SkImage.h so Chrome will compile
robertphillips@google.com
2013-09-22
*
Remove SK_ENABLE_LEGACY_API_ALIASING from SkImage.h
robertphillips@google.com
2013-09-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-21
*
add trailing quote on #error
reed@google.com
2013-09-20
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-26
*
Make SkImage_Gpu share it's pixelref with the surface to prevent premature re...
commit-bot@chromium.org
2013-07-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-24
*
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
*
Separate core and images project.
scroggo@google.com
2013-05-31
*
add encodeData() to SkImageEncoder, and add encoding to SkImage
reed@google.com
2013-05-20
*
Adding public API method on SkImage for extracting the GPU texture handle.
junov@chromium.org
2013-05-01
*
Adding SK_API to export SkImage and SkSurface API classes
junov@chromium.org
2013-04-18
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Fix for error in r6214 (missing pre-declaration)
robertphillips@google.com
2012-10-31
*
Fleshed out GPU portion of image/surface feature
robertphillips@google.com
2012-10-31
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
need to declare INHERITED for the instcount macros
reed@google.com
2012-08-28
*
re-enable inst counting
reed@google.com
2012-08-28
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
check-point for gpu support in SkImage/SkSurface
reed@google.com
2012-07-31
*
check-point for surface experiment
reed@google.com
2012-07-27
*
check-point for image experiment
reed@google.com
2012-07-27
*
experimental only
reed@google.com
2012-07-25
[prev]