1. cdd852b Reland "Add particle GMs" by Brian Osman · 4 years, 6 months ago
  2. 0de76f7 Revert "Add support for top-level uniforms in SPIR-V." by John Stiles · 4 years, 6 months ago
  3. b576168 Revert "Add some SkSL intrinsics to our dm tests." by John Stiles · 4 years, 6 months ago
  4. 6f3243c Add staging flags to flutter by Mike Reed · 4 years, 6 months ago
  5. b9f95ba Roll SwiftShader from 3e9b79ff42de to 0cbf89c7520e (6 revisions) by skia-autoroll · 4 years, 6 months ago
  6. bcd0ead Roll Dawn from a194a48ba2d9 to bf1c0cf52377 (12 revisions) by skia-autoroll · 4 years, 6 months ago
  7. 56c9a45 Roll Chromium from 2eea5db84b60 to 9009a36b9b75 (438 revisions) by skia-autoroll · 4 years, 6 months ago
  8. 8644657 Revert "Remove SkImage_Base::refPinnedImage(), use refView() instead." by Brian Salomon · 4 years, 6 months ago
  9. 3b01242 Revert "Add particle GMs" by Mike Reed · 4 years, 6 months ago
  10. 00f4769 Condtionalize flags (so flutter can add them) by Mike Reed · 4 years, 6 months ago
  11. 46e9b0e Add flag to force pushconstant layout for SkSL synthetic uniforms by Jim Van Verth · 4 years, 6 months ago
  12. f3274e0 Add particle GMs by Brian Osman · 4 years, 6 months ago
  13. b5dda50 Fix write-after-read in clustering by Adlai Holler · 4 years, 6 months ago
  14. 0492a74 Add some SkSL intrinsics to our dm tests. by John Stiles · 4 years, 6 months ago
  15. acba304 Add support for top-level uniforms in SPIR-V. by John Stiles · 4 years, 6 months ago
  16. 96a9749 Update SVG asset creation to handle images by Tyler Denniston · 4 years, 6 months ago
  17. 3f904db Eliminate some platform/compiler dependent behavior in skvm tests by Brian Osman · 4 years, 6 months ago
  18. 9321961 SkRuntimeEffect::makeImage disregards mipmap request if GPU not capable. by Brian Salomon · 4 years, 6 months ago
  19. 9ced5e6 Pass sampling to drawImage by Mike Reed · 4 years, 6 months ago
  20. 02bc522 Emit top-level StructDefinition for every struct by Brian Osman · 4 years, 6 months ago
  21. 9f899ac Remove SkImage_Base::refPinnedImage(), use refView() instead. by Brian Salomon · 4 years, 6 months ago
  22. 98afb4f drawBitmap is deprecated by Mike Reed · 4 years, 6 months ago
  23. da5cdf6 Add default uniform binding value for Metal/SPIR-V. by John Stiles · 4 years, 6 months ago
  24. ebb37e7 Rewrite GrPathTessellateOp as GrPathInnerTriangulateOp by Chris Dalton · 4 years, 6 months ago
  25. b339d05 pass sampling to drawImage by Mike Reed · 4 years, 6 months ago
  26. 993e92d Update bad_bitmap test by Mike Reed · 4 years, 6 months ago
  27. bf7b4b8 Add SkSL test for functions that operate on structs by Brian Osman · 4 years, 6 months ago
  28. 00fea5b Remove ASTNode::TypeData by Brian Osman · 4 years, 6 months ago
  29. 1ff7609 Added SkSL DSLFunction by Ethan Nicholas · 4 years, 6 months ago
  30. 0bad6cf Remove maxTileSize from GrCaps, bleed GMs use max texture size override. by Brian Salomon · 4 years, 6 months ago
  31. 0ce4885 Faster (conservative) IsAxisAligned by Mike Reed · 4 years, 6 months ago
  32. b03f4a1 Rename GrPathStencilFillOp -> GrTessellatingStencilFillOp by Chris Dalton · 4 years, 6 months ago
  33. a982c77 Roll Chromium from cf3471ec8c7c to 2eea5db84b60 (473 revisions) by skia-autoroll · 4 years, 6 months ago
  34. c0a7cdf Roll Dawn from 2df77f432584 to a194a48ba2d9 (20 revisions) by skia-autoroll · 4 years, 6 months ago
  35. 595216b Roll ANGLE from 4921e4573c8b to a12edfa5cf68 (13 revisions) by skia-autoroll · 4 years, 6 months ago
  36. da55b64 Roll SwiftShader from aec0826aba0d to 3e9b79ff42de (1 revision) by skia-autoroll · 4 years, 6 months ago
  37. 039f136 filter-quality is deprecated, pass sampling to drawImage by Mike Reed · 4 years, 6 months ago
  38. ecdd979 drawBitmap is deprecated by Mike Reed · 4 years, 6 months ago
  39. 330cfa4 Make GrTriangulator immutable by Chris Dalton · 4 years, 6 months ago
  40. ed552f8 Move deprecated image filter headers out of include/ and into src/ by Michael Ludwig · 4 years, 7 months ago
  41. e1f72f9 drawBitmap is deprecated by Mike Reed · 4 years, 6 months ago
  42. 9a77795 Update mock render task & cluster test by Adlai Holler · 4 years, 6 months ago
  43. d8ce784 Don't implement getBackendTexture for YUVA images. by Brian Salomon · 4 years, 6 months ago
  44. f988bb5 add single-lane ld2.4s and ld4.4s by Mike Klein · 4 years, 6 months ago
  45. 2b3403a Ensure that blur result is identity if both sigmas are near-zero by Jim Van Verth · 4 years, 6 months ago
  46. 24df67d Reland "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years, 6 months ago
  47. e71f547 [svg] Expand SkSVGIRI type by Tyler Denniston · 4 years, 6 months ago
  48. b7f5e1b Fix SkSL test compilation on Windows. by John Stiles · 4 years, 6 months ago
  49. 2c3cec9 [canvaskit] Break up helper.js into smaller files by Kevin Lubick · 4 years, 7 months ago
  50. 9e8e2aa Remove SkImage_GpuBase::getTexture(). by Brian Salomon · 4 years, 6 months ago
  51. 64400d9 Revert "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years, 6 months ago
  52. 9485b55 Code cleanup: reuse get_storage_class in writeGlobalVar. by John Stiles · 4 years, 6 months ago
  53. b4bcfb9 Add ReduceOpsTaskSplitting test bot, move perf bot by Adlai Holler · 4 years, 6 months ago
  54. 9202ebc Fix reduceOpsTaskSplitting + image_from_yuv_textures by Adlai Holler · 4 years, 6 months ago
  55. dd9449c Add SkShaper::PurgeCaches. by Ben Wagner · 4 years, 6 months ago
  56. 0ca2f59 Code cleanup: update obsolete comment, remove macro. by John Stiles · 4 years, 6 months ago
  57. 21f5707 Fix complex lvalues in SkSL-to-SkVM by Brian Osman · 4 years, 6 months ago
  58. 7d2757f Implement SkImage::hasMipmaps() for GPU images by Brian Salomon · 4 years, 6 months ago
  59. 8eedcd2 [svg] Partial implementation of feSpecularLighting by Tyler Denniston · 4 years, 6 months ago
  60. 7b92897 Reland "Add SkSL for-loop control flow test to dm." by John Stiles · 4 years, 6 months ago
  61. d20a109 Round unresolved font blocks to grapheme edges by Julia Lavrova · 4 years, 7 months ago
  62. d6b26e5 added DSL Modifiers by Ethan Nicholas · 4 years, 6 months ago
  63. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 4 years, 6 months ago
  64. fa71ffa Reland "Fix field access and indexing of complex expressions" by Brian Osman · 4 years, 6 months ago
  65. f932c69 Rewrite operator[] to avoid gcc-8 codegen bug by Brian Osman · 4 years, 6 months ago
  66. 22cc3be Implement all public intrinsics directly in VM generator by Brian Osman · 4 years, 7 months ago
  67. a78376b Roll ANGLE from 9bbcd86ae719 to 4921e4573c8b (6 revisions) by skia-autoroll · 4 years, 6 months ago
  68. b2a8dc4 Roll SwiftShader from ea1f7d10db1f to aec0826aba0d (1 revision) by skia-autoroll · 4 years, 6 months ago
  69. 99c2e70 Roll Dawn from b3177d418e3b to 2df77f432584 (10 revisions) by skia-autoroll · 4 years, 6 months ago
  70. b3c7d03 Roll Chromium from ef43b16d47e3 to cf3471ec8c7c (436 revisions) by skia-autoroll · 4 years, 6 months ago
  71. 4d6310a Support half4 return values from main() in the SPIR-V code generator. by John Stiles · 4 years, 6 months ago
  72. b41d5bb Add helper uniforms to Runtime Effect tests. by John Stiles · 4 years, 6 months ago
  73. d8fc95d Add default uniform set value to SkSL Program settings. by John Stiles · 4 years, 6 months ago
  74. 1604ad6 Clean up ParagraphCache::abandon. by Ben Wagner · 4 years, 6 months ago
  75. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 4 years, 6 months ago
  76. 131decb [svg] Fix node factories order by Florin Malita · 4 years, 6 months ago
  77. b64c26d Don't copy when we can copy+and+transform at once by Mike Reed · 4 years, 6 months ago
  78. 6742d13 Add tests for int overloads of various intrinsics. by John Stiles · 4 years, 6 months ago
  79. 056bd0d Fix leak of X window title. by Ben Wagner · 4 years, 7 months ago
  80. 32b3089 [svg] Add light source classes and lighting-color pres attr by Tyler Denniston · 4 years, 6 months ago
  81. 578f1ac Revert "Add SkSL for-loop control flow test to dm." by John Stiles · 4 years, 6 months ago
  82. 3744bd6 Fix GLSL/Metal codegen of unbraced empty blocks. by John Stiles · 4 years, 6 months ago
  83. be1084b Reland "Write pixels goes through GrRenderTask system." by Brian Salomon · 4 years, 6 months ago
  84. 70a0d2c Rewrite GrPathTessellateOp without inner fan triangulation by Chris Dalton · 4 years, 6 months ago
  85. 15f6d74 Remove handleDirtyContext calls from backends for which they don't make sense by Robert Phillips · 4 years, 6 months ago
  86. 68c77d4 Added SkSL DSL swizzles by Ethan Nicholas · 4 years, 6 months ago
  87. a6bff0c Fix CheckGeneratedFiles bot. by Joe Gregorio · 4 years, 6 months ago
  88. a0c2662 Add SkSL for-loop control flow test to dm. by John Stiles · 4 years, 6 months ago
  89. 30e93d5 Added builtin SkSL DSL functions by Ethan Nicholas · 4 years, 6 months ago
  90. 0ecfdea Add SkSL unit test for unbraced blocks that optimize away. by John Stiles · 4 years, 6 months ago
  91. 1eea1ea Revert "Write pixels goes through GrRenderTask system." by Brian Salomon · 4 years, 6 months ago
  92. 489e5b9 Add handleDirtyContext calls to GrGLGpu::onUpdate*BackendTexture calls by Robert Phillips · 4 years, 6 months ago
  93. 27efe6c Write pixels goes through GrRenderTask system. by Brian Salomon · 4 years, 7 months ago
  94. d7ec615 Add documentation on blitting glyphs. by Ben Wagner · 4 years, 7 months ago
  95. e3a91cf Fix fuzzer-discovered error with variable scoping. by John Stiles · 4 years, 6 months ago
  96. dac139a Add unit test for control statements in for loops. by John Stiles · 4 years, 6 months ago
  97. 7add07f Add unit test for control statements in while loops. by John Stiles · 4 years, 6 months ago
  98. ea8aa77 Fix break/continue support inside do-while loops. by John Stiles · 4 years, 6 months ago
  99. 04be339 Added SkSL DSL Array types by Ethan Nicholas · 4 years, 6 months ago
  100. 798021a Add unit test for control statements in do-while loop. by John Stiles · 4 years, 6 months ago