1. a3df500 Fix crash in SampleCCPRGeometry by Chris Dalton · 4 years, 4 months ago
  2. 869cdef Fix unknown-identifier issue discovered by fuzzer. by John Stiles · 4 years, 4 months ago
  3. 30e327e [svg] Rename gradient units type to object bounding box units by Tyler Denniston · 4 years, 4 months ago
  4. d5e6368 Add initializer_list support to SkTArray. by John Stiles · 4 years, 4 months ago
  5. 750109b Update component arrays to use SkSTArray<4, int8_t>. by John Stiles · 4 years, 4 months ago
  6. 0947990 Add unit test for error discovered by fuzzer. by John Stiles · 4 years, 4 months ago
  7. eed4cba Guard use of GrVkGpu in GrAHardwareBufferUtils by Greg Daniel · 4 years, 4 months ago
  8. ec9db71 Fix prefix/postfix mixup discovered by fuzzer. by John Stiles · 4 years, 4 months ago
  9. b3058ad Handle cubic segments in variable-width stroker by Tyler Denniston · 4 years, 4 months ago
  10. 2d4f959 Reland "Moved SkSL data back into node classes" by John Stiles · 4 years, 4 months ago
  11. b7fc7a4 Allow wrapping of protected AHB into vulkan SkSurfaces. by Greg Daniel · 4 years, 4 months ago
  12. 9615bcf Revert "Moved SkSL data back into node classes" by John Stiles · 4 years, 4 months ago
  13. c21902c Roll ANGLE from e3eaa60f1faf to 39b777c6f00f (20 revisions) by skia-autoroll · 4 years, 4 months ago
  14. 8755d30 Roll Chromium from 6ce7ceff8d5e to 2357c7350401 (507 revisions) by skia-autoroll · 4 years, 4 months ago
  15. f870a63 Roll SwiftShader from 2be25f08deaf to e6c9497255c6 (3 revisions) by skia-autoroll · 4 years, 4 months ago
  16. 8a6bdf1 Roll Dawn from a584311a6a73 to 25eb373eede4 (8 revisions) by skia-autoroll · 4 years, 4 months ago
  17. 4691b0f Fix crash when compiling FP files containing the modulo operator. by John Stiles · 4 years, 4 months ago
  18. 6244828 Improve GrTBlockList capabilities/correctness by Michael Ludwig · 4 years, 4 months ago
  19. 8bc1a72 Add unit test to demonstrate error with modulo in FP files. by John Stiles · 4 years, 4 months ago
  20. 51e4024 [flutter][fuchsia] Enable Effect Deserialization in Flutter on Fuchsia by Forrest Reiling · 4 years, 5 months ago
  21. f71e0be Moved SkSL data back into node classes by Ethan Nicholas · 4 years, 4 months ago
  22. 56957d9 remove unimplemented sk_data_new_empty() by Mike Klein · 4 years, 4 months ago
  23. fa2d468 fix typo by Mike Klein · 4 years, 4 months ago
  24. dd13dba Remove pool recycling mechanism. by John Stiles · 4 years, 4 months ago
  25. 771c750 Track vulkan memory allocations in UMA. by Greg Daniel · 4 years, 4 months ago
  26. e5d729c Free unused scratch space from idle Pools. by John Stiles · 4 years, 4 months ago
  27. 23e6866 Reland "Replace pooling mechanism with GrMemoryPool." by John Stiles · 4 years, 4 months ago
  28. aed5bb8 Remove unreliable SW mask caching assert by Robert Phillips · 4 years, 4 months ago
  29. 1a364c2 Fix gl copyTexSubImage format requirements. by Greg Daniel · 4 years, 4 months ago
  30. 09e541c Fix s/NULL/nullptr/ in src/codec/SkWuffsCodec.cpp by Nigel Tao · 4 years, 4 months ago
  31. b3cc5fd Revert "Replace pooling mechanism with GrMemoryPool." by John Stiles · 4 years, 4 months ago
  32. f933e4f Have SkWuffsCodec speak kRGB_565_SkColorType by Nigel Tao · 4 years, 4 months ago
  33. 5c53ae5 Remove old uma logging from Skia. by Greg Daniel · 4 years, 4 months ago
  34. 83c38a8 Allow uniqueKey invalidation messages to reach the thread safe cache by Robert Phillips · 4 years, 4 months ago
  35. 3cd384a Roll SwiftShader from c1839ee3cedd to 2be25f08deaf (1 revision) by skia-autoroll · 4 years, 4 months ago
  36. 3fa8bae Roll ANGLE from ee4e0866cb85 to e3eaa60f1faf (16 revisions) by skia-autoroll · 4 years, 4 months ago
  37. fc7a9be Roll Chromium from 0b545254b82b to 6ce7ceff8d5e (406 revisions) by skia-autoroll · 4 years, 4 months ago
  38. 4860462 Roll Dawn from 47ee61679da0 to a584311a6a73 (5 revisions) by skia-autoroll · 4 years, 4 months ago
  39. 67e1cf4 Replace pooling mechanism with GrMemoryPool. by John Stiles · 4 years, 4 months ago
  40. 018f5f6 add comments about the use of different subrun types by Herb Derby · 4 years, 4 months ago
  41. 1cc63da Mark IRNode leaf classes as final. by John Stiles · 4 years, 4 months ago
  42. 1f8f575 SPIRV: Stop mutating (shared) interface blocks for no reason by Brian Osman · 4 years, 4 months ago
  43. e25c300 use SkArenaAlloc for combineIfPossible by Herb Derby · 4 years, 4 months ago
  44. 5416016 Roll freetype 0a3d2bb99b45b72e1d45..40c5681ab92e7db1 by Ben Wagner · 4 years, 4 months ago
  45. 6a7a2c7 Improve var-width miter joins by Tyler Denniston · 4 years, 4 months ago
  46. d178606 Revert "In Vk don't set dynamic blend constant on Pipeline if we don't use it." by Greg Daniel · 4 years, 4 months ago
  47. 244ebf7 Add `reportLeaks` method to GrMemoryPool. by John Stiles · 4 years, 4 months ago
  48. 4ce7786 Fix clip shader coverage combining with geometry processor coverage by Michael Ludwig · 4 years, 4 months ago
  49. 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 4 years, 4 months ago
  50. ca107f3 Fix variable name in new uma macro. by Greg Daniel · 4 years, 4 months ago
  51. 15bfe38 Split the SkSL pool into small and large sections. by John Stiles · 4 years, 4 months ago
  52. 056385b [svg] Convert text-anchor to a presentation attribute by Florin Malita · 4 years, 4 months ago
  53. 72af246 Add support for arc-length metric in variable width stroke sample by Tyler Denniston · 4 years, 4 months ago
  54. 270b5c0 Reland "Update the SkSL pool interface to take an allocation size." by John Stiles · 4 years, 4 months ago
  55. 7b14f2f Roll ANGLE from 98c5ff6b49b3 to ee4e0866cb85 (17 revisions) by skia-autoroll · 4 years, 4 months ago
  56. 6bda09d Roll Chromium from 6d5913cebce3 to 0b545254b82b (537 revisions) by skia-autoroll · 4 years, 4 months ago
  57. 784ac91 Roll Dawn from 41c24933da1e to 47ee61679da0 (8 revisions) by skia-autoroll · 4 years, 4 months ago
  58. 2acd43d switch unique_ptr with deleter to GrMemoryPool by Herb Derby · 4 years, 4 months ago
  59. f548a02 [svg] Implement gradientUnits="objectBoundingBox" by Tyler Denniston · 4 years, 4 months ago
  60. 532c749 Add a bot to run with reduced ops task splitting by Adlai Holler · 4 years, 4 months ago
  61. e80251a Use shared version of libcutils for host Android builds by Jerome Gaillard · 4 years, 4 months ago
  62. 9176c51 [skottie] Black & White effect by Florin Malita · 4 years, 4 months ago
  63. 3898bb5 Revert "Update the SkSL pool interface to take an allocation size." by John Stiles · 4 years, 4 months ago
  64. e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 4 years, 4 months ago
  65. 22ef225 Update the SkSL pool interface to take an allocation size. by John Stiles · 4 years, 4 months ago
  66. 5567a60 Guard traversal of certain kinds of mid-optimization IfStatement by Brian Osman · 4 years, 4 months ago
  67. fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 4 years, 4 months ago
  68. 65476e0 Add uma histogram tracking for the number of submit render passes. by Greg Daniel · 4 years, 4 months ago
  69. 890363a Prototype helper functions from FP files before use. by John Stiles · 4 years, 4 months ago
  70. 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 4 years, 4 months ago
  71. 40f8107 remove absl experiment by Mike Klein · 4 years, 4 months ago
  72. 362780c use ieee divide by Mike Klein · 4 years, 4 months ago
  73. 6f87de7 Made IRNode smaller by Ethan Nicholas · 4 years, 4 months ago
  74. 7737a5b Roll SwiftShader from bb66fa41a163 to c1839ee3cedd (1 revision) by skia-autoroll · 4 years, 4 months ago
  75. 6e8d4b7 Roll ANGLE from 29ca7186a688 to 98c5ff6b49b3 (14 revisions) by skia-autoroll · 4 years, 4 months ago
  76. 584ad64 Roll Chromium from d37162e0b81d to 6d5913cebce3 (399 revisions) by skia-autoroll · 4 years, 4 months ago
  77. 9d474b8 Roll Dawn from 42103bc2e911 to 41c24933da1e (2 revisions) by skia-autoroll · 4 years, 4 months ago
  78. 0e13db7 Clean up GrPathUtils by Chris Dalton · 4 years, 4 months ago
  79. 81b270a Optimize SkChopCubicAt to chop at two points at once by Chris Dalton · 4 years, 4 months ago
  80. 36af02d Add define to WASM GM build by Kevin Lubick · 4 years, 4 months ago
  81. 3ac83b2f Add additional GrThreadSafeCache test case by Robert Phillips · 4 years, 4 months ago
  82. c76d409 add API for Op creation by Herb Derby · 4 years, 4 months ago
  83. 3dd8def tweak build for msan swiftshader by Mike Klein · 4 years, 4 months ago
  84. aaea0d9 Update `nameVariable` to return the variable name directly. by John Stiles · 4 years, 4 months ago
  85. faa1693 Slight tweak to SkTHashMap natvis support by Brian Osman · 4 years, 4 months ago
  86. d2a3a5b Add support for fFormatArgs in .fp-file inner functions. by John Stiles · 4 years, 4 months ago
  87. 5bbbb49 Miter joins for toy variable width stroke by Tyler Denniston · 4 years, 4 months ago
  88. 010ce6a Add ProgramUsage side-car to track variable and function references by Brian Osman · 4 years, 4 months ago
  89. 0a7e2fa remove dead computeSegmentMask() by Mike Klein · 4 years, 4 months ago
  90. ddb3c34 Fix GPU capture for Metal test apps. by Jim Van Verth · 4 years, 4 months ago
  91. 189ecd4 Add toy variable-width stroker sample by Tyler Denniston · 4 years, 4 months ago
  92. c53c828 Roll ANGLE from 097f307e75a4 to 29ca7186a688 (39 revisions) by skia-autoroll · 4 years, 4 months ago
  93. 87cf830 Roll SwiftShader from 8012e62471be to bb66fa41a163 (3 revisions) by skia-autoroll · 4 years, 4 months ago
  94. c493eab Roll Dawn from ade9a5235c73 to 42103bc2e911 (12 revisions) by skia-autoroll · 4 years, 4 months ago
  95. a8ca5b9 Roll Chromium from e47bf15edfc4 to d37162e0b81d (552 revisions) by skia-autoroll · 4 years, 4 months ago
  96. aea8273 Update SKP version by skia-recreate-skps · 4 years, 4 months ago
  97. 312535b Create sksl_small nanobench test. by John Stiles · 4 years, 4 months ago
  98. 0719345 Reduce the SkSL pool size to 512 nodes. by John Stiles · 4 years, 4 months ago
  99. 375e1f6 Add unit tests for vertexData in the thread-safe cache by Robert Phillips · 4 years, 4 months ago
  100. 9abf719 Remove code guarded by SK_LEGACY_SURFACE_PROPS. by Ben Wagner · 4 years, 4 months ago