1. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  2. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  3. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  4. 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
  5. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  6. 61744ec Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 10 years ago
  7. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  8. 0f298cc Use SkDebugf to print when GrContext can't be created for a config. by commit-bot@chromium.org · 10 years ago
  9. 4bbe2e5 Add --runOnce flag to run benchs once in release or to force convergence in debug by commit-bot@chromium.org · 10 years ago
  10. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  11. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  12. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  13. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  14. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  15. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  16. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  17. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  18. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  19. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  20. 56b7a6d --dryRun flag for bench by commit-bot@chromium.org · 10 years ago
  21. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 10 years ago
  22. 575d9cd Simplify GM-as-bench code. by commit-bot@chromium.org · 10 years ago
  23. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 10 years ago
  24. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 10 years ago
  25. 0f53122 Fix crash in bench when "--mode record" is used by commit-bot@chromium.org · 10 years ago
  26. 1bc6c6a change benchmark to use surfaces instead of devices to specify its backends by reed@google.com · 10 years ago
  27. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 10 years ago
  28. e898957 Add NVPR configs to bench by commit-bot@chromium.org · 11 years ago
  29. 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
  30. 725a64c Add default resource path for skia test cases in gm and bench tools. by tfarina@chromium.org · 11 years ago
  31. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  32. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  33. e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
  34. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  35. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  36. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  37. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  38. db490e9 fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler option by djsollen@google.com · 11 years ago
  39. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  40. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  41. 2887119 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  42. f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  43. dcfed6c fix warnings when running a no gpu build by djsollen@google.com · 11 years ago
  44. 4e1d4b3 fix mac10.6 build by djsollen@google.com · 11 years ago
  45. 70de4da Insert swapbuffers into GPU benchmarks. by djsollen@google.com · 11 years ago
  46. 111fd11 Bench baseline for mostly 0 image. by scroggo@google.com · 11 years ago
  47. 4e061d3 Allow use of "--config defaults" in bench, like GM by borenet@google.com · 11 years ago
  48. 9ef1d21 OK windows, please take my infinity. by mtklein@google.com · 11 years ago
  49. dbd41c8 It looks like we're not always running long enough to give the GPU counters time to converge (and possibly the same for CPU too, but GPU is definitely worse off). by mtklein@google.com · 11 years ago
  50. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  51. 78d0379 Add missing dependency to unbreak NOGPU build. by mtklein@google.com · 11 years ago
  52. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  53. 8ad29ce Fix bench logging for --repeat 1 by borenet@google.com · 11 years ago
  54. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  55. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  56. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  57. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  58. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  59. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  60. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  61. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  62. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  63. 47fad70 by commit-bot@chromium.org · 11 years ago
  64. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  65. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  66. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  67. 24ed8d7 Fixes microbench format change caused by r9417. by bensong@google.com · 11 years ago
  68. 7495f59 Don't crash if device creation fails in bench. by commit-bot@chromium.org · 11 years ago
  69. ef77ec2 extend SkBenchmark to allow a bench to return a durationScale, which allows it to perform fewer actual interations, but report a scale factor to account for that. Thus a very slow bench can be compared head-to-head with a faster one, w/o actually forcing the tool to run for the full duration of the slower test. by reed@google.com · 11 years ago
  70. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  72. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 11 years ago
  73. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  74. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 11 years ago
  75. 604a56a Run non-rendering benches in their own config. by bsalomon@google.com · 11 years ago
  76. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  77. c732f25 Add --gpucache size to bench. by bsalomon@google.com · 11 years ago
  78. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  79. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  80. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  81. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 11 years ago
  82. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 11 years ago
  83. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 11 years ago
  84. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 11 years ago
  85. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  86. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  88. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  89. a543b60 Add clear after each image save, so that GPU images won't end up progressively compositing on top of one another. by jvanverth@google.com · 12 years ago
  90. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  91. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  92. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  93. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  94. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  96. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  97. 9d59420 Added GPU resource cache stats printing to bench & removed some noise from inst counting information by robertphillips@google.com · 12 years ago
  98. 4cea9f4 Use double dashes for bench options to be consistent. by scroggo@google.com · 12 years ago
  99. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  100. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago