1. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  2. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  3. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  4. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  5. 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
  6. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  7. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  8. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  9. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  10. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  11. 5387c83 Revert of Benchmark designed to exercise fractional image scale/translation (patchset #2 of https://codereview.chromium.org/491793003/) by djsollen · 10 years ago
  12. 5fc2266 Benchmark designed to exercise fractional image scale/translation by humper · 10 years ago
  13. 233c295 fix numerical overflows in 565 blends by reed · 10 years ago
  14. efafe94 Cleanup: Remove BenchTool xcode project file. by tfarina · 10 years ago
  15. 2084050 Add --bbh (default true) to nanobench. by mtklein · 10 years ago
  16. 0461713 expose generalized imagecache key by reed · 10 years ago
  17. 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
  18. 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
  19. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  20. 94e5156 Add --options to nanobench, similar to --key but for non-identifying options. by mtklein · 10 years ago
  21. 7e5598a Added bench for grid of patches. by dandov · 10 years ago
  22. 87c35ad Remove aarects benchmark. Redundant with rotated_rects* bench and *much* slower. by bsalomon · 10 years ago
  23. a7f79b4 remove internal repeat count from gradient benches by bsalomon · 10 years ago
  24. 12b3544 Add runtime flag to turn compressed alpha masks on by krajcevski · 10 years ago
  25. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  26. e556be7 Don't leak the shader in PatchBench. by mtklein · 10 years ago
  27. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  28. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  29. e530eb3 Restore bench_util.py by Mike Klein · 10 years ago
  30. 6563562 Make the rotated rects bench allow more alpha/color variations and an arbitrary xfermode::mode. by bsalomon · 10 years ago
  31. b511042 Fix iOS build by centralizing --writePath. by mtklein · 10 years ago
  32. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  33. 3b4d077 Add angle config to nanobench and make angle a default config for dm and nanobench. by bsalomon · 10 years ago
  34. be21e34 Bye bye bench. by mtklein · 10 years ago
  35. 2069e22 Fix calibration loop failure condition. by mtklein · 10 years ago
  36. 6e33e23 Skip all .skps in 565. by mtklein · 10 years ago
  37. 9200758 SKPs-as-benches in nanobench by mtklein · 10 years ago
  38. e714e75 nanobench: support GMs-as-benches by mtklein · 10 years ago
  39. 3342ed5 Add rotated rects benchmarks by bsalomon · 10 years ago
  40. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  41. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  42. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  43. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  44. 570c392 Fix the other microbench schema by kelvinly · 10 years ago
  45. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  46. c255337 Make nanobench setup configs outside of loop over benchmarks by bsalomon · 10 years ago
  47. 17f0b6d share dm and command flags by caryclark · 10 years ago
  48. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  49. 05c4560 Fix GLubyte to GrGLubyte. by jcgregorio · 10 years ago
  50. bf5e523 Change JSON output of nanobench. by jcgregorio · 10 years ago
  51. 04d53a5 Revert of nanobench: --veryVerbose for more Win7 debugging (https://codereview.chromium.org/401663002/) by mtklein · 10 years ago
  52. e57452d nanobench: --veryVerbose for more Win7 debugging by Mike Klein · 10 years ago
  53. 55b0ffc nanobench: Protect more against infinite loops. by mtklein · 10 years ago
  54. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  55. 3f376a5 (temporarily?) disable no-oped benches by Mike Klein · 10 years ago
  56. 9129477 Use __rdtsc on Windows. by Mike Klein · 10 years ago
  57. e363136 Try to debug Windows infinite loops in nanobench. by Mike Klein · 10 years ago
  58. 3944a1d destroyContexts after each bench instead of before by Mike Klein · 10 years ago
  59. 6238688 Give windows boring bars and use 'us' for microseconds. by mtklein · 10 years ago
  60. 1e319f7 Add --resetGpuContext to both DM and nanobench. by mtklein · 10 years ago
  61. a189ccd nanobench: add --runOnce. by mtklein · 10 years ago
  62. 60317d0f nanobench: support --outResultsFile by mtklein · 10 years ago
  63. 5d9d10e nanobench: add a cute bar chart by mtklein · 10 years ago
  64. fa04776 Use unpremul for premul_and_unpremul_alpha_ bench. by scroggo · 10 years ago
  65. c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 10 years ago
  66. 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  67. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 10 years ago
  68. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  69. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  70. 762c718 Remove useless options from bench by kelvinly · 10 years ago
  71. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  72. 40b32be nanobench: add median and --cpu/--gpu by mtklein · 10 years ago
  73. 6945618 gpu and cpu flags for gm and bench. by bsalomon · 10 years ago
  74. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  75. 9bc86ed Hey, maybe we should _call_ glFinish. by mtklein · 10 years ago
  76. bb6a028 draft gpu support in nanobench by mtklein · 10 years ago
  77. 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
  78. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  79. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  80. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  81. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  82. f836415 Fix scale type in JSON format by kelvinly · 10 years ago
  83. 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
  84. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  85. f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 10 years ago
  86. 474cef4 Disable bogus _scaled benches until we can figure out why they're bogus. by mtklein · 10 years ago
  87. 32492e8 delete disabled bench by mtklein · 10 years ago
  88. 332600f Bench: Change default maxMs from 4s to 1s. by borenet · 10 years ago
  89. b0203e5 Add schemas to Skia repo by kelvinly · 10 years ago
  90. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  91. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  92. bbf3e89 optimize circularclips to act as a bench, fix null-check bug in etcbench by reed · 10 years ago
  93. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  94. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  95. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  96. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  97. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  98. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  99. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  100. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago