1. 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 5 years ago
  2. 481ff13 add M86 branch release notes by Heather Miller · 5 years ago
  3. 3f45e4b [skottie] Custom prop manager updates by Florin Malita · 5 years ago
  4. d279cee Fixing incorrect boundaries calculations + 3 ways of drawing a paragraph by Julia Lavrova · 5 years ago
  5. 6e0fa40 replaced SkSL nodeCount with visitor by Ethan Nicholas · 5 years ago
  6. 642a10b Add origin visualization, add support for Concat44 by Nathaniel Nifong · 5 years ago
  7. 2a479a5 Reland "SkSL CPP and H backends no longer emitted in non-dev builds" by Ethan Nicholas · 5 years ago
  8. 403a363 Migrate additional casts to as<T>. by John Stiles · 5 years ago
  9. 2eabdf5 Remove webgl from public.bzl by Kevin Lubick · 5 years ago
  10. 71e2126 Add new tests to trickycubicstrokes by Chris Dalton · 5 years ago
  11. 29f2a1e Remove sk_TextureSamplers from SkSL. by John Stiles · 5 years ago
  12. 9742f7c Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 5 years ago
  13. 2f9a098 [canvaskit] Remove getproc when creating WebGL interface by Kevin Lubick · 5 years ago
  14. 204c3be [canvaskit] Remove fringe EGL dependency. by Kevin Lubick · 5 years ago
  15. 157577b [canvaskit,pathkit] Update to emsdk 2.0 by Kevin Lubick · 5 years ago
  16. 7e9b563 Search ICU data on Windows relative to the current module. by Nikolay Igotti · 5 years ago
  17. 3dc0da6 Add as<ProgramElementSubclass> to downcast ProgramElements more safely. by John Stiles · 5 years ago
  18. f3c8f5d Reland "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 5 years ago
  19. 2f26585 Update Skia milestone to 87 by Heather Miller · 5 years ago
  20. 4aac2f9 Can we remove this flag to picture-recording? by Mike Reed · 5 years ago
  21. e1e2408 Roll Chromium from ff3c275665f9 to e45f0c4dce5a (503 revisions) by skia-autoroll · 5 years ago
  22. aa79155 Roll dawn from b54c82ed3948 to eff9ef0f2212 (2 revisions) by skia-autoroll · 5 years ago
  23. 91eda46 Roll ANGLE from 699bcde0b729 to 5dff6075d29f (19 revisions) by skia-autoroll · 5 years ago
  24. dc594f2 Revert "Add utilities to SkGeometry for quad and cubic rotation angles" by Mike Klein · 5 years ago
  25. 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 5 years ago
  26. 1394f71 Revert "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 5 years ago
  27. 4fb12cf Revert "SkSL CPP and H backends no longer emitted in non-dev builds" by Ethan Nicholas · 5 years ago
  28. 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 5 years ago
  29. 6b3c2f6 Move GrWangsFormula::nextlog2 to sk_float_nextlog2 by Chris Dalton · 5 years ago
  30. da85888 Remove final vestiges of sk_InColor. by John Stiles · 5 years ago
  31. 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 5 years ago
  32. 26766ad Add utilities to SkGeometry for quad and cubic rotation angles by Chris Dalton · 5 years ago
  33. f647dc7 update placeholder approx op count by Mike Klein · 5 years ago
  34. 1f02286 Remove sk_InColor from unit tests. by John Stiles · 5 years ago
  35. ed1bf12 Remove GrContext variant of SkImageGenerator::isValid by Adlai Holler · 5 years ago
  36. 9d94423 Fix simplification of switch statements with casts. by John Stiles · 5 years ago
  37. 18305c3 pass 'nested' bool to approximateOpCount by Mike Reed · 5 years ago
  38. 1a5b9b0 clean up SK_LATE_DITHER by Mike Klein · 5 years ago
  39. 338e57d Added support for the 'inline' hint on SkSL functions by Ethan Nicholas · 5 years ago
  40. 7f1117e remove sksl interpreter guards by Mike Klein · 5 years ago
  41. 17c5b70 Add as<SymbolSubclass> to downcast Symbols more safely. by John Stiles · 5 years ago
  42. bc6fb27 SkSL CPP and H backends no longer emitted in non-dev builds by Ethan Nicholas · 5 years ago
  43. 4a56f4c densify dump_record by Mike Klein · 5 years ago
  44. 356838b Roll Chromium from 06c431ffe930 to ff3c275665f9 (515 revisions) by skia-autoroll · 5 years ago
  45. da05723 Roll ANGLE from dceaabb18162 to 699bcde0b729 (17 revisions) by skia-autoroll · 5 years ago
  46. b941277 Roll SwiftShader from 6f74415e2f74 to cbfd396756c6 (1 revision) by skia-autoroll · 5 years ago
  47. 6004bcb Roll dawn from d95180deded1 to b54c82ed3948 (4 revisions) by skia-autoroll · 5 years ago
  48. 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 5 years ago
  49. 59a3c3b SFML [1] backed for SkAudioPlayer/Linux by Florin Malita · 5 years ago
  50. eb3fb90 Tweak viewer's shader panel by Brian Osman · 5 years ago
  51. 0e8149c Add support for more basic types in SkSLCPPCodeGenerator. by John Stiles · 5 years ago
  52. a5a97b4 Replace various C-style casts in SkSLCompiler with as<T>. by John Stiles · 5 years ago
  53. afbf899 Mark helper functions as static to prevent external linkage. by John Stiles · 5 years ago
  54. 26f9850 Add as<StatementSubclass> to downcast Statements more safely. by John Stiles · 5 years ago
  55. 32cc384 Fix SkBitmap::allocPixels logging by Ben Wagner · 5 years ago
  56. 21706f1 Switch Skia's libjpeg-turbo used for testing to Chromium version by Leon Scroggins III · 5 years ago
  57. 81365af Add as<ExpressionSubclass>() to downcast Expressions more safely. by John Stiles · 5 years ago
  58. 8e54a6e Enhance assert to dump more information by Robert Phillips · 5 years ago
  59. 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 5 years ago
  60. a8b1636 Stop discarding stencil buffers on tilers by Chris Dalton · 5 years ago
  61. f9fb071 Roll ANGLE from a9b199b05c1f to dceaabb18162 (11 revisions) by skia-autoroll · 5 years ago
  62. 8b7bbb5 Roll SwiftShader from abe07b943855 to 6f74415e2f74 (2 revisions) by skia-autoroll · 5 years ago
  63. e5be0fa Roll Chromium from 39dd8685cfa7 to 06c431ffe930 (443 revisions) by skia-autoroll · 5 years ago
  64. 688e096 Roll dawn from 5e9b29fab92d to d95180deded1 (3 revisions) by skia-autoroll · 5 years ago
  65. e9d783c use pathbuilder by Mike Reed · 5 years ago
  66. f5931f3 [infra] Update go to 1.15 by Kevin Lubick · 5 years ago
  67. b65dc4a SkSL: Disallow swizzles that *only* contain '0' or '1' components by Brian Osman · 5 years ago
  68. 37e6f53 Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu by Robert Phillips · 5 years ago
  69. ce1d885 Update the Gradient documentation. by John Stiles · 5 years ago
  70. 63d7ee3 SkSL now detects modifiers used in incorrect contexts by Ethan Nicholas · 5 years ago
  71. 5cfa719 Drop support for Wuffs v0.2 by Nigel Tao · 5 years ago
  72. fdbd50a Simplify SkSL::String by removing unused parts. by John Stiles · 5 years ago
  73. 15a5403 Migrate to using SkPathBuilder by Mike Reed · 5 years ago
  74. 6704bc8 Better encapsulate the GrDrawOpAtlas w/in the GrSmallPathAtlasMgr by Robert Phillips · 5 years ago
  75. 866d289 Add android:exported values to all SkQP activities. by Derek Sollenberger · 5 years ago
  76. c4245f4 Roll ANGLE from eb85c0213d43 to a9b199b05c1f (12 revisions) by skia-autoroll · 5 years ago
  77. fc225ed Roll Chromium from 00c099ff627a to 39dd8685cfa7 (521 revisions) by skia-autoroll · 5 years ago
  78. d882e93 Roll dawn from d315022be5b7 to 5e9b29fab92d (3 revisions) by skia-autoroll · 5 years ago
  79. 7491e8b inline routine small routines by Herb Derby · 5 years ago
  80. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 5 years ago
  81. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 5 years ago
  82. d4a040e Remove obsolete support for sk_InColor in GrSkSLFP by Brian Osman · 5 years ago
  83. 939cc7a Some fixes for Flutter memory issues. by Jim Van Verth · 5 years ago
  84. e0da379 Check for work completion before purging resources. by Jim Van Verth · 5 years ago
  85. 4e54367 Fix SkSL constant propagation within nested casts. by John Stiles · 5 years ago
  86. 43f49b4 static routines for direct map vertices by Herb Derby · 5 years ago
  87. e2ba971 signal no clipping required by Herb Derby · 5 years ago
  88. 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 5 years ago
  89. 13ec544 Reland "move conditions for JIT into SkVM.h" by Mike Klein · 5 years ago
  90. ed629c1 Support making a VkRenderPasses with self dependencies. by Greg Daniel · 5 years ago
  91. 8b07b9f Revert "move conditions for JIT into SkVM.h" by Mike Klein · 5 years ago
  92. 03add80 Improve unit tests for switch-case and enum error handling. by John Stiles · 5 years ago
  93. 00bb722 missed minification bug by Nathaniel Nifong · 5 years ago
  94. 01d0161 byte code instructions can fit in a byte by Mike Klein · 5 years ago
  95. 5778078 clean up stray #undef by Mike Klein · 5 years ago
  96. 1247867 Remove ability to add waitOp to GrOpsTask. by Greg Daniel · 5 years ago
  97. a496e3f Fix MetalWindowContext::swapBuffers. by Jim Van Verth · 5 years ago
  98. 3e3db6c Make switch case handling safer by Brian Osman · 5 years ago
  99. fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 5 years ago
  100. 356bcb6 Remove SK_IMAGE_MAKE_COLOR_TYPE_AND_SPACE_USE_SOURCE_CONTEXT by Adlai Holler · 5 years ago