1. 324578b Add toy stroker sample by Tyler Denniston · 4 years, 4 months ago
  2. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 4 months ago
  3. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 4 months ago
  4. 1d4c08f Reland "Support moving blocks from one allocator to another" by Michael Ludwig · 4 years, 4 months ago
  5. 138518d [skottie] Cleanup post https://skia-review.googlesource.com/c/skia/+/303997 by Florin Malita · 4 years, 4 months ago
  6. c1be15d Roll skcms from f73242142ce5 to fc0d614b6313 (1 revision) by skia-autoroll · 4 years, 4 months ago
  7. a9306eb Rename GrRenderTargetContext::getContext to recordingContext by Robert Phillips · 4 years, 4 months ago
  8. 2287478 make more constructors constexpr by Mike Reed · 4 years, 4 months ago
  9. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 4 months ago
  10. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  11. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 4 months ago
  12. 1d17e49 constify GrAtlasTextOp::Geometry by Herb Derby · 4 years, 4 months ago
  13. 6c452a5 Remove support for multiple color processors from GrPaint. by John Stiles · 4 years, 4 months ago
  14. 39156c2 Update VisualizeCoverageCountFP to accept an input FP. by John Stiles · 4 years, 4 months ago
  15. e942b8c some small SkVM TODOs by Mike Klein · 4 years, 4 months ago
  16. b9b3b05 inline prepareGrGlyphs by Herb Derby · 4 years, 4 months ago
  17. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 4 months ago
  18. 5bae1b8 Always return the full remaining buffer capacity from makeSpaceAtLeast by Chris Dalton · 4 years, 4 months ago
  19. 373d7dd Add new GrContext::updateBackendTexture call that takes an SkColorType. by Greg Daniel · 4 years, 4 months ago
  20. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 4 months ago
  21. 423dd68 Revert "Support moving blocks from one allocator to another" by Michael Ludwig · 4 years, 4 months ago
  22. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 4 months ago
  23. 0f06404 Support moving blocks from one allocator to another by Michael Ludwig · 4 years, 4 months ago
  24. ce4587d [canvaskit] Update to 0.17.1 by Kevin Lubick · 4 years, 4 months ago
  25. 09357cc split out GrDirectMaskSubRun from GrMaskSubRun by Herb Derby · 4 years, 4 months ago
  26. 12281c5 [skottiekit] Initial npm files by Kevin Lubick · 4 years, 4 months ago
  27. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  28. a524ea2 [skottie] More masking fixes by Florin Malita · 4 years, 4 months ago
  29. a09b05c [skottie] Add RenderFlag::kDisableTopLevelClipping by Florin Malita · 4 years, 4 months ago
  30. c1eb58d MallocPixelRef should always allocate as large as computeByteSize() says by Mike Reed · 4 years, 4 months ago
  31. effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years, 4 months ago
  32. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
  33. e875f72 Add documentation link for canary bots by Ravi Mistry · 4 years, 4 months ago
  34. e687db2 Roll ANGLE from 08c4d09493bf to 20eb9be55299 (17 revisions) by skia-autoroll · 4 years, 4 months ago
  35. 6a42008 Roll dawn from d0dd661f1805 to c4cebc7efae1 (3 revisions) by skia-autoroll · 4 years, 4 months ago
  36. 91ccfe3 Roll SwiftShader from ea6f21a052c9 to 97f9923235cf (4 revisions) by skia-autoroll · 4 years, 4 months ago
  37. 68e5f29 Keep a scratch block around for reuse in GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  38. dc945ea Avoid some unnecessary D3D state changes. by Jim Van Verth · 4 years, 4 months ago
  39. 5333784 remove stray weakref include by Mike Klein · 4 years, 4 months ago
  40. 182c92e Catch SkRuntimeEffects w/o "main" earlier by Brian Osman · 4 years, 4 months ago
  41. 6d0ab95 read/write m44 by Mike Reed · 4 years, 4 months ago
  42. 0927dd6 Make sure we free secondary command buffers we don't cache. by Greg Daniel · 4 years, 4 months ago
  43. fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 4 years, 4 months ago
  44. e64ae86 Rearrange logic in SkRuntimeEffect::Make by Brian Osman · 4 years, 4 months ago
  45. c86c523 update markdown files by Zepeng Hu · 4 years, 4 months ago
  46. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 4 months ago
  47. c8ae494 Clean up more tests wrt GrContext by Robert Phillips · 4 years, 4 months ago
  48. daa5859 Fix swiftshader Dockerfile. by Joe Gregorio · 4 years, 4 months ago
  49. 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 4 years, 4 months ago
  50. e36a466 Revert "Reland "ICU API: only in SkParagraph, simplified (relanding reverted)."" by Robert Phillips · 4 years, 4 months ago
  51. aace25e Create shared method for creating D3D MSAA textures. by Jim Van Verth · 4 years, 4 months ago
  52. 48a643d SkRuntimeEffect: Always include GrTypesPriv, clean up variable type code by Brian Osman · 4 years, 4 months ago
  53. a17799a don't divide by zero when colorCount=1 by Mike Klein · 4 years, 4 months ago
  54. af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 4 years, 4 months ago
  55. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
  56. 16fbc24 Reland "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years, 4 months ago
  57. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 4 months ago
  58. c59916a SkVertices: Fix calculation of size needed for attr marker names by Brian Osman · 4 years, 4 months ago
  59. a6ab4b4 [canvaskit] Make effect deserialization on for everything but npm. by Kevin Lubick · 4 years, 4 months ago
  60. d992690 [canvaskit] Enable some options on npm build by Kevin Lubick · 4 years, 4 months ago
  61. b7bcabb Fix vulkan unmapping of buffers during release. by Greg Daniel · 4 years, 4 months ago
  62. 151d1aa [pathkit] Publish 0.7.0 to npm by Kevin Lubick · 4 years, 4 months ago
  63. 6249da8 [canvaskit] Publish 0.17.0 to npm by Kevin Lubick · 4 years, 4 months ago
  64. eac4ad7 Move test code out of header into CPP file. by John Stiles · 4 years, 4 months ago
  65. 4c9046f Fix more swiftshader links by Kevin Lubick · 4 years, 4 months ago
  66. ad4760a Respect SK_FORCE_8_BYTE_ALIGNMENT in GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  67. 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 4 years, 4 months ago
  68. 3ba1777 [npm] Support npm publish flow by Kevin Lubick · 4 years, 4 months ago
  69. 1860aed Roll ANGLE from cc5513855cc5 to 08c4d09493bf (11 revisions) by skia-autoroll · 4 years, 4 months ago
  70. f54d50b Roll SwiftShader from 0e82586297a8 to ea6f21a052c9 (4 revisions) by skia-autoroll · 4 years, 4 months ago
  71. 76877fa Roll dawn from cb2938a1afd7 to d0dd661f1805 (14 revisions) by skia-autoroll · 4 years, 4 months ago
  72. 60bf692 Output different error for when CL cannot be created in canary task driver by Ravi Mistry · 4 years, 4 months ago
  73. 324e3e5 Update SKP version by skia-recreate-skps · 4 years, 4 months ago
  74. 9662fd6 support 64-bit PixelFormats by Mike Klein · 4 years, 4 months ago
  75. 278b4a6 Fix swarming task failure on Debian10-Clang-arm-Chromebook-GLES. by John Stiles · 4 years, 4 months ago
  76. 6732da0 add 64-bit load/store ops by Mike Klein · 4 years, 4 months ago
  77. bde4bb7 Implement indirect draws with ANGLE's multi draw extension by Chris Dalton · 4 years, 4 months ago
  78. a237f9e Run both puppeteer tests in a WebGL 1 and 2 configuration. by Nathaniel Nifong · 4 years, 4 months ago
  79. d58e01b6 support 16161616 in fm by Mike Klein · 4 years, 4 months ago
  80. c1cde36 split glyph and geometry data apart by Herb Derby · 4 years, 4 months ago
  81. c57327d Use the new swiftshader bucket. by Joe Gregorio · 4 years, 4 months ago
  82. 21e8288 use precise is-normalized test in gm/p3.cpp by Mike Klein · 4 years, 4 months ago
  83. fe4b481 Clean up some uses of GrContext in tests by Robert Phillips · 4 years, 4 months ago
  84. 2a138b9 Update GrMorphologyEffect to take an inputFP. by John Stiles · 4 years, 4 months ago
  85. 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 4 months ago
  86. d0c9d0c Replace arcTo with three functions for it's overloads. by Nathaniel Nifong · 4 years, 4 months ago
  87. 89883ca Bind deferred vertex buffers during GrGLOpsRenderPass::onDrawIndirect by Chris Dalton · 4 years, 4 months ago
  88. f2d9065 [skottie] Fix analytical mask fill type by Florin Malita · 4 years, 4 months ago
  89. e911ce5 Add an input FP to the GrProcessorTestData. by John Stiles · 4 years, 4 months ago
  90. 057c33f Clean up some GrContext uses in the GMs by Robert Phillips · 4 years, 4 months ago
  91. 9f1760b Remove two unused deprecated SkImage functions by Adlai Holler · 4 years, 4 months ago
  92. 2d7afd4 fix heap-buffer-overflow by not returning string from reportBackendType by Nathaniel Nifong · 4 years, 4 months ago
  93. f4e5737 fuzz: Add 'loops' option to run multiple times by Brian Osman · 4 years, 4 months ago
  94. cd6411a Add updated provisioning_profile_ios that includes iphone 11s. by Weston Tracey · 4 years, 4 months ago
  95. c24a6af create SkAtlasSubRun API subclass SkMaskSubRun by Herb Derby · 4 years, 4 months ago
  96. cae31f8 make prepareGrGlyphs private by Herb Derby · 4 years, 4 months ago
  97. b228a72 remove unused calls: grGlyph and quadOffset by Herb Derby · 4 years, 4 months ago
  98. c97ebe0 Sneak per-GrBlockAllocator user-controlled metadata into head block by Michael Ludwig · 4 years, 4 months ago
  99. 9acf584 Roll ANGLE from 6fe87f4a226d to cc5513855cc5 (14 revisions) by skia-autoroll · 4 years, 4 months ago
  100. 14d6552 Roll SwiftShader from 0a8f44c514ce to 0e82586297a8 (5 revisions) by skia-autoroll · 4 years, 4 months ago