1. bded42a Split :tests into :test and :tests. by Ben Wagner · 3 years, 9 months ago
  2. 1d60c19 Rename SkDisplacementMapEffect to SkDisplacementMapImageFilter by Michael Ludwig · 3 years, 9 months ago
  3. 2fe67f9 Disallow initializers on uniform variables by Brian Osman · 3 years, 9 months ago
  4. b41a1f9 Add runtime effect test for global variables by Brian Osman · 3 years, 9 months ago
  5. 6e2dccb Runtime Effects: Disallow all operators on arrays or arrays-in-structs by Brian Osman · 3 years, 9 months ago
  6. bf43df6 Delete compose image filter header by Michael Ludwig · 3 years, 9 months ago
  7. 2478c70 Use current variation position in cloning typeface. by Ben Wagner · 3 years, 9 months ago
  8. ed76e81 Reenable Wdeprecated-copy-dtor by Brian Salomon · 3 years, 10 months ago
  9. 72140a9 Delete deprecated color filter image filter header by Michael Ludwig · 3 years, 9 months ago
  10. 92d83b7 Add test to demonstrate out-param semantics violation. by John Stiles · 3 years, 9 months ago
  11. 7a2ff98 clean up SK_SUPPORT_LEGACY_RUNTIME_EFFECTS by Mike Klein · 3 years, 9 months ago
  12. 80b02af Fix assertion when arrays are double-declared. by John Stiles · 3 years, 9 months ago
  13. 8dabeac Improve error reporting for invalid var-decls. by John Stiles · 3 years, 9 months ago
  14. 6c3b23f SkSL: Ensure struct declarations contain at least one member by Brian Osman · 3 years, 9 months ago
  15. b604452 Delete deprecated blur filter header by Michael Ludwig · 3 years, 9 months ago
  16. 691a794 Support COLRv1 color fonts by Dominik Röttsches · 3 years, 9 months ago
  17. 820921e Rename SkXfermodeImageFilter to SkBlendImageFilter by Michael Ludwig · 3 years, 9 months ago
  18. 570506d Added DSL FP codeAppend function. by Ethan Nicholas · 3 years, 9 months ago
  19. d2fded8 Delete deprecated arithmetic filter header by Michael Ludwig · 3 years, 9 months ago
  20. 5693e5c Reland "Delete deprecated alpha threshold header" by Michael Ludwig · 3 years, 9 months ago
  21. 0ac6c15 Reduce self-assignment expressions (`x = x`) into just `x`. by John Stiles · 3 years, 9 months ago
  22. b8c0dab Add UWP support by James Clarke · 3 years, 9 months ago
  23. a0e407d Add SkSL test for matrix equality/inequality operators. by John Stiles · 3 years, 9 months ago
  24. 140adc6 Revert "Delete deprecated alpha threshold header" by Michael Ludwig · 3 years, 9 months ago
  25. 9e2c50e Revert "Remove deferred proxy machinery" by Adlai Holler · 3 years, 9 months ago
  26. ec04e06 Drop AA on quads that are extremely thin before AA insetting/outsetting. by Brian Salomon · 3 years, 9 months ago
  27. 5441188 Delete deprecated alpha threshold header by Michael Ludwig · 3 years, 9 months ago
  28. 62b039b Add .stage output to skslc for runtime effects by Brian Osman · 3 years, 9 months ago
  29. 34c098d Add SkSL test demonstrating missed optimization with +=. by John Stiles · 3 years, 9 months ago
  30. af1d193 Remove old GrVkBuffer class and rename Buffer2 to Buffer. by Greg Daniel · 3 years, 9 months ago
  31. e8a2492 Migrate DefinitionMap logic to its own class. by John Stiles · 3 years, 9 months ago
  32. a43d583 Convert stroke tessellation to using GrVertexWriter by Chris Dalton · 3 years, 9 months ago
  33. 5af72c1 Move mesh buffers over to new vulkan buffer class. by Greg Daniel · 3 years, 9 months ago
  34. a6a3d05 Add a writer class for indirect draw commands by Chris Dalton · 3 years, 9 months ago
  35. 2e967df Reland "Switch vulkan transfer buffers to new buffer class." by Greg Daniel · 3 years, 9 months ago
  36. a3987cc Remove deferred proxy machinery by Adlai Holler · 3 years, 9 months ago
  37. c2c1b0c Migrate some SkSL swizzle tests to dm. by John Stiles · 3 years, 9 months ago
  38. 1d62221 Hide (unused) SkDrawLooper by Mike Reed · 3 years, 9 months ago
  39. 0018501 Create SkSLOperators, centralize functionality by Brian Osman · 3 years, 9 months ago
  40. 393debc Revert "Switch vulkan transfer buffers to new buffer class." by Greg Daniel · 3 years, 9 months ago
  41. c0f9815 Added detection for non-constant-folded divide by zero errors in SkSL. by Ethan Nicholas · 3 years, 9 months ago
  42. 2d4c329 Switch vulkan transfer buffers to new buffer class. by Greg Daniel · 3 years, 9 months ago
  43. d437478 Migrate even more SkSL tests to run in dm. by John Stiles · 3 years, 9 months ago
  44. 2847d07 Undo legacy high-quality hack by Mike Reed · 3 years, 9 months ago
  45. 05007df Rename GrStrokeOp -> GrStrokeTessellateOp by Chris Dalton · 3 years, 9 months ago
  46. 2224100 Create an abstract GrStrokeTessellator class by Chris Dalton · 3 years, 9 months ago
  47. e609598 Reject array-typed vardecls and array ctors in strict ES2 mode. by John Stiles · 3 years, 9 months ago
  48. 8eb119a Move uniform buffers over to new vulkan buffer class. by Greg Daniel · 3 years, 9 months ago
  49. ecd2036 Migrate more SkSL tests to run in dm. by John Stiles · 3 years, 9 months ago
  50. 248f57b Reject array constructors with the wrong number of elements. by John Stiles · 3 years, 9 months ago
  51. 56233d1 Migrate matrix SkSL test to dm. by John Stiles · 3 years, 9 months ago
  52. 87d784f Add new GrVkBuffer class to merge all types in one. by Greg Daniel · 3 years, 9 months ago
  53. 5a956ce Add more dm tests for the comma operator. by John Stiles · 3 years, 9 months ago
  54. 58a7d85 Opt into new matrix imagefilter api by Mike Reed · 3 years, 9 months ago
  55. c3bb9e3 add Start/EndFragmentProcessor to DSLWriter by Ethan Nicholas · 3 years, 9 months ago
  56. 3d2291c Reland "Remove unneeded flags for flutter" by Mike Reed · 3 years, 9 months ago
  57. 931cad1 Update function-type-matching tests to work as Runtime Effects. by John Stiles · 3 years, 9 months ago
  58. 2bf7d6f Revert "Remove unneeded flags for flutter" by Mike Reed · 3 years, 9 months ago
  59. 5c6c3be Remove unneeded flags for flutter by Mike Reed · 3 years, 9 months ago
  60. 9fc9b87 Add bool2/bool3/bool4 to GrSLType. by John Stiles · 3 years, 9 months ago
  61. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 3 years, 9 months ago
  62. c068a8f Update various shared/ tests to run in dm. by John Stiles · 3 years, 9 months ago
  63. 21d2b6a Use unsigned values when constant-folding integer vectors by Brian Osman · 3 years, 9 months ago
  64. c27273a Revert "Add missing Gr headers to GN file." by Greg Daniel · 3 years, 9 months ago
  65. 84d884a Revert "Revert "Reland "Add particle GMs""" by Brian Osman · 3 years, 9 months ago
  66. 3b82040 Add missing Gr headers to GN file. by John Stiles · 3 years, 9 months ago
  67. 2ff8f86 Run the SkSL Operators test as a Runtime Effect. by John Stiles · 3 years, 9 months ago
  68. ecdfc03 Add DSL headers to GN files. by John Stiles · 3 years, 9 months ago
  69. 94e72b9 Add test to verify side effects from the comma operator. by John Stiles · 3 years, 9 months ago
  70. 29e521c Revert "Initial support for DSL FPs" by Greg Daniel · 3 years, 9 months ago
  71. c48a23d Initial support for DSL FPs by Ethan Nicholas · 3 years, 9 months ago
  72. ad8ce4d Revert "Reland "Add particle GMs"" by Brian Osman · 3 years, 9 months ago
  73. 9c9f60c Implement additional Runtime Effect intrinsic tests. by John Stiles · 3 years, 9 months ago
  74. e1658b5 Reland "Add some SkSL intrinsics to our dm tests." by John Stiles · 3 years, 9 months ago
  75. 2266380 Remove some ableist language from infra parts by Kevin Lubick · 3 years, 9 months ago
  76. cdd852b Reland "Add particle GMs" by Brian Osman · 3 years, 9 months ago
  77. b576168 Revert "Add some SkSL intrinsics to our dm tests." by John Stiles · 3 years, 9 months ago
  78. 6f3243c Add staging flags to flutter by Mike Reed · 3 years, 9 months ago
  79. 3b01242 Revert "Add particle GMs" by Mike Reed · 3 years, 9 months ago
  80. f3274e0 Add particle GMs by Brian Osman · 3 years, 10 months ago
  81. 0492a74 Add some SkSL intrinsics to our dm tests. by John Stiles · 3 years, 9 months ago
  82. da5cdf6 Add default uniform binding value for Metal/SPIR-V. by John Stiles · 3 years, 9 months ago
  83. ebb37e7 Rewrite GrPathTessellateOp as GrPathInnerTriangulateOp by Chris Dalton · 3 years, 10 months ago
  84. bf7b4b8 Add SkSL test for functions that operate on structs by Brian Osman · 3 years, 10 months ago
  85. 00fea5b Remove ASTNode::TypeData by Brian Osman · 3 years, 9 months ago
  86. 1ff7609 Added SkSL DSLFunction by Ethan Nicholas · 3 years, 9 months ago
  87. b03f4a1 Rename GrPathStencilFillOp -> GrTessellatingStencilFillOp by Chris Dalton · 3 years, 10 months ago
  88. ed552f8 Move deprecated image filter headers out of include/ and into src/ by Michael Ludwig · 3 years, 10 months ago
  89. b7f5e1b Fix SkSL test compilation on Windows. by John Stiles · 3 years, 10 months ago
  90. 4d6310a Support half4 return values from main() in the SPIR-V code generator. by John Stiles · 3 years, 10 months ago
  91. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 3 years, 10 months ago
  92. be1084b Reland "Write pixels goes through GrRenderTask system." by Brian Salomon · 3 years, 10 months ago
  93. 70a0d2c Rewrite GrPathTessellateOp without inner fan triangulation by Chris Dalton · 3 years, 10 months ago
  94. 0ecfdea Add SkSL unit test for unbraced blocks that optimize away. by John Stiles · 3 years, 10 months ago
  95. 1eea1ea Revert "Write pixels goes through GrRenderTask system." by Brian Salomon · 3 years, 10 months ago
  96. 27efe6c Write pixels goes through GrRenderTask system. by Brian Salomon · 3 years, 10 months ago
  97. e3a91cf Fix fuzzer-discovered error with variable scoping. by John Stiles · 3 years, 10 months ago
  98. dac139a Add unit test for control statements in for loops. by John Stiles · 3 years, 10 months ago
  99. 7add07f Add unit test for control statements in while loops. by John Stiles · 3 years, 10 months ago
  100. 798021a Add unit test for control statements in do-while loop. by John Stiles · 3 years, 10 months ago