1. 8a0152a Make SkShaders a namespace and move SkPerlinNoiseShader functions into it by Kevin Lubick · 1 year, 9 months ago
  2. 82abece Bitmap should use sampling options by Mike Reed · 4 years, 3 months ago
  3. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 6 months ago
  4. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 5 years ago
  5. 92b3335 more rect api simplifications by Mike Reed · 6 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  7. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago
  8. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  9. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  10. a920d36 remove unneeded code for index8 imagse by Mike Reed · 8 years ago
  11. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  12. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  13. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  14. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  15. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  16. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  17. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  18. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 9 years ago
  19. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 9 years ago
  20. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 9 years ago
  21. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  22. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  23. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  24. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  25. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  26. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  27. f168b86 Remove Sk prefix from some bench classes. by tfarina · 11 years ago
  28. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  29. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  30. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  31. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  32. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 12 years ago
  33. c289743 Major bench refactoring. by mtklein@google.com · 12 years ago
  34. 7fb83c8 When skia run bench cases to test performance, it will run constructors for all cases one by one, then getName to skip unnecessary cases according to command line parameters, so these constructors should be lightweight enough to avoid redundant computing. Unfortunately, some constructors contain intensive computing/rendering. They are very heavy, maybe much heavier than need-to-run bench case itself. And these redundant computation will be run every time you run bench, even you just test a single simple case. Moreover, it will mislead the real hotspot/bottleneck of the case itself. by commit-bot@chromium.org · 12 years ago
  35. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 12 years ago
  36. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 420f9e9 add opaque/alpha variants by reed@google.com · 12 years ago
  38. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  39. ca529d30 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  40. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  41. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 16 years ago
  42. 4d85059 add benchmark for repeat-tile bitmaps by reed@android.com · 16 years ago