1. 24e963d Test performance of 565 bitmap scaling by Yuqian Li · 7 years ago
  2. a920d36 remove unneeded code for index8 imagse by Mike Reed · 7 years ago
  3. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  4. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  5. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  6. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  7. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  8. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  9. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago
  10. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  11. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  12. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  13. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  14. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  16. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  17. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  18. 14e4d39 Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/)" by mtklein · 10 years ago
  19. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  20. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  21. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  22. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  23. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  24. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  25. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  26. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  27. f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  28. c95e1e5 Temporarily disable FilterBitmapBenches while I fix it. by mtklein@google.com · 11 years ago
  29. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  30. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  31. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  32. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  33. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  34. 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
  35. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  36. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  37. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  38. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  39. a2be2cc cast enum to float to fix (really bad) warning by reed@google.com · 11 years ago
  40. ef77ec2 extend SkBenchmark to allow a bench to return a durationScale, which allows it to perform fewer actual interations, but report a scale factor to account for that. Thus a very slow bench can be compared head-to-head with a faster one, w/o actually forcing the tool to run for the full duration of the slower test. by reed@google.com · 11 years ago
  41. 2ece287 use DEF_BENCH by reed@google.com · 11 years ago
  42. c2532dd Partial reapply of r5364 minus the non-neon code path. by djsollen@google.com · 11 years ago
  43. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  45. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  46. 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
  47. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  48. c3be34d Add (8) more benchmarks to capture performance of a pair of blit optimization by tomhudson@google.com · 12 years ago
  49. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  50. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  51. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  52. 11ec186 add opaque -vs- alpha bitmap cases by reed@android.com · 15 years ago
  53. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
  54. f523e25 add BitmapBench by reed@android.com · 16 years ago