1. 9202ebc Fix reduceOpsTaskSplitting + image_from_yuv_textures by Adlai Holler · 4 years, 8 months ago
  2. dd9449c Add SkShaper::PurgeCaches. by Ben Wagner · 4 years, 8 months ago
  3. 0ca2f59 Code cleanup: update obsolete comment, remove macro. by John Stiles · 4 years, 8 months ago
  4. 21f5707 Fix complex lvalues in SkSL-to-SkVM by Brian Osman · 4 years, 8 months ago
  5. 7d2757f Implement SkImage::hasMipmaps() for GPU images by Brian Salomon · 4 years, 8 months ago
  6. 8eedcd2 [svg] Partial implementation of feSpecularLighting by Tyler Denniston · 4 years, 8 months ago
  7. 7b92897 Reland "Add SkSL for-loop control flow test to dm." by John Stiles · 4 years, 8 months ago
  8. d20a109 Round unresolved font blocks to grapheme edges by Julia Lavrova · 4 years, 8 months ago
  9. d6b26e5 added DSL Modifiers by Ethan Nicholas · 4 years, 8 months ago
  10. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 4 years, 8 months ago
  11. fa71ffa Reland "Fix field access and indexing of complex expressions" by Brian Osman · 4 years, 8 months ago
  12. f932c69 Rewrite operator[] to avoid gcc-8 codegen bug by Brian Osman · 4 years, 8 months ago
  13. 22cc3be Implement all public intrinsics directly in VM generator by Brian Osman · 4 years, 9 months ago
  14. a78376b Roll ANGLE from 9bbcd86ae719 to 4921e4573c8b (6 revisions) by skia-autoroll · 4 years, 8 months ago
  15. b2a8dc4 Roll SwiftShader from ea1f7d10db1f to aec0826aba0d (1 revision) by skia-autoroll · 4 years, 8 months ago
  16. 99c2e70 Roll Dawn from b3177d418e3b to 2df77f432584 (10 revisions) by skia-autoroll · 4 years, 8 months ago
  17. b3c7d03 Roll Chromium from ef43b16d47e3 to cf3471ec8c7c (436 revisions) by skia-autoroll · 4 years, 8 months ago
  18. 4d6310a Support half4 return values from main() in the SPIR-V code generator. by John Stiles · 4 years, 8 months ago
  19. b41d5bb Add helper uniforms to Runtime Effect tests. by John Stiles · 4 years, 8 months ago
  20. d8fc95d Add default uniform set value to SkSL Program settings. by John Stiles · 4 years, 8 months ago
  21. 1604ad6 Clean up ParagraphCache::abandon. by Ben Wagner · 4 years, 8 months ago
  22. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 4 years, 8 months ago
  23. 131decb [svg] Fix node factories order by Florin Malita · 4 years, 8 months ago
  24. b64c26d Don't copy when we can copy+and+transform at once by Mike Reed · 4 years, 8 months ago
  25. 6742d13 Add tests for int overloads of various intrinsics. by John Stiles · 4 years, 8 months ago
  26. 056bd0d Fix leak of X window title. by Ben Wagner · 4 years, 8 months ago
  27. 32b3089 [svg] Add light source classes and lighting-color pres attr by Tyler Denniston · 4 years, 8 months ago
  28. 578f1ac Revert "Add SkSL for-loop control flow test to dm." by John Stiles · 4 years, 8 months ago
  29. 3744bd6 Fix GLSL/Metal codegen of unbraced empty blocks. by John Stiles · 4 years, 8 months ago
  30. be1084b Reland "Write pixels goes through GrRenderTask system." by Brian Salomon · 4 years, 8 months ago
  31. 70a0d2c Rewrite GrPathTessellateOp without inner fan triangulation by Chris Dalton · 4 years, 8 months ago
  32. 15f6d74 Remove handleDirtyContext calls from backends for which they don't make sense by Robert Phillips · 4 years, 8 months ago
  33. 68c77d4 Added SkSL DSL swizzles by Ethan Nicholas · 4 years, 8 months ago
  34. a6bff0c Fix CheckGeneratedFiles bot. by Joe Gregorio · 4 years, 8 months ago
  35. a0c2662 Add SkSL for-loop control flow test to dm. by John Stiles · 4 years, 8 months ago
  36. 30e93d5 Added builtin SkSL DSL functions by Ethan Nicholas · 4 years, 8 months ago
  37. 0ecfdea Add SkSL unit test for unbraced blocks that optimize away. by John Stiles · 4 years, 8 months ago
  38. 1eea1ea Revert "Write pixels goes through GrRenderTask system." by Brian Salomon · 4 years, 8 months ago
  39. 489e5b9 Add handleDirtyContext calls to GrGLGpu::onUpdate*BackendTexture calls by Robert Phillips · 4 years, 8 months ago
  40. 27efe6c Write pixels goes through GrRenderTask system. by Brian Salomon · 4 years, 8 months ago
  41. d7ec615 Add documentation on blitting glyphs. by Ben Wagner · 4 years, 8 months ago
  42. e3a91cf Fix fuzzer-discovered error with variable scoping. by John Stiles · 4 years, 8 months ago
  43. dac139a Add unit test for control statements in for loops. by John Stiles · 4 years, 8 months ago
  44. 7add07f Add unit test for control statements in while loops. by John Stiles · 4 years, 8 months ago
  45. ea8aa77 Fix break/continue support inside do-while loops. by John Stiles · 4 years, 8 months ago
  46. 04be339 Added SkSL DSL Array types by Ethan Nicholas · 4 years, 8 months ago
  47. 798021a Add unit test for control statements in do-while loop. by John Stiles · 4 years, 8 months ago
  48. 04a1b4b Revert "Reland "Enable _LIBCPP_DEBUG in Clang for non-Xcode-based debug builds."" by John Stiles · 4 years, 8 months ago
  49. 93439d9 Redux merging adjacent ops tasks by Adlai Holler · 4 years, 8 months ago
  50. f661ec7 [svg] Text asPath() support by Florin Malita · 4 years, 8 months ago
  51. 233de6d Reland "Enable _LIBCPP_DEBUG in Clang for non-Xcode-based debug builds." by John Stiles · 5 years ago
  52. efa461f Reland "Remove flag for misc sampling apis" by Mike Reed · 4 years, 8 months ago
  53. 98c990e Make unpremul_float more discoverable. by John Stiles · 4 years, 8 months ago
  54. bbc5288 Roll Chromium from 09570e87f5f8 to ef43b16d47e3 (431 revisions) by skia-autoroll · 4 years, 8 months ago
  55. 6052a57 Roll ANGLE from 3c3b82abcf0a to 9bbcd86ae719 (8 revisions) by skia-autoroll · 4 years, 8 months ago
  56. 335a217 Roll Dawn from f1f8394de04e to b3177d418e3b (8 revisions) by skia-autoroll · 4 years, 8 months ago
  57. 4e2d2af Roll SwiftShader from 413f7cb17c77 to ea1f7d10db1f (6 revisions) by skia-autoroll · 4 years, 8 months ago
  58. 02621c3 SkPathBuider::addPath() by Florin Malita · 4 years, 8 months ago
  59. e21c90a Revert "Remove flag for misc sampling apis" by Mike Reed · 4 years, 8 months ago
  60. 34a0c97 don't use drawBitmap by Mike Reed · 4 years, 8 months ago
  61. 76389b7 Fix fuzzer-discovered errors in SkSL parser. by John Stiles · 4 years, 8 months ago
  62. 3419dda Revert "Remove unused unpremul_float" by John Stiles · 4 years, 8 months ago
  63. 3f31f30 Remove flag for misc sampling apis by Mike Reed · 4 years, 8 months ago
  64. 1ea6d60 Revert "Fix field access and indexing of complex expressions" by Brian Osman · 4 years, 8 months ago
  65. 844beb5 get image from skcodec by Mike Reed · 4 years, 8 months ago
  66. f965224 [svg] Text object bounding box support by Florin Malita · 4 years, 8 months ago
  67. 053f785 Avoid relying on bit-perfect irrational numbers in test code. by John Stiles · 4 years, 8 months ago
  68. e7ff4bc Remove unused unpremul_float by Ethan Nicholas · 4 years, 8 months ago
  69. f005c8a [svg] Implement feDisplacementMap by Tyler Denniston · 4 years, 8 months ago
  70. 815ec0d Always use coherent memory on linux vulkan. by Greg Daniel · 4 years, 8 months ago
  71. f619079 Fix field access and indexing of complex expressions by Brian Osman · 4 years, 8 months ago
  72. 555b7a4 [particles] Fix up URLs for the particles migration. by Joe Gregorio · 4 years, 8 months ago
  73. fff4099 Reland "[infra] Use Mac10.15.7 and xcode12.3 for all builds." by Weston Tracey · 4 years, 8 months ago
  74. c96e570 Prohibit moving and copying SkArenaAllocs by Adlai Holler · 4 years, 8 months ago
  75. 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years, 8 months ago
  76. 232dd2b Reland "Run unit tests to verify SkSL folding behavior." by John Stiles · 4 years, 8 months ago
  77. 46f6323 GrSurfaceContext read/writePixels fail on GrColorType::kUnknown by Brian Salomon · 4 years, 8 months ago
  78. 7aea2ae [svg] Fix non-xy length scale factor by Tyler Denniston · 4 years, 8 months ago
  79. 69c57e4 Revert "Merge adjacent GrOpsTasks with same target together" by Adlai Holler · 4 years, 8 months ago
  80. fd6e278 Removed useless manipulation of std::move'd value by Ethan Nicholas · 4 years, 8 months ago
  81. c55c8c1 [svg] Generalize text shaping by Florin Malita · 4 years, 8 months ago
  82. bd91660 [svg] Handle unspecified filter effect inputs by Tyler Denniston · 4 years, 8 months ago
  83. 0f9f800 Add origin back to GrCopyRenderTask by Brian Salomon · 4 years, 8 months ago
  84. 0693fb8 Replace a few casts in SPIR-V with as<T>. by John Stiles · 4 years, 8 months ago
  85. 302ea2e [svg] Cleanup text content model rules by Florin Malita · 4 years, 8 months ago
  86. fe8a4fa Roll Chromium from 465f56090c50 to 09570e87f5f8 (699 revisions) by skia-autoroll · 4 years, 8 months ago
  87. 83372eb Roll ANGLE from ff5f715e5c4a to 3c3b82abcf0a (9 revisions) by skia-autoroll · 4 years, 8 months ago
  88. c0ddd9b Roll SwiftShader from 22f14a877953 to 413f7cb17c77 (3 revisions) by skia-autoroll · 4 years, 8 months ago
  89. f58b363 Roll Dawn from db383498c5c6 to f1f8394de04e (9 revisions) by skia-autoroll · 4 years, 8 months ago
  90. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 4 years, 8 months ago
  91. 069e484 drawBitmap is deprecated by Mike Reed · 4 years, 8 months ago
  92. 568f0ae drawBitmap is deprecated by Mike Reed · 4 years, 8 months ago
  93. 5bbf727 Update SKP version by skia-recreate-skps · 4 years, 8 months ago
  94. fa582c8 drawBitmap is deprecated by Mike Reed · 4 years, 8 months ago
  95. d396cd5 Pass sampling to drawimage by Mike Reed · 4 years, 8 months ago
  96. 8d29ab6 Pass sampling to drawImage by Mike Reed · 4 years, 8 months ago
  97. 07c5f52 Pass sampling to drawImage calls by Mike Reed · 4 years, 8 months ago
  98. 04aef10 Add SkRuntimeEffect::makeImage() by Brian Salomon · 4 years, 8 months ago
  99. 9702fc6 SpecialImage draw takes sampling, not filter-quality by Mike Reed · 4 years, 8 months ago
  100. 8a42b09 Update GrInnerFanTriangulator to use an existing SkArenaAlloc by Chris Dalton · 4 years, 8 months ago