1. 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years ago
  2. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years ago
  3. 821a845 remove dead code from old drawimage virtuals by Mike Reed · 4 years ago
  4. 18aeb57 Hide legacy drawImage methods by Mike Reed · 4 years ago
  5. 4f50934 Pass sampling to drawImageSet by Mike Reed · 4 years ago
  6. 4f23dec Reland "Add new virts, hide old ones" by Mike Reed · 4 years ago
  7. 8f924ac Revert "Add new virts, hide old ones" by Derek Sollenberger · 4 years ago
  8. c56e2e5 Add new virts, hide old ones by Mike Reed · 4 years ago
  9. dc607e3 Use bitmap.asImage() by Mike Reed · 4 years ago
  10. 839eef3 Work on hiding filter-quality by Mike Reed · 4 years ago
  11. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years ago
  12. 860d01c Idea: implement drawImageNine by calling drawImageLattice by Mike Reed · 4 years ago
  13. 6e110c8 dump value from DrawAnnotation commands by Nathaniel Nifong · 4 years ago
  14. f7cce2b Remove dead code (from old flags) by Mike Reed · 4 years, 1 month ago
  15. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
  16. 5ef2267 Reland "Always attempt to flatten images with mskp image ids" by Nathaniel Nifong · 4 years, 1 month ago
  17. 050ea3a Revert "Always attempt to flatten images with mskp image ids" by Nathaniel Nifong · 4 years, 1 month ago
  18. eca04ee Always attempt to flatten images with mskp image ids by Nathaniel Nifong · 4 years, 1 month ago
  19. ae95077 fix another m44 bug in debugger by Nathaniel Nifong · 4 years, 1 month ago
  20. 1a4140e deprecate getTotalMatrix by Mike Reed · 4 years, 1 month ago
  21. 420a9ba Switch to m44 for the rest of canvas virtuals by Mike Reed · 4 years, 1 month ago
  22. a084ef4 Add supporting function for finding image use in layers by Nathaniel Nifong · 4 years, 1 month ago
  23. 2c21a11 Remove uses of SkCanvas::flush by Robert Phillips · 4 years, 1 month ago
  24. a06b63c Deprecate some debugger bindings in favor of ones that better serve the lit html debugger by Nathaniel Nifong · 4 years, 2 months ago
  25. e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 4 years, 3 months ago
  26. 0b448da Add a method of returning the list of commands that use an image by Nathaniel Nifong · 4 years, 3 months ago
  27. 2b1b2b2 Add a short description for concat and setmatrix saying whether it's a translate or something else by Nathaniel Nifong · 4 years, 4 months ago
  28. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 4 months ago
  29. 0f7aa54 Fix GL loading bug in wasm debugger. by Nathaniel Nifong · 4 years, 4 months ago
  30. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 4 months ago
  31. 642a10b Add origin visualization, add support for Concat44 by Nathaniel Nifong · 4 years, 4 months ago
  32. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 4 months ago
  33. 214de11 Fix DebugCanvas(SkIRect) constructor. by John Stiles · 4 years, 5 months ago
  34. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 5 months ago
  35. 6d0ab95 read/write m44 by Mike Reed · 4 years, 5 months ago
  36. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 5 months ago
  37. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 5 months ago
  38. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 6 months ago
  39. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 7 months ago
  40. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 7 months ago
  41. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 7 months ago
  42. 7d45a7a rm unneeded SK_SUPPORT_LEGACY_DIDCONCAT44 by Mike Reed · 4 years, 8 months ago
  43. a735ad9 stage changing didCocnat44 virtual by Mike Reed · 4 years, 9 months ago
  44. 0f5e758 can we remove these entirely? by Mike Reed · 4 years, 9 months ago
  45. b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 4 years, 10 months ago
  46. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 10 months ago
  47. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 10 months ago
  48. a2cf8ae switch to virtual with no bones by Mike Reed · 4 years, 10 months ago
  49. d0a0c59 Return summaries of all layers for display by Nathaniel Nifong · 5 years ago
  50. ce5ad45 Don't apply android device clip restriction, only show the viz of it. by Nathaniel Nifong · 5 years ago
  51. 12b2c27 fix msan issue by init all new members by Nathaniel Nifong · 5 years ago
  52. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 5 years ago
  53. ba80f35 Revert "Reland "Add vis of android device clip restriction, fix regular clip vis on gpu"" by Nathaniel Nifong · 5 years ago
  54. 17175f9 Reland "Add vis of android device clip restriction, fix regular clip vis on gpu" by Nathaniel Nifong · 5 years ago
  55. 66f7ca6 Revert "Add vis of android device clip restriction, fix regular clip vis on gpu" by Jim Van Verth · 5 years ago
  56. 1637f11 Revert "Fix san error by initializing new bool in debugcanvas" by Jim Van Verth · 5 years ago
  57. 9c0a9ff Fix san error by initializing new bool in debugcanvas by Nathaniel Nifong · 5 years ago
  58. aac8e44 Add vis of android device clip restriction, fix regular clip vis on gpu by Nathaniel Nifong · 5 years ago
  59. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 5 years ago
  60. 2076b04 new virtuals for canvas ctm by Mike Reed · 5 years ago
  61. b5d7f7e Fix typo where width/height were swapped in new debug layer manager by Nathaniel Nifong · 5 years ago
  62. a14d809 Support using an externally manage list of images in UrlDataManager for wasm debugger. by Nathaniel Nifong · 5 years ago
  63. 94de6b4 Debugger changes to make layer inspection interactive by Nathaniel Nifong · 5 years ago
  64. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
  65. a072b7b Remove an uncessary and unused parameter for partially generating the JSON command list by Nathaniel Nifong · 5 years ago
  66. 20b177a Parse android layer annotations in debugger, play back layers by Nathaniel Nifong · 5 years ago
  67. c84ad83 Fix audit trail visualization bugs by Nathaniel Nifong · 5 years ago
  68. 732c497 Return image address in image info so it can be shown in dropdown. by Nathaniel Nifong · 5 years ago
  69. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  70. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  71. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  72. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  73. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  74. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  75. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  76. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  77. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  78. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  79. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  80. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  81. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  82. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  83. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  84. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 6 years ago
  85. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  86. d567408 Add secret draw-behind method by Mike Reed · 6 years ago
  87. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  88. de5df65 changes to wasm debugger for UI integration by Nathaniel Nifong · 6 years ago
  89. 1742813 remove some more SK- in DrawCommand by Mike Klein · 6 years ago
  90. 8f4e224 de-Sk tools/debugger by Mike Klein · 6 years ago
  91. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  92. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  93. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  94. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  95. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  96. cfdf87e fill out more of SkDebugCanvas interface by Nathaniel Nifong · 6 years ago
  97. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  98. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 6 years ago
  99. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  100. 8d0f824 Some clangtidy fixes by Mike Reed · 6 years ago