1. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  2. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  3. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  4. 3ebd050 Create a thermal manager class and wire it in to nanobench behind a flag by joshualitt · 9 years ago
  5. cdad12f Create image cache for use by json canvas by joshualitt · 9 years ago
  6. 7c55422 remove SkGPipe by reed · 9 years ago
  7. 14d8fa0 Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds by djsollen · 9 years ago
  8. b5f7d77 When was SkPDiff last used? by mtklein · 9 years ago
  9. 2f2903d restore dump_record by mtklein · 9 years ago
  10. 835c1b6 Clean up dead code: PictureRenderer by mtklein · 9 years ago
  11. f193853 Clean up dead code: filter. by mtklein · 9 years ago
  12. f970ad6 Clean up dead code: render_pdfs. by mtklein · 9 years ago
  13. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  14. 23267db SkAtomic: always use std::atomic by mtklein · 9 years ago
  15. d7b25c7 Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. by mtklein · 9 years ago
  16. 33bee09 Fix -Wunused-parameter errors in SkCodec.h in Android by msarett · 9 years ago
  17. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  18. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  19. 8e26604 Export tools as an include directory for Android by msarett · 9 years ago
  20. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  21. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  22. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  23. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  24. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  25. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  26. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  27. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  28. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  29. 0c768a2 Clean up some dead code. by mtklein · 9 years ago
  30. 9c4909b Add imgblur tool to assist BlurMaskFilter debugging by robertphillips · 9 years ago
  31. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  32. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  33. 7f0a3d7 Make mutex semaphore based. by herb · 9 years ago
  34. 5ce341f Add slice tool by robertphillips · 9 years ago
  35. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  36. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  37. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  38. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  39. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  40. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  41. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  42. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  43. 4239fc2 Remove skia_arch_width, fold into skia_arch_type. by Brian Salomon · 9 years ago
  44. 60c0475 Add tools/flatten to flatten nested pictures in .skps. by mtklein · 9 years ago
  45. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  46. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  47. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  48. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  49. 283714f Fix link error when running `make tools` with skia_shared_lib=1 by borenet · 9 years ago
  50. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  51. 7da2e55 quickie tool to exercise chrome filter fuzz files by caryclark · 9 years ago
  52. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  53. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  54. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago
  55. ac928f2 Only define SK_CRASH_HANDLER in crash_handler. by scroggo · 10 years ago
  56. 2aafe6f Add SkSVGCanvas by fmalita · 10 years ago
  57. 02c8fd0 Move SVG parser files under {include,src}/svg/parser/ by fmalita · 10 years ago
  58. a669bc7 Atomics overhaul. by mtklein · 10 years ago
  59. 93957f4 Initial SVG backend stubbing by fmalita · 10 years ago
  60. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  61. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  62. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  63. 3886046 Revert "Revert "delete old things!"" by bsalomon · 10 years ago
  64. 8b4489b Revert "delete old things!" by Brian Salomon · 10 years ago
  65. 15b125d delete old things! by bsalomon · 10 years ago
  66. ac8d8b8 revert buildbot breaker by caryclark · 10 years ago
  67. 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  68. efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago
  69. 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  70. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  71. a816d95 version 0 of imgconv tool by reed · 10 years ago
  72. 9a0d6d6 skimage, die die die by mtklein · 10 years ago
  73. 21c771b Revert "move SkPDFD*.h from include to src" by Greg Humphreys · 10 years ago
  74. 6930243 move SkPDFD*.h from include to src by halcanary · 10 years ago
  75. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  76. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  77. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  78. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  79. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  80. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  81. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  82. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  83. 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
  84. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  85. 33bce0a Clean up old custom tools now subsumed by nanobench. by mtklein · 10 years ago
  86. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  87. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  88. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  89. 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
  90. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  91. 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
  92. 8b2cb33 clean up render_pdfs: by halcanary · 10 years ago
  93. 0d154ee Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  94. 619e076 Revert of Process Statistics header, add max RSS to render_pdfs (https://codereview.chromium.org/448993003/) by bungeman · 10 years ago
  95. 6274baa Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  96. 0bef17a render_pdfs implements --match by halcanary · 10 years ago
  97. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  98. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  99. ada972d sk_tool_utils_flags.cpp depends on GetResourcePath by mtklein · 10 years ago
  100. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago