index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
BitmapScaleBench.cpp
Commit message (
Expand
)
Author
Age
*
Valgrind is not a fan of uninitialized Src pixels.
mtklein
2016-01-19
*
add explicit bench for raw bitmapscaler
reed
2016-01-14
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix for nexus 5 crashing in GL benches
joshualitt
2015-09-30
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Adding this call simulates seeing a *different* bitmap every time we scale, w...
commit-bot@chromium.org
2014-03-06
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
reenable the scale benchmark, and only bench actual canvas draw commands
humper@google.com
2013-07-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-10
*
New bitmap filter checkin; this time with less build breakage
humper@google.com
2013-07-09
*
Revert "More general image filter interface; tested implementation of standal...
humper@google.com
2013-07-09
*
More general image filter interface; tested implementation of standalone
humper@google.com
2013-07-09