1. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  2. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  3. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  4. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
  5. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  6. 5330e44 Print the file being deserialized before deserializing. by scroggo@google.com · 11 years ago
  7. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  8. 1125d39 Add a new mode to render_pictures. by scroggo@google.com · 11 years ago
  9. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  10. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  11. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  12. 03682be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. d34fda1 Build fix: accessing uninitialized class member (not) by junov@chromium.org · 12 years ago
  14. e286e84 Modifying the behavior of render_pictures --validate to test the effect of bbh. by junov@chromium.org · 12 years ago
  15. c19c191 Fixing crash in render_pictures when failing to create referenceBitmap for --validate by junov@chromium.org · 12 years ago
  16. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  17. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  18. 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
  19. 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  20. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. ca1b3ff Add option to ignore small pixel diffs for --validate. By default, right by edisonn@google.com · 12 years ago
  22. ddbd83a revert change 7218 by edisonn@google.com · 12 years ago
  23. 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
  24. f14e4b0 Add VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify whether a failure in validation by reed@google.com · 12 years ago
  25. 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
  26. 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
  27. a7d8e3e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 84f548c Flags for render_pictures: verify, clone and writeWholeImage: by edisonn@google.com · 12 years ago
  29. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  30. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  31. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  32. a9e3a36 Add an option to render_pictures to rerecord the pictures with PNG encoded bitmaps. by scroggo@google.com · 12 years ago
  33. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  34. 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
  35. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  36. b6e806b Allow render_pictures to render using multiple threads. by scroggo@google.com · 12 years ago
  37. 868e1f6 fix return value for render_pictures by caryclark@google.com · 12 years ago
  38. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  39. b4773b4 Fix some bugs in our picture tools. by scroggo@google.com · 12 years ago
  40. 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
  41. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  42. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  43. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  44. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  45. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  46. e04e92b To avoid running out of memory, we rescale very large pictures before we by reed@google.com · 12 years ago
  47. 163c84b Added GPU resource cache stats printing to render_pictures by robertphillips@google.com · 12 years ago
  48. 03fcee8 Add per-picture logging to render_pictures by borenet@google.com · 12 years ago
  49. 10ef79e Fix render_pictures for skia_static_initializers=0 by borenet@google.com · 12 years ago
  50. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  51. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  52. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  53. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  54. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  55. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  56. 9d696c0 Refactored the bitmap creation into PictureRenderer. by keyar@chromium.org · 12 years ago
  57. 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
  58. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  59. cc6e5ef Added an option to specify the tiling size to render_pictures. by keyar@chromium.org · 12 years ago
  60. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago
  61. 472b379 render_pictures can now do tiling based rendering. by keyar@chromium.org · 12 years ago
  62. a2333d9 Added pipe as a rendering option for render_pictures. by keyar@chromium.org · 12 years ago
  63. 3cbbb54 Mac build fix for Keyar. Unreviewed. by senorblanco@chromium.org · 12 years ago
  64. 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
  65. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  66. a31b8bb by twiz@google.com · 12 years ago
  67. 777442d Adding the render_pictures test tool by junov@chromium.org · 12 years ago