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