1. b8c97ba Further reduce the number of primitives in the donut tests. Avoids crashes on iOS. by brianosman · 9 years ago
  2. 8445102 Add AndroidCodecBench to time scaled decodes by msarett · 9 years ago
  3. 4a6e40d Add bench and gm for shapes by cdalton · 9 years ago
  4. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  5. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  6. 126626e Sk4f: add floor() by mtklein · 9 years ago
  7. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  8. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  9. 77aa62c Slim down Sk4fRoundtrip benches. by mtklein · 9 years ago
  10. d2ed622 start experimenting with 64bit frame-buffers by reed · 9 years ago
  11. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  12. 3ebd050 Create a thermal manager class and wire it in to nanobench behind a flag by joshualitt · 9 years ago
  13. 7a5ada8 Support --dryRun in nanobench to get a list of benchmarks. by brianosman · 9 years ago
  14. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  15. 2d340f2 could not resist: fast sse float <--> u16 by mtklein · 9 years ago
  16. 0957424 SSE optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  17. 8673714 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  18. 65dfd2f Add --benchType and --sourceType to nanobench. by mtklein · 9 years ago
  19. ef5252e extend gm to test aa[] parameter on xfer4f procs by reed · 9 years ago
  20. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  21. f46d8a6 increase inner-loop for xfer4 benches to reduce variance by reed · 9 years ago
  22. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  23. 395eabe float components in xfermodes by reed · 9 years ago
  24. ad38ed6 Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ ) by scroggo · 9 years ago
  25. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  26. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  27. 817c72a Fix broken Android framework builds by djsollen · 9 years ago
  28. 7579786 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  29. c47635e Adding support for parsing extended gpu config parameters in nanobench by svaisanen · 9 years ago
  30. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  31. 8d61f0d Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. by benjaminwagner · 9 years ago
  32. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  33. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  34. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  35. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  36. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  37. 5352015 Make nanobench --outResultsFile only work with Release builds. by mtklein · 9 years ago
  38. bc161d6 Valgrind is not a fan of uninitialized Src pixels. by mtklein · 9 years ago
  39. 0b64b98 update mipbuilder bench to exercise all 4 procs by reed · 9 years ago
  40. 3396fb5 test pow2 and non mipbuilders by reed · 9 years ago
  41. a36c710 add explicit bench for raw bitmapscaler by reed · 9 years ago
  42. e5cf2c6 Have nanobench report bench median sample time too. by mtklein · 9 years ago
  43. 6f0ff91 apply --match to image file names too, like we do for .skps by mtklein · 9 years ago
  44. c146aa6 Add --zero_init to simulate zero-initialized memory in CodecBench by mtklein · 9 years ago
  45. 55c86ab test+bench new swizzle SkOpts by mtklein · 9 years ago
  46. c7796b9 Make CodecBench test kPremul and kUnpremul by msarett · 9 years ago
  47. 38ce0a7 Add missing include for sleep by scroggo · 9 years ago
  48. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  49. 3c14681 Add a bench to test SkTileImageFilter. by senorblanco · 9 years ago
  50. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  51. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  52. 279c786 If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. by mtklein · 9 years ago
  53. c149f0e On Valgrind bots, print a message every 20 minutes by msarett · 9 years ago
  54. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  55. 20b4ca1 Append '\n' character to nanobench error message by cdalton · 9 years ago
  56. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  57. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  58. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  59. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  60. d63f60a change all factories to return their base-class by reed · 9 years ago
  61. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  62. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  63. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  64. 789fd99 Remove Subset*Benches by scroggo · 9 years ago
  65. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  66. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  67. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  68. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  69. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  70. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  71. 4664650 remove explicit 'f' in glbench shader by joshualitt · 9 years ago
  72. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  73. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  74. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  75. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  76. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  77. 1f6a1bd spin off remaining integer overflow fixes by mtklein · 9 years ago
  78. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  79. 66cfcff simplify nanobench --quiet / -q output by mtklein · 9 years ago
  80. 6f2753d add bench for sprite-like drawing w/ imagefilters by reed · 9 years ago
  81. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  82. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  83. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  84. 9323dc6 Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ ) by scroggo · 9 years ago
  85. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  86. cb6cb21 Fix Android framework build by scroggo · 9 years ago
  87. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  88. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  89. 4870e6d skia: Holding onto the image in the benchmark causes issues by hendrikw · 9 years ago
  90. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  91. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  92. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  93. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  94. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  95. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  96. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  97. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  98. 0459c94 Delete dead subset benches from nanobench by msarett · 9 years ago
  99. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  100. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago