1. 15b95d6 Move image sampling options into their own header by Mike Reed · 4 years, 9 months ago
  2. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 9 months ago
  3. a3df500 Fix crash in SampleCCPRGeometry by Chris Dalton · 4 years, 10 months ago
  4. b3058ad Handle cubic segments in variable-width stroker by Tyler Denniston · 4 years, 10 months ago
  5. 6a7a2c7 Improve var-width miter joins by Tyler Denniston · 4 years, 10 months ago
  6. 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 4 years, 10 months ago
  7. 72af246 Add support for arc-length metric in variable width stroke sample by Tyler Denniston · 4 years, 10 months ago
  8. 0e13db7 Clean up GrPathUtils by Chris Dalton · 4 years, 10 months ago
  9. c76d409 add API for Op creation by Herb Derby · 4 years, 10 months ago
  10. 5bbbb49 Miter joins for toy variable width stroke by Tyler Denniston · 4 years, 10 months ago
  11. 189ecd4 Add toy variable-width stroker sample by Tyler Denniston · 4 years, 10 months ago
  12. 65dc579 Show cubic made up of 2 quads by Mike Reed · 4 years, 10 months ago
  13. b270568 Almost remove GrContext by Adlai Holler · 4 years, 10 months ago
  14. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 10 months ago
  15. d6bf999 Factor perspective scale into filter matrix decomposition by Michael Ludwig · 4 years, 10 months ago
  16. fd0b158 Visualize perspective scaling in filter bounds sample by Michael Ludwig · 4 years, 10 months ago
  17. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 4 years, 10 months ago
  18. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 4 years, 10 months ago
  19. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 4 years, 10 months ago
  20. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 10 months ago
  21. 6aaecfb Update image filter debug samples to use new APIs by Michael Ludwig · 4 years, 10 months ago
  22. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years, 10 months ago
  23. 2edf18d Remove GrContext by Adlai Holler · 4 years, 10 months ago
  24. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 10 months ago
  25. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 11 months ago
  26. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 10 months ago
  27. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 11 months ago
  28. 597c33a Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0 by Chris Dalton · 5 years ago
  29. b25e6e1 Remove unnecessary casting from SkSL in GMs by Brian Osman · 5 years ago
  30. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 5 years ago
  31. 81606b5 remove unused (and bit-rotting) Lua support by Mike Reed · 5 years ago
  32. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
  33. 5c612ad create a sample to demonstrate a timing attack by Mike Klein · 5 years ago
  34. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 5 years ago
  35. c9c4e2e Componentize SkAudioPlayer by Florin Malita · 5 years ago
  36. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 5 years ago
  37. 8a8be22 audio player (for mac) by Mike Reed · 5 years ago
  38. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 5 years ago
  39. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 5 years ago
  40. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 5 years ago
  41. 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 5 years ago
  42. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 5 years ago
  43. 078f875 Rename GrTessellateStroke* -> GrStrokeTessellate* and friends by Chris Dalton · 5 years ago
  44. d5b51a0 Switch over to SkPathBuilder by Mike Reed · 5 years ago
  45. bd2b2c1 demo CubicResampler by Mike Reed · 5 years ago
  46. 9eea916 Write GPU buffers directly from GrStrokeGeometry by Chris Dalton · 5 years ago
  47. 4ccdaf6 Show mirror drawn with SkStroke (toy stroker) by Tyler Denniston · 5 years ago
  48. baa2a7b Add path recorder class (toy stroker) by Tyler Denniston · 5 years ago
  49. e9ced4f Elide inner loop geometry sometimes (toy stroker) by Tyler Denniston · 5 years ago
  50. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 5 years ago
  51. f219aad Add inner loop geometry to miter join for toy stroker by Tyler Denniston · 5 years ago
  52. 324578b Add toy stroker sample by Tyler Denniston · 5 years ago
  53. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 5 years ago
  54. 39156c2 Update VisualizeCoverageCountFP to accept an input FP. by John Stiles · 5 years ago
  55. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 5 years ago
  56. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 5 years ago
  57. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 5 years ago
  58. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 5 years ago
  59. 30ebcf7 Remove SkCanvas::getGrContext calls from samplecode by Robert Phillips · 5 years ago
  60. 439fe60 show fat stroking on lines or curves by Mike Reed · 5 years ago
  61. 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 5 years ago
  62. ad43e54 Handle kMatrixMultiply in ByteCode -> SkVM by Brian Osman · 5 years ago
  63. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 5 years ago
  64. 392fa03 Add an interactive sample that fits cubics to circular arcs by Chris Dalton · 5 years ago
  65. b96995d Handle tessellated paths that require more segments than are supported by Chris Dalton · 5 years ago
  66. d13487e Regularize SkFontMgr for CoreText build. by Ben Wagner · 5 years ago
  67. b42a327 hide savelayer's clipmask fields by Mike Reed · 5 years ago
  68. 0d0758e Wire up mouse and keyboard events in CanvasKit viewer by Chris Dalton · 5 years ago
  69. a3908ef Merge PathText samples into one, with different modes by Chris Dalton · 5 years ago
  70. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 5 years ago
  71. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 5 years ago
  72. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 5 years ago
  73. ebebf6e Move SkParagraph bits into skparagraph directory. by Ben Wagner · 5 years ago
  74. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 5 years ago
  75. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 5 years ago
  76. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 5 years ago
  77. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 5 years ago
  78. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 5 years ago
  79. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 5 years ago
  80. e5a141d Reland GrRectanizerPow2 by Chris Dalton · 5 years ago
  81. 3ea8625 Attaching ellipsis to emoji cluster by Julia Lavrova · 5 years ago
  82. 28590d5 Add 'shader' as an alias for 'fragmentProcessor' by Brian Osman · 5 years ago
  83. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 5 years ago
  84. 056d543 Put Paragraph SkDebugf behind runtime flag. by Ben Wagner · 5 years ago
  85. 68d1433 Fixing minor bugs: ellipsis on justified text by Julia Lavrova · 5 years ago
  86. dd1de25 Fix TextHeightBehavior by Julia Lavrova · 5 years ago
  87. 6bdbd3d Lines ending with hard line breaks should not be justified by Julia Lavrova · 5 years ago
  88. 18db52f Skips in underline decorations by Julia Lavrova · 5 years ago
  89. de50037 Remove SkPath::RawIter from tests/tools/samplecode by Chris Dalton · 5 years ago
  90. 7094159 Remove unnecessary SK_SIZE_T_SPECIFIER macro. by John Stiles · 5 years ago
  91. 8d3eb24 Delete ToolUtils::set_path_pt by Chris Dalton · 5 years ago
  92. d9bde07 Add SkRuntimeShaderBuilder, clean up SkRuntimeEffect API a bit by Brian Osman · 5 years ago
  93. f59a961 Add layout(marker) to SkSL by Brian Osman · 5 years ago
  94. 548de74 Change Marker IDs to be strings by Brian Osman · 5 years ago
  95. 1985466 Clean up Sample3D math a bit, fix a bug with world-space by Brian Osman · 5 years ago
  96. 0ce3e88 add std::function option to Click to simplify callsites by Mike Reed · 5 years ago
  97. 2432d06 Rename domain types and vars to subset. by Brian Salomon · 5 years ago
  98. 2eb7b57 Remove unused GrTextureDomain by Brian Salomon · 5 years ago
  99. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 5 years ago
  100. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 5 years ago