1. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  2. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  3. 24234fe Build gpu stats tracking in dev builds. by bsalomon · 10 years ago
  4. 78c7127 Update old tools to allow MultiPictureDraw rendering by robertphillips · 10 years ago
  5. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  6. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  7. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  8. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  9. 2529f2e Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. by rmistry · 10 years ago
  10. 85b438d create sk_tools::Expectation class, similar to skiagm::Expectations class by epoger · 10 years ago
  11. b1aded8 Add flag to bench/render pictures by krajcevski · 10 years ago
  12. b492c6f add --descriptions flag to render_pictures tool by epoger · 10 years ago
  13. e947075 Update tools for use of picture stats in GPU optimization decision by robertphillips · 10 years ago
  14. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  15. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 11 years ago
  16. 952841b Begin atlasing by robertphillips · 11 years ago
  17. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 11 years ago
  18. 55e61f0 Begin atlasing by robertphillips · 11 years ago
  19. d3e474e Deprecate SkPicture::clone(). by mtklein · 11 years ago
  20. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 11 years ago
  21. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 11 years ago
  22. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 11 years ago
  23. 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 11 years ago
  24. 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 11 years ago
  25. 205ce48 add --readJsonSummaryPath to render_pictures by commit-bot@chromium.org · 11 years ago
  26. 90c0fbd reland "extract some common code from PictureRenderer" by commit-bot@chromium.org · 11 years ago
  27. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 11 years ago
  28. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 11 years ago
  29. 4610a46 reland r14391 ('fix contents of render_pictures JSON summary') by commit-bot@chromium.org · 11 years ago
  30. cced37d Revert of fix contents of render_pictures JSON summary (https://codereview.chromium.org/259703002/) by commit-bot@chromium.org · 11 years ago
  31. eecdcb9 fix contents of render_pictures JSON summary by commit-bot@chromium.org · 11 years ago
  32. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 11 years ago
  33. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 11 years ago
  34. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 11 years ago
  35. 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 11 years ago
  36. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 11 years ago
  37. f5e315c add --writeChecksumBasedFilenames flag to render_pictures by commit-bot@chromium.org · 11 years ago
  38. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  40. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  41. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  42. f11943f render_pictures unittests: run over a dir with multiple SKPs, like production by commit-bot@chromium.org · 11 years ago
  43. 5a064e3 Remove more unnamed namespace usages. by tfarina@chromium.org · 11 years ago
  44. a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
  45. 03e3e89 Add support to dump font cache texture for debug purposes by commit-bot@chromium.org · 11 years ago
  46. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  47. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  48. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  49. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 12 years ago
  50. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
  51. 5330e44 Print the file being deserialized before deserializing. by scroggo@google.com · 12 years ago
  52. 7def5e1 Separate core and images project. by scroggo@google.com · 12 years ago
  53. 1125d39 Add a new mode to render_pictures. by scroggo@google.com · 12 years ago
  54. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
  55. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  56. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  57. 03682be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. d34fda1 Build fix: accessing uninitialized class member (not) by junov@chromium.org · 12 years ago
  59. e286e84 Modifying the behavior of render_pictures --validate to test the effect of bbh. by junov@chromium.org · 12 years ago
  60. c19c191 Fixing crash in render_pictures when failing to create referenceBitmap for --validate by junov@chromium.org · 12 years ago
  61. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  62. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  63. 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
  64. 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  65. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. ca1b3ff Add option to ignore small pixel diffs for --validate. By default, right by edisonn@google.com · 12 years ago
  67. ddbd83a revert change 7218 by edisonn@google.com · 12 years ago
  68. d17c865 Add option to ignore small pixel diffs for --validate. By default, right now we will default to max diff of 256, which means that for now we report all pixels that are not as expected and we do not error out. Ideally we will decrease the value of max diff to something that does not have visual impact, e.g. 10, then we will report small changes with the intensity under 10, but we will error out for anything larger. by edisonn@google.com · 12 years ago
  69. f14e4b0 Add VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify whether a failure in validation by reed@google.com · 12 years ago
  70. 01754bf Fix typo, report in validate diff teh value of the pixel, not the address of the pixel. by edisonn@google.com · 12 years ago
  71. 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
  72. a7d8e3e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 84f548c Flags for render_pictures: verify, clone and writeWholeImage: by edisonn@google.com · 12 years ago
  74. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  75. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  76. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  77. a9e3a36 Add an option to render_pictures to rerecord the pictures with PNG encoded bitmaps. by scroggo@google.com · 12 years ago
  78. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  79. 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
  80. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  81. b6e806b Allow render_pictures to render using multiple threads. by scroggo@google.com · 12 years ago
  82. 868e1f6 fix return value for render_pictures by caryclark@google.com · 12 years ago
  83. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  84. b4773b4 Fix some bugs in our picture tools. by scroggo@google.com · 12 years ago
  85. 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
  86. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  87. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  88. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  89. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  90. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. e04e92b To avoid running out of memory, we rescale very large pictures before we by reed@google.com · 12 years ago
  92. 163c84b Added GPU resource cache stats printing to render_pictures by robertphillips@google.com · 12 years ago
  93. 03fcee8 Add per-picture logging to render_pictures by borenet@google.com · 12 years ago
  94. 10ef79e Fix render_pictures for skia_static_initializers=0 by borenet@google.com · 12 years ago
  95. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  96. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  97. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  98. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  99. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  100. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago