1. 4f0bd8b Make IWYU build skip linking by Kevin Lubick · 2 years, 4 months ago
  2. 5335bdc Adjust Mock backend's Protected implementation by Robert Phillips · 2 years, 4 months ago
  3. be77f74 Remove SkVM from the SkSL test matrix. by John Stiles · 2 years, 4 months ago
  4. 73fb741 Remove DSLField type. by John Stiles · 2 years, 4 months ago
  5. a7375e0 Rename SkSL::Type::Field and SkSL::Field. by John Stiles · 2 years, 4 months ago
  6. 8b81c94 Handle zero-scale factors in InverseMapRect by Michael Ludwig · 2 years, 4 months ago
  7. 539fb10 Move SkSurface::MakeNull to SkSurfaces::Null by Kevin Lubick · 2 years, 4 months ago
  8. ad85979 Roll vulkan-deps from 729c65ec74f6 to 0d737f701865 (1 revision) by skia-autoroll · 2 years, 4 months ago
  9. 0b929ad Roll ANGLE from 8b9440b630cb to 25def1a0da1c (6 revisions) by skia-autoroll · 2 years, 4 months ago
  10. 46cd920 Roll SK Tool from 0d899fb75655 to ab616e27381f by skia-autoroll · 2 years, 4 months ago
  11. 208a07f Roll Skia Infra from 5a8b571f3a48 to 0d899fb75655 (6 revisions) by skia-autoroll · 2 years, 4 months ago
  12. ccec509 Restructure Extension processing. by John Stiles · 2 years, 4 months ago
  13. 2229d77 Simplify DSLVar classes. by John Stiles · 2 years, 4 months ago
  14. 797d7c5 [skif] Don't assume SkSpecialImage::asShader() is non-null by Michael Ludwig · 2 years, 4 months ago
  15. f27fd2e Roll vulkan-deps from 0b71657bab97 to 729c65ec74f6 (5 revisions) by skia-autoroll · 2 years, 4 months ago
  16. 61e2da4 [skif] Only consider CF's transparency not whole IF subtree by Michael Ludwig · 2 years, 4 months ago
  17. 1abae44 set SlotType to use enum by Jorge Betancourt · 2 years, 4 months ago
  18. da9f6bc [skottie] set up ImageAssetProxy to support slottable assets by Jorge Betancourt · 2 years, 4 months ago
  19. d655bd5 [skottie] apply changes live to slottable properties by Jorge Betancourt · 2 years, 4 months ago
  20. a38bcfb [skottie] automatically populate slotManager with slots by Jorge Betancourt · 2 years, 4 months ago
  21. aa47309 Remove more unused portions of DSLCore. by John Stiles · 2 years, 4 months ago
  22. aed8112 Remove DSL type constants. by John Stiles · 2 years, 4 months ago
  23. de876b0 [sksl] Support dual-src blending in Metal by James Godfrey-Kittle · 2 years, 4 months ago
  24. 0d5f4f5 [Direct3D] Check for valid ID3D12PipelineState allocation. by Jim Van Verth · 2 years, 4 months ago
  25. 6317b2d Remove DSLExpression::field and DSLVar::field. by John Stiles · 2 years, 4 months ago
  26. 76b72a7 Remove operator overloads from DSLExpression. by John Stiles · 2 years, 4 months ago
  27. 85ccfae Change SkDrawable::newPictureSnapshot to makePictureSnapshot by Brian Osman · 2 years, 4 months ago
  28. 901973b [vello_cpp] Conditional compilation of shader and encoding features by Arman Uguray · 2 years, 4 months ago
  29. 823442c Remove unused methods from DSLVar. by John Stiles · 2 years, 4 months ago
  30. 933fcbb Remove DSL swizzle support. by John Stiles · 2 years, 4 months ago
  31. ccf73af Roll vulkan-deps from 28971a855c5f to 0b71657bab97 (2 revisions) by skia-autoroll · 2 years, 4 months ago
  32. 0c979da [graphite][compute] Introduce VelloRenderer by Arman Uguray · 2 years, 5 months ago
  33. a12a999 Roll ANGLE from b0f9c01ec303 to 8b9440b630cb (6 revisions) by skia-autoroll · 2 years, 4 months ago
  34. ed66ec1 Roll SK Tool from 5a8b571f3a48 to e5ce570c0d1b by skia-autoroll · 2 years, 4 months ago
  35. 9cbc2c5 Roll Dawn from 569699725145 to 776a762c9a4d (47 revisions) by skia-autoroll · 2 years, 4 months ago
  36. 81fb584 Roll Skia Infra from c4d18f21ffde to 5a8b571f3a48 (12 revisions) by skia-autoroll · 2 years, 4 months ago
  37. 25a160f Remove last vestiges of DSL from SPIR-V code generator. by John Stiles · 2 years, 4 months ago
  38. c819054 Remove DSL-based constructor expressions. by John Stiles · 2 years, 4 months ago
  39. 235f4c3 Apply RTFlip to the sk_FragCoord without using DSL. by John Stiles · 2 years, 4 months ago
  40. a23eae9 [graphite][compute] Add ComputeStep definitions for Vello stages by Arman Uguray · 2 years, 5 months ago
  41. c207c1b Avoid DSL usage when emitting `DFdy`. by John Stiles · 2 years, 4 months ago
  42. e742c53 Rename assemble_compound to ConstructorCompound::MakeFromConstants. by John Stiles · 2 years, 4 months ago
  43. 72fc4cd Remove outdated comment. by Jim Van Verth · 2 years, 4 months ago
  44. 221e105 Expose the GPU side drawable by Herb Derby · 2 years, 4 months ago
  45. 1a29bd9 Squelch UBSAN divide-by-zero error. by John Stiles · 2 years, 4 months ago
  46. 68a1517 [sksl] Rename Program::Inputs to Program::Interface by James Godfrey-Kittle · 2 years, 4 months ago
  47. ef6e86c Roll vulkan-deps from d36b7c91621a to 28971a855c5f (9 revisions) by skia-autoroll · 2 years, 4 months ago
  48. 24b4d65 [graphite] Add VulkanDescriptorPool Class by Nicolette Prevost · 2 years, 4 months ago
  49. 661b4d6 [graphite][compute] Initial ComputeTask handling in Device/DrawContext by Arman Uguray · 2 years, 5 months ago
  50. bab9706 Roll Fontations dependencies by Dominik Röttsches · 2 years, 4 months ago
  51. 7922b9a Reclaim heap space from mangled-names in Variables. by John Stiles · 2 years, 4 months ago
  52. 70e1c54 Add null guards to intrinsic constant evaluation. by John Stiles · 2 years, 4 months ago
  53. 5c93acf Move SkSurface factories to SkSurfaces namespace by Kevin Lubick · 2 years, 4 months ago
  54. 80085c3 Move modifiers-declaration support out of DSLCore. by John Stiles · 2 years, 4 months ago
  55. 017d869 Split off BlendFormula to be shared with Graphite by James Godfrey-Kittle · 2 years, 4 months ago
  56. 0d93b3f Fix fontations build after 2c322383044e4 by Dominik Röttsches · 2 years, 4 months ago
  57. 32f4cfc Roll ANGLE from c441206103b1 to b0f9c01ec303 (6 revisions) by skia-autoroll · 2 years, 4 months ago
  58. 878187e Roll SK Tool from c4d18f21ffde to 48f97fe0593e by skia-autoroll · 2 years, 4 months ago
  59. d832419 Roll vulkan-deps from 07d94082da0b to d36b7c91621a (7 revisions) by skia-autoroll · 2 years, 4 months ago
  60. 3b247bf Roll Skia Infra from 0d5474fe31ef to c4d18f21ffde (7 revisions) by skia-autoroll · 2 years, 4 months ago
  61. a2c71eb Roll SwiftShader from 9ebfb6b54814 to a62e8dbc3467 (1 revision) by skia-autoroll · 2 years, 4 months ago
  62. 1449073 SkStrikeCache: Optimize purging of pinned strikes by Victor Miura · 2 years, 4 months ago
  63. e8df639 [Direct3D] Check for null mapped pointer in onReadPixels by Jim Van Verth · 2 years, 4 months ago
  64. 0cec600 Remove temporary analytic AA APIs by Brian Osman · 2 years, 4 months ago
  65. 55345d8 Reland "Add support for decoding CICPs in Android" by Leon Scroggins III · 2 years, 4 months ago
  66. 4a805ce [graphite] Disable MakeColorSpace_Test in Dawn by Robert Phillips · 2 years, 4 months ago
  67. 369c34c fix incorrect check by Weiyu Huang · 2 years, 4 months ago
  68. 1af450d Switch to SkNoDestructor<T> instead of allocations. by John Stiles · 2 years, 4 months ago
  69. 2c32238 Organize fontations Bazel rules to allow stub impls by Kevin Lubick · 2 years, 4 months ago
  70. 98e78ff [graphite] Add VulkanImageView class. by Jim Van Verth · 2 years, 4 months ago
  71. 25fb8fa Force AAA in the canvaskit GMs build script by Brian Osman · 2 years, 4 months ago
  72. 6154a68 [graphite] Account for shader blend mode correctly in precomp by James Godfrey-Kittle · 2 years, 4 months ago
  73. 9d06083 Remove DSL-based intrinsic functions. by John Stiles · 2 years, 4 months ago
  74. 83563c9 Remove DSL usage from FunctionCall. by John Stiles · 2 years, 4 months ago
  75. 014892a Roll vulkan-deps from 180f3708bf26 to 07d94082da0b (10 revisions) by skia-autoroll · 2 years, 4 months ago
  76. 117b7ca Update deprecated ShaderModuleWGSLDescriptor.source to .code instead. by Loko Kung · 2 years, 5 months ago
  77. 511353c Add some mesh (drawVertices) samples by Florin Malita · 2 years, 4 months ago
  78. 2905243 [bazel] //tests/BUILD.bazel: Extract test groups into //tests/testgroups.bzl. by Leandro Lovisolo · 2 years, 4 months ago
  79. 406bf9b Reland "Add SkNoDestructor<T> class to Skia." by John Stiles · 2 years, 4 months ago
  80. 8cdc720 Remove DSL usage from RTAdjust fixup code. by John Stiles · 2 years, 4 months ago
  81. 0ab8764 Update Skia Vulkan headers to 1.2.197 by Jim Van Verth · 2 years, 4 months ago
  82. c169cc0 Revert "Add support for decoding CICPs in Android" by Derek Sollenberger · 2 years, 4 months ago
  83. d85e872 Revert "Add SkNoDestructor<T> class to Skia." by Brian Osman · 2 years, 4 months ago
  84. 8c936fb Roll ANGLE from dd7eb1d8e8dc to c441206103b1 (22 revisions) by skia-autoroll · 2 years, 4 months ago
  85. bc55551 Roll Skia Infra from f76fc9bcab58 to 0d5474fe31ef (4 revisions) by skia-autoroll · 2 years, 4 months ago
  86. c1c01af Implement path rendering and advances for Fontations-backed SkTypeface by Dominik Röttsches · 2 years, 4 months ago
  87. 0d19ca6 Roll Dawn from 53e721afe0c5 to 569699725145 (13 revisions) by skia-autoroll · 2 years, 4 months ago
  88. 54b934e Roll SK Tool from 0d5474fe31ef to 56f5bfdeb042 by skia-autoroll · 2 years, 4 months ago
  89. 7c690c8 Roll SwiftShader from ecefa6c65969 to 9ebfb6b54814 (1 revision) by skia-autoroll · 2 years, 4 months ago
  90. ffe44f0 Add support for decoding CICPs in Android by Alec Mouri · 2 years, 4 months ago
  91. 9ba374e Roll vulkan-deps from c6eb70963cbd to 180f3708bf26 (7 revisions) by skia-autoroll · 2 years, 4 months ago
  92. 9989344 [bazel] Fix Android Vulkan build. by Leandro Lovisolo · 2 years, 4 months ago
  93. 2746d3a Small cleanups in underline and glyph code by Herb Derby · 2 years, 4 months ago
  94. 485cd3d Add SkNoDestructor<T> class to Skia. by John Stiles · 2 years, 4 months ago
  95. c9c802f Generate simpler code for sk_Clockwise in SPIR-V. by John Stiles · 2 years, 4 months ago
  96. bac819c Eliminate DSLBlock class. by John Stiles · 2 years, 4 months ago
  97. 082284f [base] Move SkSpinlock and SkSharedMutex to src/base by Kevin Lubick · 2 years, 4 months ago
  98. f28cc44 Eliminate most DSL statement support. by John Stiles · 2 years, 4 months ago
  99. eb78972 Simplify Perlin noise chained-if block. by John Stiles · 2 years, 4 months ago
  100. 7736fba Remove Bazel+Ganesh+Dawn builds from the CQ/CI by Kevin Lubick · 2 years, 4 months ago