1. 67f62fa add short-desc by reed · 8 years ago
  2. fb40923 Add Annotations to old debugger by robertphillips · 8 years ago
  3. 97660cc add annotations to debugger by reed · 8 years ago
  4. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  5. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  6. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  7. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  8. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  9. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  10. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  11. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  12. 1c9f922 Fix skiaserve crash when displaying batch bounds by brianosman · 8 years ago
  13. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  14. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  15. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  16. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  17. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  18. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  19. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  20. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  21. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  22. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  23. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  24. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  25. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  26. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  27. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  28. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  29. 18300a3 detach -> release by mtklein · 8 years ago
  30. 4083610 Fix up no gpu build by joshualitt · 8 years ago
  31. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 8 years ago
  32. 51190df Add SkDrawPosTextHCommand JSON, fix skiaserve build. by bungeman · 8 years ago
  33. 790f99a Remove usage of SkImageDecoder in debugger by msarett · 8 years ago
  34. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  35. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 8 years ago
  36. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 8 years ago
  37. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 8 years ago
  38. bdc6b2b Change skiaserve color palette for drawing batch bounds by joshualitt · 8 years ago
  39. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 8 years ago
  40. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 8 years ago
  41. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago
  42. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  43. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 8 years ago
  44. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  45. 807dcab added 'visible' attribute to skiaserve JSON by ethannicholas · 8 years ago
  46. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  47. 3afae70 fixed SkDrawCommand JSON generation by ethannicholas · 8 years ago
  48. cecbbe2 converted skiaserve PNGs from RGBA to RGB by ethannicholas · 8 years ago
  49. 6b3cf73 Add batch information to json by joshualitt · 8 years ago
  50. 272af6e Revert of further skiaserve image performance improvements (patchset #1 id:1 of https://codereview.chromium.org/1707453003/ ) by ethannicholas · 8 years ago
  51. 68c063b further skiaserve image performance improvements by ethannicholas · 8 years ago
  52. 0a0520a added clip visualization to skiaserve by ethannicholas · 9 years ago
  53. 891ad66 fixed SkDebugCanvas' handling of drawPicture by ethannicholas · 9 years ago
  54. f8289d9 fixed off-by-one error in skiaserve /cmd by ethannicholas · 9 years ago
  55. f62a8b7 integrated SkDebugCanvas JSON support with UrlDataManager by ethannicholas · 9 years ago
  56. db6a254 wire up new json code in skiaserve by joshualitt · 9 years ago
  57. 1446a9a added JSON support for various lesser-used features by ethannicholas · 9 years ago
  58. 402cd91 added SkDebugCanvas::toJSON by ethannicholas · 9 years ago
  59. bd3dae8 added some missing static modifiers by ethannicholas · 9 years ago
  60. 50a8dd0 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  61. d116561 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #3 id:40001 of https://codereview.chromium.org/1681643002/ ) by caryclark · 9 years ago
  62. 46cb6d6 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  63. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago