1. 111fd11 Bench baseline for mostly 0 image. by scroggo@google.com · 11 years ago
  2. 4e061d3 Allow use of "--config defaults" in bench, like GM by borenet@google.com · 11 years ago
  3. 9ef1d21 OK windows, please take my infinity. by mtklein@google.com · 11 years ago
  4. 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
  5. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  6. 78d0379 Add missing dependency to unbreak NOGPU build. by mtklein@google.com · 11 years ago
  7. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  8. 8ad29ce Fix bench logging for --repeat 1 by borenet@google.com · 11 years ago
  9. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  10. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  11. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  12. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  13. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  14. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  15. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  16. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  17. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  18. 47fad70 by commit-bot@chromium.org · 11 years ago
  19. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  20. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  21. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  22. 24ed8d7 Fixes microbench format change caused by r9417. by bensong@google.com · 11 years ago
  23. 7495f59 Don't crash if device creation fails in bench. by commit-bot@chromium.org · 11 years ago
  24. 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
  25. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  27. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 11 years ago
  28. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  29. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 11 years ago
  30. 604a56a Run non-rendering benches in their own config. by bsalomon@google.com · 11 years ago
  31. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  32. c732f25 Add --gpucache size to bench. by bsalomon@google.com · 11 years ago
  33. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  34. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  35. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  36. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 11 years ago
  37. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 11 years ago
  38. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 11 years ago
  39. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 11 years ago
  40. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  41. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  42. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  43. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  44. 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
  45. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  46. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  47. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  48. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  49. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  51. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  52. 9d59420 Added GPU resource cache stats printing to bench & removed some noise from inst counting information by robertphillips@google.com · 12 years ago
  53. 4cea9f4 Use double dashes for bench options to be consistent. by scroggo@google.com · 12 years ago
  54. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  55. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 91ee3a1 Added second "truncated" cpu/wall timer to bench by robertphillips@google.com · 12 years ago
  57. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  58. 2abed83 Added -min option to bench by robertphillips@google.com · 12 years ago
  59. a913a99 revert r5100 experiment by bsalomon@google.com · 12 years ago
  60. 5224d75 Temporary change to bench on android to run limited set of test in order to see whether it allows bench to complete. by bsalomon@google.com · 12 years ago
  61. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  62. 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 12 years ago
  63. 7fbc604 Stop bench from leaking Review URL: http://codereview.appspot.com/6465045/ by bsalomon@google.com · 12 years ago
  64. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
  65. 44b67b2 Fixing NoGPU build of bench by junov@chromium.org · 12 years ago
  66. a2b32b8 Add -logFile option to Bench by borenet@google.com · 12 years ago
  67. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  68. fdd909c Added picture recording benchmark options to bench. by keyar@chromium.org · 12 years ago
  69. af3d79a by bensong@google.com · 12 years ago
  70. 82a7bfc add defer canvas to bench by bsalomon@google.com · 12 years ago
  71. 13eaaaa Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU. by tomhudson@google.com · 12 years ago
  72. 86bb9b7 Add usage message and -h|--help arguments to bench. by tomhudson@google.com · 12 years ago
  73. a0b63b8 Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_DEBUG guard by robertphillips@google.com · 12 years ago
  74. 39a058f Removing "Debug" option from bench tests to evaluate possible regression by robertphillips@google.com · 12 years ago
  75. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  76. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 12 years ago
  77. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  78. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  79. 508824b Make null gl a top level config in bench by bsalomon@google.com · 13 years ago
  80. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  81. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  82. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  83. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  84. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  85. 1a7eabc support multiple (OR'd) -match parameters by reed@google.com · 13 years ago
  86. 8382394 Instead of using fixed size for GPU context in benchmain, walk list of by tomhudson@google.com · 13 years ago
  87. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  88. ba36642 Pass NULL to BenchTimer cons when gl context creation failed. by bsalomon@google.com · 13 years ago
  89. 788e247 Fix benchmain to build w/ scalar=fixed by bsalomon@google.com · 13 years ago
  90. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  91. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  92. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  93. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  94. 25df888 add bench for building blurs by reed@google.com · 13 years ago
  95. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  96. a5d4841 Add information to bench output. http://codereview.appspot.com/4602057/ by bungeman@google.com · 13 years ago
  97. be9ad4e Higher resolution timers for bench. http://codereview.appspot.com/4548090/ by bungeman@google.com · 13 years ago
  98. d1a416a glFinish to complete bench before stopping stopwatch. by bungeman@google.com · 13 years ago
  99. a9015f8 add GPU config by mike@reedtribe.org · 13 years ago
  100. d34658a add benchmark for path filling by reed@google.com · 13 years ago