- 3349c6f Fix Memcheck:Overlap in setting up rect bench names by Brian Salomon · 8 years ago
- dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
- 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
- c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
- 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
- ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
- afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
- b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
- cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 9 years ago
- 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 9 years ago
- 15c3a0e Finish conversion to sk_sp<SkShader> 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
- 57b7671 use override to make the new xcode happier by reed · 9 years ago
- 8db65a6 stop scaling loops and improve warmup bench by joshualitt · 9 years ago
- 7d4b458 Add warmup bench to visual bench by joshualitt · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 87c35ad Remove aarects benchmark. Redundant with rotated_rects* bench and *much* slower. by bsalomon · 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
- 000d732 Move non-trivial work in RectBench() to onPreDraw. by commit-bot@chromium.org · 11 years ago
- 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
- b87bf83 Add explicit double -> SkScalar conversion to fix werror on Windows. by mtklein@google.com · 11 years ago
- c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
- ce0ce4f Add stroked oval benches. by jvanverth@google.com · 12 years ago
- 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 370d835 Add new bench for rotated rects (aarects_rotated) by robertphillips@google.com · 12 years ago
- 190260e Add stroked rrect benches. by jvanverth@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 12310e4 Add new "aarects" bench to establish baseline for aa rect drawing by robertphillips@google.com · 12 years ago
- 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 2d078b6 add bench for srcmode by reed@google.com · 12 years ago
- 60712f3 use DEF_BENCH() macro to clean up factory registrations -- no other change by reed@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 2ecead5 add 2 stroke tests to rects by mike@reedtribe.org · 14 years ago
- 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
- 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
- 652807b Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" by agl@chromium.org · 15 years ago
- 6fd950c Revert "Use hairline when line width <= 1.0, instead of < 1.0." by agl@chromium.org · 15 years ago
- a956e4f Use hairline when line width <= 1.0, instead of < 1.0. by anatoly@google.com · 15 years ago
- e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
- f523e25 add BitmapBench by reed@android.com · 16 years ago
- a70ba36 remove duplicate SkTRegistry definition by reed@android.com · 16 years ago
- 4bc1983 add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW by reed@android.com · 16 years ago
- d2c3744 add arg to make diff sized rects by reed@android.com · 16 years ago
- bd700c3 add benchmark framework by reed@android.com · 16 years ago