- 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years, 1 month ago
- ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 1 month ago
- e78f8ce Starting to hide setFilterQuality by Mike Reed · 4 years, 1 month ago
- 80dc74b Remove obsolete samples (esp. using drawBitmap) by Mike Reed · 4 years, 1 month ago
- c819bb1 Add material shadows sample. by Jim Van Verth · 4 years, 1 month ago
- bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 4 years, 1 month ago
- d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 4 years, 1 month ago
- b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 4 years, 1 month ago
- 82abece Bitmap should use sampling options by Mike Reed · 4 years, 1 month ago
- 7b80726 Implement indirect stroking for conics by Chris Dalton · 4 years, 1 month ago
- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
- 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 4 years, 1 month ago
- 1a4140e deprecate getTotalMatrix by Mike Reed · 4 years, 2 months ago
- 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years, 2 months ago
- 0363f05 Add experimental prints for conic max error to Wedge sample by Chris Dalton · 4 years, 2 months ago
- b27f39c Add conic fill support to the tessellator by Chris Dalton · 4 years, 2 months ago
- a03f8bf other ways to organize samplingoptions? by Mike Reed · 4 years, 2 months ago
- 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years, 2 months ago
- e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years, 2 months ago
- 7006e15 [svg] Allow clients to pass a custom SkFontMgr by Florin Malita · 4 years, 2 months ago
- 15b95d6 Move image sampling options into their own header by Mike Reed · 4 years, 2 months ago
- 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 3 months ago
- a3df500 Fix crash in SampleCCPRGeometry by Chris Dalton · 4 years, 3 months ago
- b3058ad Handle cubic segments in variable-width stroker by Tyler Denniston · 4 years, 3 months ago
- 6a7a2c7 Improve var-width miter joins by Tyler Denniston · 4 years, 3 months ago
- 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 4 years, 3 months ago
- 72af246 Add support for arc-length metric in variable width stroke sample by Tyler Denniston · 4 years, 3 months ago
- 0e13db7 Clean up GrPathUtils by Chris Dalton · 4 years, 3 months ago
- c76d409 add API for Op creation by Herb Derby · 4 years, 3 months ago
- 5bbbb49 Miter joins for toy variable width stroke by Tyler Denniston · 4 years, 3 months ago
- 189ecd4 Add toy variable-width stroker sample by Tyler Denniston · 4 years, 3 months ago
- 65dc579 Show cubic made up of 2 quads by Mike Reed · 4 years, 3 months ago
- b270568 Almost remove GrContext by Adlai Holler · 4 years, 3 months ago
- 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 3 months ago
- d6bf999 Factor perspective scale into filter matrix decomposition by Michael Ludwig · 4 years, 3 months ago
- fd0b158 Visualize perspective scaling in filter bounds sample by Michael Ludwig · 4 years, 3 months ago
- b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 4 years, 3 months ago
- d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 4 years, 3 months ago
- 6fc4106 [svg] Relocate out of experimental by Florin Malita · 4 years, 3 months ago
- f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 3 months ago
- 6aaecfb Update image filter debug samples to use new APIs by Michael Ludwig · 4 years, 3 months ago
- 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years, 3 months ago
- 2edf18d Remove GrContext by Adlai Holler · 4 years, 3 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
- ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 4 months ago
- bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 4 months ago
- c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 4 months ago
- 597c33a Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0 by Chris Dalton · 4 years, 4 months ago
- b25e6e1 Remove unnecessary casting from SkSL in GMs by Brian Osman · 4 years, 4 months ago
- d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 4 months ago
- 81606b5 remove unused (and bit-rotting) Lua support by Mike Reed · 4 years, 4 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 5 months ago
- 5c612ad create a sample to demonstrate a timing attack by Mike Klein · 4 years, 5 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 5 months ago
- c9c4e2e Componentize SkAudioPlayer by Florin Malita · 4 years, 5 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 5 months ago
- 8a8be22 audio player (for mac) by Mike Reed · 4 years, 5 months ago
- a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 5 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 5 months ago
- 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 5 months ago
- 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 4 years, 5 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
- 078f875 Rename GrTessellateStroke* -> GrStrokeTessellate* and friends by Chris Dalton · 4 years, 6 months ago
- d5b51a0 Switch over to SkPathBuilder by Mike Reed · 4 years, 6 months ago
- bd2b2c1 demo CubicResampler by Mike Reed · 4 years, 6 months ago
- 9eea916 Write GPU buffers directly from GrStrokeGeometry by Chris Dalton · 4 years, 6 months ago
- 4ccdaf6 Show mirror drawn with SkStroke (toy stroker) by Tyler Denniston · 4 years, 6 months ago
- baa2a7b Add path recorder class (toy stroker) by Tyler Denniston · 4 years, 6 months ago
- e9ced4f Elide inner loop geometry sometimes (toy stroker) by Tyler Denniston · 4 years, 6 months ago
- d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 6 months ago
- f219aad Add inner loop geometry to miter join for toy stroker by Tyler Denniston · 4 years, 6 months ago
- 324578b Add toy stroker sample by Tyler Denniston · 4 years, 6 months ago
- 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 6 months ago
- 39156c2 Update VisualizeCoverageCountFP to accept an input FP. by John Stiles · 4 years, 6 months ago
- 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 6 months ago
- 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 6 months ago
- 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 6 months ago
- 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 6 months ago
- 30ebcf7 Remove SkCanvas::getGrContext calls from samplecode by Robert Phillips · 4 years, 6 months ago
- 439fe60 show fat stroking on lines or curves by Mike Reed · 4 years, 7 months ago
- 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 4 years, 9 months ago
- ad43e54 Handle kMatrixMultiply in ByteCode -> SkVM by Brian Osman · 4 years, 7 months ago
- 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 7 months ago
- 392fa03 Add an interactive sample that fits cubics to circular arcs by Chris Dalton · 4 years, 7 months ago
- b96995d Handle tessellated paths that require more segments than are supported by Chris Dalton · 4 years, 8 months ago
- d13487e Regularize SkFontMgr for CoreText build. by Ben Wagner · 4 years, 8 months ago
- b42a327 hide savelayer's clipmask fields by Mike Reed · 4 years, 8 months ago
- 0d0758e Wire up mouse and keyboard events in CanvasKit viewer by Chris Dalton · 4 years, 8 months ago
- a3908ef Merge PathText samples into one, with different modes by Chris Dalton · 4 years, 8 months ago
- 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 8 months ago
- 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 8 months ago
- 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 8 months ago
- ebebf6e Move SkParagraph bits into skparagraph directory. by Ben Wagner · 4 years, 8 months ago
- 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 8 months ago
- 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 8 months ago
- 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 8 months ago
- 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 8 months ago
- c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 8 months ago
- 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 8 months ago
- e5a141d Reland GrRectanizerPow2 by Chris Dalton · 4 years, 8 months ago