Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4e9bb7470d97c290530da94fcaf44cd1baa91329
/
bench
/
BitmapScaleBench.cpp
bc161d6
Valgrind is not a fan of uninitialized Src pixels.
by mtklein
· 9 years ago
a36c710
add explicit bench for raw bitmapscaler
by reed
· 9 years ago
a1ebeb2
Remove const from `const int loops`.
by mtklein
· 9 years ago
8a6697a
Fix for nexus 5 crashing in GL benches
by joshualitt
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
93a1215
SkPaint::FilterLevel -> SkFilterQuality
by reed
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
c54d8db
Remove SkCanvas::drawBitmapMatrix()
by Florin Malita
· 10 years ago
f168b86
Remove Sk prefix from some bench classes.
by tfarina
· 10 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 10 years ago
1b28f6f
Adding this call simulates seeing a *different* bitmap every time we scale, which changes the code path (places much heavier load on constructing a new filter). This better emulates the kind of environment most embedders see us in, where they try to cache a scaled bitmap rather than frequently rescaling it.
by commit-bot@chromium.org
· 11 years ago
3361471
Simplify benchmark internal API.
by commit-bot@chromium.org
· 11 years ago
383a697
store SkAlphaType inside SkBitmap, on road to support unpremul
by reed@google.com
· 11 years ago
410e6e8
Refactoring: get rid of the SkBenchmark void* parameter.
by mtklein@google.com
· 11 years ago
c289743
Major bench refactoring.
by mtklein@google.com
· 11 years ago
9cfc83c
stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum
by reed@google.com
· 11 years ago
523521c
reenable the scale benchmark, and only bench actual canvas draw commands
by humper@google.com
· 11 years ago
9e1ec1a
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
b088947
New bitmap filter checkin; this time with less build breakage
by humper@google.com
· 11 years ago
1a8940e
Revert "More general image filter interface; tested implementation of standalone"
by humper@google.com
· 11 years ago
25fc6b9
More general image filter interface; tested implementation of standalone
by humper@google.com
· 11 years ago