1. 7868692 Moved SkSL VariableReference data into IRNode by Ethan Nicholas · 5 years ago
  2. e3dcb13 Remove inherited program element list (it's now unused) by Brian Osman · 5 years ago
  3. afa18ee Put interface blocks into the intrinsic maps, too by Brian Osman · 5 years ago
  4. 99aa053 Remove unused copy of DefinitionMap. by John Stiles · 5 years ago
  5. 13c3633 [canvaskit] Update quickstart to use 0.19.0 by Kevin Lubick · 5 years ago
  6. 6a204db Change interface block's fVariable from ref to pointer by Brian Osman · 5 years ago
  7. dd21816 moved SkSL Ternary data into IRNode by Ethan Nicholas · 5 years ago
  8. 8c44eca moved SkSL If data into IRNode by Ethan Nicholas · 5 years ago
  9. 1e9f7f3 changed various SkSL structs into classes by Ethan Nicholas · 5 years ago
  10. b8cc665 Remove dedicated name from SymbolTable entries. by John Stiles · 5 years ago
  11. fde67e4 Add HW-filtered masks to thread-safe cache by Robert Phillips · 5 years ago
  12. fc1f96f [canvaskit] Update npm to 0.19.0 by Kevin Lubick · 5 years ago
  13. 8d43858 [canvaskit] Update jsfiddle links and fix renderSKP by Kevin Lubick · 5 years ago
  14. ac0723a Roll SwiftShader from 635de036d766 to 5f4e70b81046 (1 revision) by skia-autoroll · 5 years ago
  15. 757f6fb Roll Chromium from 3c77521707c0 to af82ff2606e9 (468 revisions) by skia-autoroll · 5 years ago
  16. accb2e5 Roll Dawn from 7e22b1c44fb0 to 6b4a4a85dfd7 (9 revisions) by skia-autoroll · 5 years ago
  17. 38e6d22 Dawn: refactor texture uploading from GrDawnTexture to GrDawnGpu. by Stephen White · 5 years ago
  18. 041fd0a moved SkSL Variable data into IRNode by Ethan Nicholas · 5 years ago
  19. 54c1b3d [canvaskit] Remove Sk from nearly all function/type names. by Kevin Lubick · 5 years ago
  20. 99afada Use SkIRect for desired output in skif::getInputBounds by Michael Ludwig · 5 years ago
  21. 8d921a1 build: Remove no-op calls to set_sources_assignment_filter by Sylvain Defresne · 5 years ago
  22. 8ade5e8 Remove special handling of stencil formats and just use GrBackendFormts. by Greg Daniel · 5 years ago
  23. a7f69c2 Add stencil formats to all the backends. by Greg Daniel · 5 years ago
  24. c021360 Only include one variable per declaration statement by Brian Osman · 5 years ago
  25. f41762a Remove accidentally repeated bit-index expression. by John Stiles · 5 years ago
  26. 989f5bf refactor HashAndEncode by Mike Klein · 5 years ago
  27. b180712 Centralize CreateLazyView helper in GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 5 years ago
  28. 6c2f976 Update AutoLayerForImageFilter to use SkTCopyOnFirstWrite by Michael Ludwig · 5 years ago
  29. bb2e070 Rename ChunkBits to kChunkBits. by John Stiles · 5 years ago
  30. 8ffd4d7 Revert "Add a 2d cross product intrinsic to sksl" by Jim Van Verth · 5 years ago
  31. 6e17ffe Add customData capability to the thread-safe proxy cache ... by Robert Phillips · 5 years ago
  32. 8354e9b Fix data() method and add unit test. by John Stiles · 5 years ago
  33. df47abc [canvaskit] Add make rule to check types by Kevin Lubick · 5 years ago
  34. 57c37ad Add a 2d cross product intrinsic to sksl by Chris Dalton · 5 years ago
  35. 439af79 Roll SwiftShader from afe6ca45b6da to 635de036d766 (3 revisions) by skia-autoroll · 5 years ago
  36. c90e776 Roll ANGLE from 77e3d0ae97b6 to 3df629c55d89 (20 revisions) by skia-autoroll · 5 years ago
  37. 3a10ae1 Roll Chromium from 4259b6b6cb0f to 3c77521707c0 (463 revisions) by skia-autoroll · 5 years ago
  38. b81fdbe Roll Dawn from 326e14f34bb5 to 7e22b1c44fb0 (6 revisions) by skia-autoroll · 5 years ago
  39. 56a6120 retry³ absl by Mike Klein · 5 years ago
  40. 49a547f Separate out SymbolTable aliases from regular Symbols. by John Stiles · 5 years ago
  41. 107114d Fix debugger bindings after SkSurface::flushAndSubmit change. by Brian Salomon · 5 years ago
  42. 0ce2c54 Reland "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" by Adlai Holler · 5 years ago
  43. 88f3b68 Improve error reporting from SkSL include files. by John Stiles · 5 years ago
  44. 3c70f0b Revert "retry retry absl" by Mike Klein · 5 years ago
  45. bbfc015 turn on using new for op pools by Herb Derby · 5 years ago
  46. 33b42e1 retry retry absl by Mike Klein · 5 years ago
  47. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 5 years ago
  48. 2e09693 find cxxabi headers in Android ASAN builds by Mike Klein · 5 years ago
  49. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 5 years ago
  50. d6cfe72 Add flag to switch op allocation to new by Herb Derby · 5 years ago
  51. 8e5cf44 SkImage_GpuYUVA doesn't take origin by Brian Salomon · 5 years ago
  52. c3bdd1c Separate mask creation from drawing in draw_shape_with_mask_filter by Robert Phillips · 5 years ago
  53. 98ce8ae [canvaskit] Update to 0.18.1 (including typescript types/docs). by Kevin Lubick · 5 years ago
  54. aaa2bbe [canvaskit] Add docs/types for Skottie and Particles by Kevin Lubick · 5 years ago
  55. c488fd3 [canvaskit] Add docs/types for paragraph by Kevin Lubick · 5 years ago
  56. e2c6940 [canvaskit] Add docs/types for remaining core functionality by Kevin Lubick · 5 years ago
  57. 00dc0bc Roll ANGLE from 500704812409 to 77e3d0ae97b6 (22 revisions) by skia-autoroll · 5 years ago
  58. 99aa6bc Roll SwiftShader from b3c1e71eb1cb to afe6ca45b6da (4 revisions) by skia-autoroll · 5 years ago
  59. ddcf46b Roll Chromium from 2cd17d78c985 to 4259b6b6cb0f (463 revisions) by skia-autoroll · 5 years ago
  60. fa5ff7d Roll Dawn from ed3a93f690de to 326e14f34bb5 (3 revisions) by skia-autoroll · 5 years ago
  61. 347e5dc In VarDeclarations, align constructor parameter type with storage by Brian Osman · 5 years ago
  62. 0516281 [canvaskit] remove accidentally included API by Kevin Lubick · 5 years ago
  63. 41d9067 Allow use of SkTHash* in skslc by Brian Osman · 5 years ago
  64. 765c9d3 Update message on SkBitSet static assertion. by John Stiles · 5 years ago
  65. d30e9ef Use preservesAxisAlignment instead of scaleTranslate for clip simplification by Michael Ludwig · 5 years ago
  66. 0dec992 moved SkSL FunctionCall data into IRNode by Ethan Nicholas · 5 years ago
  67. 7a7bec3 Capitalize static class methods. by John Stiles · 5 years ago
  68. 31acd98 fixed Google3 build failure by Ethan Nicholas · 5 years ago
  69. 0d31ed5 moved SkSL ForStatement data into IRNode by Ethan Nicholas · 5 years ago
  70. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 5 years ago
  71. 4c3486e add pixel xl to skpbench by Herb Derby · 5 years ago
  72. bf4605f Have SkWuffsCodec use PIXEL_BLEND__SRC_OVER by Nigel Tao · 5 years ago
  73. f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 5 years ago
  74. e2c4999 Revert "Revert "moved SkSL Field data into IRNode"" by Ethan Nicholas · 5 years ago
  75. e615000 Use SkBitSet for the work list, instead of a set<int>. by John Stiles · 5 years ago
  76. 03aa12b Minor improvements to SymbolTable::addWithoutOwnership. by John Stiles · 5 years ago
  77. 52c17c4 Pull blur mask key creation into its own subroutine by Robert Phillips · 5 years ago
  78. b497568 In GrVkRenderTarget reset sk_sp instead of unref'ing underlying object by Brian Salomon · 5 years ago
  79. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 5 years ago
  80. c1916c3 Remove use of legacy display globals. by Ben Wagner · 5 years ago
  81. 00a8b5b Revert "Revert "Convert sksl_frag.sksl to an IRIntrinsicMap"" by Brian Osman · 5 years ago
  82. b16b29a Create TinyUnorderedMap class for small-N data storage. by John Stiles · 5 years ago
  83. 750261f [canvaskit] Update npm to 0.18.0 by Kevin Lubick · 5 years ago
  84. 3d00e3a [canvaskit] Flesh out remaining docs for core CanvasKit. by Kevin Lubick · 5 years ago
  85. 166d633 [canvaskit] Add docs/types for Font and related. by Kevin Lubick · 5 years ago
  86. a2535af [canvaskit] Add docs/types for Path by Kevin Lubick · 5 years ago
  87. 2fd08e6 [canvaskit] Add docs/types for Paint and Filters/Effects by Kevin Lubick · 5 years ago
  88. 97440de [canvaskit] Add docs/types for Canvas. by Kevin Lubick · 5 years ago
  89. 43865d3 Roll Chromium from 1693b2839ab9 to 2cd17d78c985 (541 revisions) by skia-autoroll · 5 years ago
  90. c909579 Roll SwiftShader from 375fee944c76 to b3c1e71eb1cb (2 revisions) by skia-autoroll · 5 years ago
  91. e34a8d7 Roll ANGLE from 1fd3e5d89a8f to 500704812409 (18 revisions) by skia-autoroll · 5 years ago
  92. b54ce23 Update SKP version by skia-recreate-skps · 5 years ago
  93. 223ffcd Add more paragraph bindings to CanvasKit by Harry Terkelsen · 5 years ago
  94. 0f7242f Roll Dawn from 16ebcf601d7f to ed3a93f690de (1 revision) by skia-autoroll · 5 years ago
  95. 09b9ead Rename BlendOverlap to BlendOverlay. by John Stiles · 5 years ago
  96. 58384ad Revert "moved SkSL Field data into IRNode" by Brian Osman · 5 years ago
  97. 556b8be moved SkSL Field data into IRNode by Ethan Nicholas · 5 years ago
  98. 825268f fix SkSL dehydration by Ethan Nicholas · 5 years ago
  99. 70957c8 Fix indenting on InlineCandidateAnalyzer. by John Stiles · 5 years ago
  100. a6ca975 Let skslc use more of Skia's core by Brian Osman · 5 years ago