1. ae4976c reduce total number of segments in giant-dash by commit-bot@chromium.org · 10 years ago
  2. 1a98a06 one valgrind.supp to rule them all. by commit-bot@chromium.org · 10 years ago
  3. 0f298cc Use SkDebugf to print when GrContext can't be created for a config. by commit-bot@chromium.org · 10 years ago
  4. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  5. 8cb46b9 Adds a blacklist of SKPs to exclude from bench expectations. by commit-bot@chromium.org · 10 years ago
  6. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  7. 02a5a09 Tune bench expectation algorithm parameters. by commit-bot@chromium.org · 10 years ago
  8. f1c0135 Rework ATI driver suppressions for bench valgrind by bsalomon@google.com · 10 years ago
  9. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  10. b2db443 Rename benchmark classes, hopefully less confusing to valgrid? by commit-bot@chromium.org · 10 years ago
  11. 034c66b Add valgrind suppressions for fglrx by bsalomon@google.com · 10 years ago
  12. d7ee4b6 Change valgrind suppresion names for bug 2455. by bsalomon@google.com · 10 years ago
  13. f7ad002 Update valgrind suppression names for bug 2453 by bsalomon@google.com · 10 years ago
  14. 6419ee6 Mark bench suppressions with bug # by bsalomon@google.com · 10 years ago
  15. f1eba21 Add Valgrind suppression file for bench by bsalomon@google.com · 10 years ago
  16. 4bbe2e5 Add --runOnce flag to run benchs once in release or to force convergence in debug by commit-bot@chromium.org · 10 years ago
  17. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  18. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  19. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  21. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  22. 95f7926 Add conical special cases to GradientBench by commit-bot@chromium.org · 10 years ago
  23. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  25. a1bf8be Further adjust bench expectations calculation. by commit-bot@chromium.org · 10 years ago
  26. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  27. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  28. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  29. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  30. 0d64356 Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 10 years ago
  31. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  32. 093ed31 Adjusts the bench expectations calculation to consider average value. by commit-bot@chromium.org · 10 years ago
  33. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 10 years ago
  34. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  35. cb3f079 Adds bench expectations to expectations/bench; fixes bench alert test's dependency on script line number. by commit-bot@chromium.org · 10 years ago
  36. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  37. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  38. b1bcb21 gen_bench_expectations to generate bench expectations files. by commit-bot@chromium.org · 10 years ago
  39. 949b998 Fast implementation of QuadTree by commit-bot@chromium.org · 10 years ago
  40. 68bda15 Removes bench expectations files. New place is skia-autogen svn repo. See https://codereview.chromium.org/196653010/ by commit-bot@chromium.org · 11 years ago
  41. 56b7a6d --dryRun flag for bench by commit-bot@chromium.org · 11 years ago
  42. 84cd099 Clean up SkImageFilter. by commit-bot@chromium.org · 11 years ago
  43. 758bc7a Stores per-iteration bench values in BenchDataPoint. by commit-bot@chromium.org · 11 years ago
  44. cf69bf4 Rebaseline performance triggers for Mac10.6 & N7 by robertphillips@google.com · 11 years ago
  45. a64ed0f bench rebaseline after Brian's improvement e5a041c by commit-bot@chromium.org · 11 years ago
  46. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  47. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  49. 1b28f6f Adding this call simulates seeing a *different* bitmap every time we scale, which changes the code path (places much heavier load on constructing a new filter). This better emulates the kind of environment most embedders see us in, where they try to cache a scaled bitmap rather than frequently rescaling it. by commit-bot@chromium.org · 11 years ago
  50. b83ec64 bench rebase after skp update. by commit-bot@chromium.org · 11 years ago
  51. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  52. 48f31bd try to deprecate fFlagsMask from SkLayerDrawLooper by reed@google.com · 11 years ago
  53. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
  54. 1e762d3 Adjusts one Win7 bench expectation (googlespreadsheetdashed, scalar1.1_gpu). by commit-bot@chromium.org · 11 years ago
  55. 575d9cd Simplify GM-as-bench code. by commit-bot@chromium.org · 11 years ago
  56. 2e34b21 adjust one mac bench range. by commit-bot@chromium.org · 11 years ago
  57. f54ea10 bench rebaseline with new parameters. by commit-bot@chromium.org · 11 years ago
  58. 6c2f0be Removes bench alerts for googleplus, forecastio. by commit-bot@chromium.org · 11 years ago
  59. d5b294a Removes some dynamic SKPs from bench alerts. by commit-bot@chromium.org · 11 years ago
  60. 495fe2c Rebaseline bench with a little wider ranges. by commit-bot@chromium.org · 11 years ago
  61. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
  62. d832f1d Bench rebaseline after Brian's Android improvement. by commit-bot@chromium.org · 11 years ago
  63. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  64. 557e3cd Separates faster and slower bench alerts; sorts by delta. by commit-bot@chromium.org · 11 years ago
  65. 6382263 Upstream fix for DecodeBench. by commit-bot@chromium.org · 11 years ago
  66. 0dd2109 Rebaseline bench after nightly Chrome update. by commit-bot@chromium.org · 11 years ago
  67. d58c9c8 Fix bench to compile when SK_SUPPORTS_GPU is not provided as a compiler option by commit-bot@chromium.org · 11 years ago
  68. 06ea606 Adjust allowed error from 0.5 to 2.5. by commit-bot@chromium.org · 11 years ago
  69. 81cdf23 Small adjustments of two bench ranges. by commit-bot@chromium.org · 11 years ago
  70. a4b9b39 Use a bench alert algorithm with wider ranges. TBR=jvanverth NOTRY=true by commit-bot@chromium.org · 11 years ago
  71. ed3bb1a Bench rebaseline to use narrower ranges. This also tests the new range calculation algorithm. by commit-bot@chromium.org · 11 years ago
  72. e07dfe5 Update Mac 10.6 bench expectation for tabl_worldjournal. by commit-bot@chromium.org · 11 years ago
  73. f04c21d More bench rebaselines for new SKPs. by fmalita@google.com · 11 years ago
  74. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
  75. 244b288 Fix garbled Nexus7 bench expectations entry. by fmalita@google.com · 11 years ago
  76. 480ae28 Bench rebaseline for the new SKPs by fmalita@google.com · 11 years ago
  77. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 11 years ago
  78. 30555b4 Wider perf trigger range for N4 and N7 perf improvements by robertphillips@google.com · 11 years ago
  79. 0f53122 Fix crash in bench when "--mode record" is used by commit-bot@chromium.org · 11 years ago
  80. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  81. 1bc6c6a change benchmark to use surfaces instead of devices to specify its backends by reed@google.com · 11 years ago
  82. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  83. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  84. 78319ce Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  85. 084545e rebaseline perf because of faster tests after GPU glur changes by commit-bot@chromium.org · 11 years ago
  86. 78dd91d Revert "Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/)" by commit-bot@chromium.org · 11 years ago
  87. 594aa5e Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/) by commit-bot@chromium.org · 11 years ago
  88. fbd3047 Workaround for assertion in NVPR config in bench. by commit-bot@chromium.org · 11 years ago
  89. e898957 Add NVPR configs to bench by commit-bot@chromium.org · 11 years ago
  90. 3a9ade7 Updates bench expectations; adds new platforms. by commit-bot@chromium.org · 11 years ago
  91. 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
  92. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  93. c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
  94. 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
  95. 1034ef1 Revert of https://codereview.chromium.org/127223004/ by commit-bot@chromium.org · 11 years ago
  96. 506ecc2 For comparison, add std::vector. by commit-bot@chromium.org · 11 years ago
  97. 85facf7 Add StackBench to measure performance on stack-like (fixed element size) work loads. by commit-bot@chromium.org · 11 years ago
  98. 8f88117 Cap memory usage in path_create bench. by commit-bot@chromium.org · 11 years ago
  99. f8affa2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago