1. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  2. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  3. 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
  4. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  5. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  6. 5352015 Make nanobench --outResultsFile only work with Release builds. by mtklein · 9 years ago
  7. bc161d6 Valgrind is not a fan of uninitialized Src pixels. by mtklein · 9 years ago
  8. 0b64b98 update mipbuilder bench to exercise all 4 procs by reed · 9 years ago
  9. 3396fb5 test pow2 and non mipbuilders by reed · 9 years ago
  10. a36c710 add explicit bench for raw bitmapscaler by reed · 9 years ago
  11. e5cf2c6 Have nanobench report bench median sample time too. by mtklein · 9 years ago
  12. 6f0ff91 apply --match to image file names too, like we do for .skps by mtklein · 9 years ago
  13. c146aa6 Add --zero_init to simulate zero-initialized memory in CodecBench by mtklein · 9 years ago
  14. 55c86ab test+bench new swizzle SkOpts by mtklein · 9 years ago
  15. c7796b9 Make CodecBench test kPremul and kUnpremul by msarett · 9 years ago
  16. 38ce0a7 Add missing include for sleep by scroggo · 9 years ago
  17. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  18. 3c14681 Add a bench to test SkTileImageFilter. by senorblanco · 9 years ago
  19. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  20. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  21. 279c786 If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. by mtklein · 9 years ago
  22. c149f0e On Valgrind bots, print a message every 20 minutes by msarett · 9 years ago
  23. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  24. 20b4ca1 Append '\n' character to nanobench error message by cdalton · 9 years ago
  25. 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
  26. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  27. 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
  28. 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
  29. d63f60a change all factories to return their base-class by reed · 9 years ago
  30. 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
  31. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  32. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  33. 789fd99 Remove Subset*Benches by scroggo · 9 years ago
  34. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  35. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  36. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  37. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  38. 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
  39. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  40. 4664650 remove explicit 'f' in glbench shader by joshualitt · 9 years ago
  41. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  42. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  43. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  44. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  45. 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
  46. 1f6a1bd spin off remaining integer overflow fixes by mtklein · 9 years ago
  47. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  48. 66cfcff simplify nanobench --quiet / -q output by mtklein · 9 years ago
  49. 6f2753d add bench for sprite-like drawing w/ imagefilters by reed · 9 years ago
  50. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  51. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  52. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  53. 9323dc6 Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ ) by scroggo · 9 years ago
  54. 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
  55. cb6cb21 Fix Android framework build by scroggo · 9 years ago
  56. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  57. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  58. 4870e6d skia: Holding onto the image in the benchmark causes issues by hendrikw · 9 years ago
  59. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  60. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  61. 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
  62. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  63. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  64. 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
  65. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  66. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  67. 0459c94 Delete dead subset benches from nanobench by msarett · 9 years ago
  68. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  69. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  70. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  71. a8bd38e Add cropped-then-expanded test cases to blur_image_filter tests. by senorblanco · 9 years ago
  72. bbba168 nanobench: fix and simplify --samplingTime by mtklein · 9 years ago
  73. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  74. e6d2024 Flush GrContext between benchmark draw loops by cdalton · 9 years ago
  75. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  76. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  77. 7b87ee7 Image filters: simplify filterInputGPU(). by senorblanco · 9 years ago
  78. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  79. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  80. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  81. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  82. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  83. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  84. 74deb98 Valgrind experiment by msarett · 9 years ago
  85. 4dfdbb1 nanobench: Add some Valgrind failure paranoia. by mtklein · 9 years ago
  86. 423f646 Add SkTTopoSort by robertphillips · 9 years ago
  87. 2f8ac35 Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning by bsalomon · 9 years ago
  88. 860e8a6 Renable image benchmarking by scroggo · 9 years ago
  89. fd2b067 Remove unnecessary allocation in nanobench by scroggo · 9 years ago
  90. 2da1a85 Stop benching PNG buildTileIndex by default by scroggo · 9 years ago
  91. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  92. e361781 Fix codec memory leaks in nanobench by scroggo · 9 years ago
  93. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  94. ab12c27 Update Subset benches to support interlacing and fix bugs by scroggo · 9 years ago
  95. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  96. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  97. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  98. cb54e8e Cleanup timing state machine by joshualitt · 9 years ago
  99. 303fa35 Specify bench_type & source_type for image benches by scroggo · 9 years ago
  100. 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago