1. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  2. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  3. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  4. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  5. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  6. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  7. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  10. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  11. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  13. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  14. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  15. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  16. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  17. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  18. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  19. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  20. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  21. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  22. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  23. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  24. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  25. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  26. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  27. 45561a0 drawTextRSXform by reed · 8 years ago
  28. 97660cc add annotations to debugger by reed · 8 years ago
  29. 175dd9b Clean up test drawContext usage by robertphillips · 9 years ago
  30. 5e3815b Rein in the use of SkDevice.h by robertphillips · 9 years ago
  31. 1c9f922 Fix skiaserve crash when displaying batch bounds by brianosman · 9 years ago
  32. cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
  33. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  34. 4083610 Fix up no gpu build by joshualitt · 9 years ago
  35. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 9 years ago
  36. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  37. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 9 years ago
  38. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  39. bdc6b2b Change skiaserve color palette for drawing batch bounds by joshualitt · 9 years ago
  40. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  41. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 9 years ago
  42. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  43. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  44. 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 · 9 years ago
  45. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  46. cecbbe2 converted skiaserve PNGs from RGBA to RGB by ethannicholas · 9 years ago
  47. 6b3cf73 Add batch information to json by joshualitt · 9 years ago
  48. 272af6e Revert of further skiaserve image performance improvements (patchset #1 id:1 of https://codereview.chromium.org/1707453003/ ) by ethannicholas · 9 years ago
  49. 68c063b further skiaserve image performance improvements by ethannicholas · 9 years ago
  50. 0a0520a added clip visualization to skiaserve by ethannicholas · 9 years ago
  51. 891ad66 fixed SkDebugCanvas' handling of drawPicture by ethannicholas · 9 years ago
  52. f62a8b7 integrated SkDebugCanvas JSON support with UrlDataManager by ethannicholas · 9 years ago
  53. db6a254 wire up new json code in skiaserve by joshualitt · 9 years ago
  54. 402cd91 added SkDebugCanvas::toJSON by ethannicholas · 9 years ago
  55. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago[Renamed from src/utils/debugger/SkDebugCanvas.cpp]
  56. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  57. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  58. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  59. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  60. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  61. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  62. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  63. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  64. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  65. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  66. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  67. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  68. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  69. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  70. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  71. 651c920 Add drawImage{Rect,} support to SkDebugCanvas by fmalita · 9 years ago
  72. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  73. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  74. 109a23d Remove the SkCanvas comment API by fmalita · 10 years ago
  75. 283b587 Update {virtual,override} to follow C++11 style in src/utils. by tfarina · 10 years ago
  76. 5965b73 Revert of Remove now-redundant SkPathOps enum. (patchset #1 id:1 of https://codereview.chromium.org/1051113005/) by scroggo · 10 years ago
  77. 143244e Remove now-redundant SkPathOps enum. by schenney · 10 years ago
  78. 160ebb2 [SkDebugger] Flatten drawPicture ops by fmalita · 10 years ago
  79. 546db46 Debugger: remove dead feature (SkPicture offset display) & fix bug (unbalanced indents) by robertphillips · 10 years ago
  80. 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 10 years ago
  81. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  82. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  83. 6ba791f Fix debugger's overdraw color filter by robertphillips · 10 years ago
  84. 9bafc30 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago
  85. 3a09204 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 id:40001 of https://codereview.chromium.org/912403004/) by robertphillips · 10 years ago
  86. fa3a83d Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago
  87. 2e60242 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #2 id:20001 of https://codereview.chromium.org/912403004/) by robertphillips · 10 years ago
  88. 5a4c233 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 10 years ago
  89. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  90. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  91. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  92. 26e5400 Remove draw window size state from SkDebugCanvas by kkinnunen · 10 years ago
  93. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  94. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  95. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  96. c4fda92 remove unused drawData by reed · 10 years ago
  97. 5037e9d Change DebugCanvas API to not encourage memory leaks by kkinnunen · 10 years ago
  98. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  99. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  100. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago