1. 27f06eb Revert "Revert "Removed name string field from SkSLType"" by Ethan Nicholas · 3 years, 3 months ago
  2. 917fef7 Revert "Removed name string field from SkSLType" by Ethan Nicholas · 3 years, 3 months ago
  3. 2df03e6 Removed name string field from SkSLType by Ethan Nicholas · 3 years, 3 months ago
  4. bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 3 months ago
  5. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 3 months ago
  6. 251e634 Moved Array handling from convertIndexExpression into IndexExpression by Ethan Nicholas · 3 years, 3 months ago
  7. 7729e0a Add hints to slicing-constructor error messages. by John Stiles · 3 years, 4 months ago
  8. 010c0ec Allow swizzles on Boolean scalar expressions. by John Stiles · 3 years, 4 months ago
  9. 59ff4e2 Moved swizzle error checking into Swizzle::Convert by Ethan Nicholas · 3 years, 4 months ago
  10. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 4 months ago
  11. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 4 months ago
  12. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 4 months ago
  13. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  14. 26ecd06 Further reduced size of SkSLType by Ethan Nicholas · 3 years, 4 months ago
  15. 001461e Added SkSL Literal type by Ethan Nicholas · 3 years, 4 months ago
  16. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 4 months ago
  17. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 4 months ago
  18. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  19. 9b5e3c9 Pulled vectors out of SkSLType and made them pointers by Ethan Nicholas · 3 years, 4 months ago
  20. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  21. fbd9fae Migrate matrix-inversion code to a dedicated SkMatrixInvert file. by John Stiles · 3 years, 4 months ago
  22. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 5 months ago
  23. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 5 months ago
  24. eb01ac1 Fix issue uncovered by -Wrange-loop-analysis. by John Stiles · 3 years, 5 months ago
  25. 5c75e83 Moved Settings handling into SkSLFieldAccess by Ethan Nicholas · 3 years, 5 months ago
  26. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  27. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 5 months ago
  28. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 5 months ago
  29. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 5 months ago
  30. b603561 Switched SkSLSetting over to using StringFragment by Ethan Nicholas · 3 years, 5 months ago
  31. d5f9962 Switched SkSLSection over to use StringFragment by Ethan Nicholas · 3 years, 5 months ago
  32. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
  33. d774558 Implement compile-time optimization for mix(). by John Stiles · 3 years, 5 months ago
  34. 598c5e5 Implement compile-time optimization for matrixCompMult(). by John Stiles · 3 years, 5 months ago
  35. 12eb0ee Add a new Program input indicating that dFdy() is used. by John Stiles · 3 years, 5 months ago
  36. f9d1c15 Reorder intrinsics to match sksl_public. by John Stiles · 3 years, 5 months ago
  37. b0d93cc Detect out-of-range integer assignment. by John Stiles · 3 years, 5 months ago
  38. c43dc5e Implement compile-time optimization for cross(). by John Stiles · 3 years, 5 months ago
  39. e4ac484 Implement compile-time optimization for atan(). by John Stiles · 3 years, 5 months ago
  40. 3598129 Prevent overflow of integral types during constant-folding. by John Stiles · 3 years, 5 months ago
  41. 7377afb Add a bit-width field to SkSL types. by John Stiles · 3 years, 5 months ago
  42. b01c186 Implement compile-time optimization for inverse(). by John Stiles · 3 years, 5 months ago
  43. b205212 Use std:: versions of math functions. by John Stiles · 3 years, 5 months ago
  44. f47cfa8 Implement compile-time optimization for refract(). by John Stiles · 3 years, 5 months ago
  45. c3ff098 Implement compile-time optimization for pow(). by John Stiles · 3 years, 5 months ago
  46. 4ceccaf Implement compile-time optimization for reflect(). by John Stiles · 3 years, 5 months ago
  47. 7cfa1ce Implement compile-time optimization for faceforward(). by John Stiles · 3 years, 5 months ago
  48. 3ef2c61 Implement compile-time optimization for normalize(). by John Stiles · 3 years, 5 months ago
  49. 419d2ce Implement compile-time optimization for dot(). by John Stiles · 3 years, 5 months ago
  50. e1c2beb Implement compile-time optimization for distance(). by John Stiles · 3 years, 5 months ago
  51. f9c2323 Turn evaluate_intrinsic_(float1|bool1) into a template. by John Stiles · 3 years, 5 months ago
  52. 9b2baac Implement compile-time optimization for length(). by John Stiles · 3 years, 5 months ago
  53. e5240a2 Implement compile-time optimization for mod(). by John Stiles · 3 years, 5 months ago
  54. 4987c4a Implement compile-time optimization for smoothstep(). by John Stiles · 3 years, 5 months ago
  55. 017ffd7 Implement compile-time optimization for step(). by John Stiles · 3 years, 5 months ago
  56. 0727a80 Implement compile-time optimization for clamp(). by John Stiles · 3 years, 5 months ago
  57. 7f17d36 Implement compile-time optimization for min() and max(). by John Stiles · 3 years, 5 months ago
  58. 37cf46f Reduce code size by using std::function. by John Stiles · 3 years, 5 months ago
  59. 443fa19 Implement compile-time optimization for sqrt(constant). by John Stiles · 3 years, 5 months ago
  60. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 6 months ago
  61. 33ef30e Optimize remaining simple 1-argument intrinsics. by John Stiles · 3 years, 6 months ago
  62. 7bb100e Optimize not() intrinsic. by John Stiles · 3 years, 6 months ago
  63. edac771 Evaluate single-argument generic intrinsics at compile time. by John Stiles · 3 years, 6 months ago
  64. dabb289 Fold casts of known values at compile time. by John Stiles · 3 years, 6 months ago
  65. ffba524 Add variation of GetConstantValueForVariable which handles ownership. by John Stiles · 3 years, 6 months ago
  66. 115645e Evaluate various single-argument float intrinsics at compile time. by John Stiles · 3 years, 6 months ago
  67. 1dc2d0f Allow compile-time intrinsic evaluation to read const variables. by John Stiles · 3 years, 6 months ago
  68. a5f1697 Optimize intrinsic vector comparisons of constants. by John Stiles · 3 years, 6 months ago
  69. 28181e7 Optimize away intrinsics any() and all() when their inputs are known. by John Stiles · 3 years, 6 months ago
  70. f96cb71 Keep the intrinsic kind of a FunctionDefinition in its IRNode. by John Stiles · 3 years, 6 months ago
  71. 9837835 Optimize splat constructors containing const vars. by John Stiles · 3 years, 6 months ago
  72. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 6 months ago
  73. 0b82279 Remove the ModifiersPool argument to FunctionDeclaration::Convert. by John Stiles · 3 years, 6 months ago
  74. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  75. 722c83e Removed byte/ubyte types from SkSL by Ethan Nicholas · 3 years, 6 months ago
  76. 18607b4 Reland "Optimize away swizzles of constant variables." by John Stiles · 3 years, 6 months ago
  77. e26dcf5 Respect the result type during constant folding. by John Stiles · 3 years, 6 months ago
  78. a6cc82e Revert "Optimize away swizzles of constant variables." by John Stiles · 3 years, 6 months ago
  79. 7b253d3 Optimize away swizzles of constant variables. by John Stiles · 3 years, 6 months ago
  80. a94e026 Add Make factory method to VariableReference. by John Stiles · 3 years, 6 months ago
  81. 9121667 Remove DefinedExpression. by John Stiles · 3 years, 6 months ago
  82. 4d57111 Reland "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 6 months ago
  83. 00f3041 Revert "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 6 months ago
  84. bf9dff6 Switch deque to forward_list for memory use. by John Stiles · 3 years, 6 months ago
  85. 49b409e Simplify for init-stmts at the IR level. by John Stiles · 3 years, 6 months ago
  86. cc3d2d2 Runtime effects: Detect passthrough sample calls automatically by Brian Osman · 3 years, 7 months ago
  87. a0f7654 SkSL For statement now enforces correct initializer type by Ethan Nicholas · 3 years, 7 months ago
  88. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 7 months ago
  89. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 7 months ago
  90. d026156 Fix assertion when performing type-coercion with enums. by John Stiles · 3 years, 7 months ago
  91. 67e52cf Remove last vestiges of u_skRTWidth. by John Stiles · 3 years, 7 months ago
  92. 652e863 Remove redundant check for division-by-zero. by John Stiles · 3 years, 7 months ago
  93. 0f70197 Optimize Block in response to Pinpoint findings. by John Stiles · 3 years, 7 months ago
  94. b0ce42d Simplify some Constructor::Convert calls. by John Stiles · 3 years, 7 months ago
  95. d47330f Add support for struct constructors to SkSL. by John Stiles · 3 years, 7 months ago
  96. 8cad637 Rename composite constructors to compound constructors. by John Stiles · 3 years, 7 months ago
  97. 8317d0b Remove universal Constructor class. by John Stiles · 3 years, 7 months ago
  98. 268a73f Represent matrix casts with CompositeCast type. by John Stiles · 3 years, 7 months ago
  99. 2bec8ab Represent vector/matrix composition with the ConstructorComposite type. by John Stiles · 3 years, 7 months ago
  100. d986f47 Represent vector construction with ConstructorVector. by John Stiles · 3 years, 7 months ago