index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
BitmapBench.cpp
Commit message (
Expand
)
Author
Age
*
add rowbytes option to allocPixels
reed
2014-06-28
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
hide SkBitmap::setConfig
reed
2014-06-09
*
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
*
save/restore the canvas around every bench draw call
commit-bot@chromium.org
2013-10-11
*
Temporarily disable FilterBitmapBenches while I fix it.
mtklein@google.com
2013-10-10
*
Revert "Revert "change SkColorTable to be immutable""
reed@google.com
2013-10-10
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
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
*
remove dst/rendertarget support for kARGB_4444_Config
reed@google.com
2013-06-21
*
cast enum to float to fix (really bad) warning
reed@google.com
2013-05-29
*
extend SkBenchmark to allow a bench to return a durationScale, which allows i...
reed@google.com
2013-05-29
*
use DEF_BENCH
reed@google.com
2013-05-28
*
Partial reapply of r5364 minus the non-neon code path.
djsollen@google.com
2013-04-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)
robertphillips@google.com
2012-09-04
*
Update ARM and NEON optimizations for S32A_Opaque_BlitRow32.
djsollen@google.com
2012-08-31
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
land http://codereview.appspot.com/6353063/ by Lei
reed@google.com
2012-07-24
*
Add (8) more benchmarks to capture performance of a pair of blit optimization
tomhudson@google.com
2012-05-15
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Adding the notion of a volatile bitmap to SkBitmap.
junov@google.com
2011-06-30
*
add opaque -vs- alpha bitmap cases
reed@android.com
2009-10-19
*
add decode bench
reed@android.com
2009-09-02
*
add BitmapBench
reed@android.com
2009-01-26