index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
picture_utils.cpp
Commit message (
Expand
)
Author
Age
*
remove append_from_srgb()
Mike Klein
2017-12-18
*
convert over to 2d-mode
Mike Klein
2017-07-20
*
clean up low-hanging swap_rb
Mike Klein
2017-06-28
*
append(from_srgb) -> append_from_srgb(kUnpremul)
Mike Klein
2017-06-12
*
port encode_bitmap_for_png() to SkRasterPipeline
Mike Klein
2017-06-12
*
fix f16 -> sRGB in encode_bitmap_for_png()
Mike Klein
2017-06-09
*
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
Matt Sarett
2017-04-28
*
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
Matt Sarett
2017-04-27
*
Delete copyTo(Allocator), hide copyTo() behind flag
Matt Sarett
2017-04-27
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Revert "SkColorSpace: remove named API, add gamut API"
Matt Sarett
2017-02-07
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
SkImageEncoder: simplify API
Hal Canary
2016-11-23
*
Revert 248ff023 & 2cb6cb72
Hal Canary
2016-11-22
*
SkImageEncoder: simplify API
Hal Canary
2016-11-22
*
Move SkOSPath out of include/core.
Ben Wagner
2016-11-08
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
remove/deprecate SkBitmap::getTexture, as it now always returns false
reed
2016-07-25
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...
brianosman
2016-06-16
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Move DM png code to picture_utils, for use by other tools.
brianosman
2016-04-19
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Cleanup: Rename SkOSPath functions.
tfarina
2014-07-28
*
stop using SkBitmap::Config
reed
2014-06-14
*
Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().
tfarina
2014-06-12
*
Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename().
tfarina
2014-06-11
*
hide SkBitmap::setConfig
reed
2014-06-09
*
render_pictures: add --mismatchPath flag
commit-bot@chromium.org
2014-05-15
*
add explicit filepaths to render_pictures JSON summary
commit-bot@chromium.org
2014-04-10
*
Remove more unnamed namespace usages.
tfarina@chromium.org
2014-01-23
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
Remove automatic resizing in *_pictures
borenet@google.com
2012-09-20
*
Scale even smaller in bench_pictures to get things green
borenet@google.com
2012-09-14
*
Enable automatic rescaling in bench_pictures
borenet@google.com
2012-09-14
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Images are written by PictureRenderer and not render_pictures_main.
keyar@chromium.org
2012-08-21
*
Benchmark results will now print to STDOUT if on not-Android.
keyar@chromium.org
2012-08-21
*
Merged bench_pictures and render_pictures rendering methods.
keyar@chromium.org
2012-08-01
*
Preparations for adding options and different render types to render_pictures.
keyar@chromium.org
2012-07-13
*
Allow specific files and multiple inputs for picture testing tools.
keyar@chromium.org
2012-07-09
*
Adding files skipped from previous patch: http://code.google.com/p/skia/sourc...
twiz@google.com
2012-06-22