1. 8d11654 Hid SkSLContext error reporter behind an accessor by Ethan Nicholas · 3 years, 2 months ago
  2. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 2 months ago
  3. bcc64a8 Reduce template usage in evaluate-n-way-intrinsic. by John Stiles · 3 years, 2 months ago
  4. 3a16d00 Reduce template usage in optimize-comparison. by John Stiles · 3 years, 2 months ago
  5. b0074aa Reduce template usage in vector-coalesce functionality. by John Stiles · 3 years, 2 months ago
  6. 9506c34 Factor out array-naming to a helper function. by John Stiles · 3 years, 2 months ago
  7. b493175 Fix copy-paste type confusion in BoolLiteral. by John Stiles · 3 years, 2 months ago
  8. e07c8fc Fix Type::clone to properly clone typenames. by John Stiles · 3 years, 2 months ago
  9. 0cac5ed Use scopes to attach and detach SkSL memory pools. by John Stiles · 3 years, 2 months ago
  10. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 2 months ago
  11. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 2 months ago
  12. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 2 months ago
  13. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 2 months ago
  14. addccaf Enable narrowing conversions automatically for Runtime Effects. by John Stiles · 3 years, 3 months ago
  15. 60dbf07 Allow ProgramUsage add/remove for any kind of element. by John Stiles · 3 years, 3 months ago
  16. 3533ff1 Converted InterfaceBlock name to string_view by Ethan Nicholas · 3 years, 3 months ago
  17. d340042 Fix assertion when swizzling literals. by John Stiles · 3 years, 3 months ago
  18. 27f06eb Revert "Revert "Removed name string field from SkSLType"" by Ethan Nicholas · 3 years, 3 months ago
  19. 917fef7 Revert "Removed name string field from SkSLType" by Ethan Nicholas · 3 years, 3 months ago
  20. 2df03e6 Removed name string field from SkSLType by Ethan Nicholas · 3 years, 3 months ago
  21. bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 3 months ago
  22. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 3 months ago
  23. 251e634 Moved Array handling from convertIndexExpression into IndexExpression by Ethan Nicholas · 3 years, 3 months ago
  24. 7729e0a Add hints to slicing-constructor error messages. by John Stiles · 3 years, 3 months ago
  25. 010c0ec Allow swizzles on Boolean scalar expressions. by John Stiles · 3 years, 3 months ago
  26. 59ff4e2 Moved swizzle error checking into Swizzle::Convert by Ethan Nicholas · 3 years, 3 months ago
  27. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 3 months ago
  28. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 3 months ago
  29. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 3 months ago
  30. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  31. 26ecd06 Further reduced size of SkSLType by Ethan Nicholas · 3 years, 3 months ago
  32. 001461e Added SkSL Literal type by Ethan Nicholas · 3 years, 3 months ago
  33. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 3 months ago
  34. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 3 months ago
  35. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  36. 9b5e3c9 Pulled vectors out of SkSLType and made them pointers by Ethan Nicholas · 3 years, 4 months ago
  37. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  38. fbd9fae Migrate matrix-inversion code to a dedicated SkMatrixInvert file. by John Stiles · 3 years, 4 months ago
  39. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 4 months ago
  40. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 4 months ago
  41. eb01ac1 Fix issue uncovered by -Wrange-loop-analysis. by John Stiles · 3 years, 4 months ago
  42. 5c75e83 Moved Settings handling into SkSLFieldAccess by Ethan Nicholas · 3 years, 4 months ago
  43. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 4 months ago
  44. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 4 months ago
  45. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 4 months ago
  46. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 4 months ago
  47. b603561 Switched SkSLSetting over to using StringFragment by Ethan Nicholas · 3 years, 4 months ago
  48. d5f9962 Switched SkSLSection over to use StringFragment by Ethan Nicholas · 3 years, 4 months ago
  49. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 4 months ago
  50. d774558 Implement compile-time optimization for mix(). by John Stiles · 3 years, 5 months ago
  51. 598c5e5 Implement compile-time optimization for matrixCompMult(). by John Stiles · 3 years, 5 months ago
  52. 12eb0ee Add a new Program input indicating that dFdy() is used. by John Stiles · 3 years, 5 months ago
  53. f9d1c15 Reorder intrinsics to match sksl_public. by John Stiles · 3 years, 5 months ago
  54. b0d93cc Detect out-of-range integer assignment. by John Stiles · 3 years, 5 months ago
  55. c43dc5e Implement compile-time optimization for cross(). by John Stiles · 3 years, 5 months ago
  56. e4ac484 Implement compile-time optimization for atan(). by John Stiles · 3 years, 5 months ago
  57. 3598129 Prevent overflow of integral types during constant-folding. by John Stiles · 3 years, 5 months ago
  58. 7377afb Add a bit-width field to SkSL types. by John Stiles · 3 years, 5 months ago
  59. b01c186 Implement compile-time optimization for inverse(). by John Stiles · 3 years, 5 months ago
  60. b205212 Use std:: versions of math functions. by John Stiles · 3 years, 5 months ago
  61. f47cfa8 Implement compile-time optimization for refract(). by John Stiles · 3 years, 5 months ago
  62. c3ff098 Implement compile-time optimization for pow(). by John Stiles · 3 years, 5 months ago
  63. 4ceccaf Implement compile-time optimization for reflect(). by John Stiles · 3 years, 5 months ago
  64. 7cfa1ce Implement compile-time optimization for faceforward(). by John Stiles · 3 years, 5 months ago
  65. 3ef2c61 Implement compile-time optimization for normalize(). by John Stiles · 3 years, 5 months ago
  66. 419d2ce Implement compile-time optimization for dot(). by John Stiles · 3 years, 5 months ago
  67. e1c2beb Implement compile-time optimization for distance(). by John Stiles · 3 years, 5 months ago
  68. f9c2323 Turn evaluate_intrinsic_(float1|bool1) into a template. by John Stiles · 3 years, 5 months ago
  69. 9b2baac Implement compile-time optimization for length(). by John Stiles · 3 years, 5 months ago
  70. e5240a2 Implement compile-time optimization for mod(). by John Stiles · 3 years, 5 months ago
  71. 4987c4a Implement compile-time optimization for smoothstep(). by John Stiles · 3 years, 5 months ago
  72. 017ffd7 Implement compile-time optimization for step(). by John Stiles · 3 years, 5 months ago
  73. 0727a80 Implement compile-time optimization for clamp(). by John Stiles · 3 years, 5 months ago
  74. 7f17d36 Implement compile-time optimization for min() and max(). by John Stiles · 3 years, 5 months ago
  75. 37cf46f Reduce code size by using std::function. by John Stiles · 3 years, 5 months ago
  76. 443fa19 Implement compile-time optimization for sqrt(constant). by John Stiles · 3 years, 5 months ago
  77. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 5 months ago
  78. 33ef30e Optimize remaining simple 1-argument intrinsics. by John Stiles · 3 years, 5 months ago
  79. 7bb100e Optimize not() intrinsic. by John Stiles · 3 years, 5 months ago
  80. edac771 Evaluate single-argument generic intrinsics at compile time. by John Stiles · 3 years, 5 months ago
  81. dabb289 Fold casts of known values at compile time. by John Stiles · 3 years, 5 months ago
  82. ffba524 Add variation of GetConstantValueForVariable which handles ownership. by John Stiles · 3 years, 5 months ago
  83. 115645e Evaluate various single-argument float intrinsics at compile time. by John Stiles · 3 years, 5 months ago
  84. 1dc2d0f Allow compile-time intrinsic evaluation to read const variables. by John Stiles · 3 years, 5 months ago
  85. a5f1697 Optimize intrinsic vector comparisons of constants. by John Stiles · 3 years, 5 months ago
  86. 28181e7 Optimize away intrinsics any() and all() when their inputs are known. by John Stiles · 3 years, 5 months ago
  87. f96cb71 Keep the intrinsic kind of a FunctionDefinition in its IRNode. by John Stiles · 3 years, 5 months ago
  88. 9837835 Optimize splat constructors containing const vars. by John Stiles · 3 years, 5 months ago
  89. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 5 months ago
  90. 0b82279 Remove the ModifiersPool argument to FunctionDeclaration::Convert. by John Stiles · 3 years, 6 months ago
  91. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  92. 722c83e Removed byte/ubyte types from SkSL by Ethan Nicholas · 3 years, 6 months ago
  93. 18607b4 Reland "Optimize away swizzles of constant variables." by John Stiles · 3 years, 6 months ago
  94. e26dcf5 Respect the result type during constant folding. by John Stiles · 3 years, 6 months ago
  95. a6cc82e Revert "Optimize away swizzles of constant variables." by John Stiles · 3 years, 6 months ago
  96. 7b253d3 Optimize away swizzles of constant variables. by John Stiles · 3 years, 6 months ago
  97. a94e026 Add Make factory method to VariableReference. by John Stiles · 3 years, 6 months ago
  98. 9121667 Remove DefinedExpression. by John Stiles · 3 years, 6 months ago
  99. 4d57111 Reland "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 6 months ago
  100. 00f3041 Revert "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 6 months ago