1. e0d9b86 impl SkRuntimeColorFilter::getFlags() by Mike Klein · 3 years, 6 months ago
  2. 1f19ce2 Reland "Remove deprecated form of SkRuntimeEffect::Make." by John Stiles · 3 years, 6 months ago
  3. 8e756f3 Support structs in runtime effects by Brian Osman · 3 years, 6 months ago
  4. e89b50a Android roll broke with a compilation error: by Stan Iliev · 3 years, 6 months ago
  5. 1cda194 Remove deprecated form of SkRuntimeEffect::Make. by John Stiles · 3 years, 6 months ago
  6. 827f8c0 support skvm fallback for single color filtering by Mike Klein · 3 years, 7 months ago
  7. 9e1cedd Add generic uniform setter function to SkRuntimeShaderBuilder by Derek Sollenberger · 3 years, 7 months ago
  8. 7ce1751 Split apart SkRuntimeInvalid tests into multiple functions. by John Stiles · 3 years, 7 months ago
  9. 977feec Add .rte -> .skvm unit test framework by Brian Osman · 3 years, 8 months ago
  10. f2876b0 SkSL: Only allow 'discard' in fragment shaders by Brian Osman · 3 years, 8 months ago
  11. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 8 months ago
  12. b4ce944 Runtime effects: Fix error when mutating main's coords by Brian Osman · 3 years, 9 months ago
  13. 24c1852 Make runtime effect error tests simpler / more explicit by Brian Osman · 3 years, 9 months ago
  14. b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 3 years, 10 months ago
  15. 3331641 Allow public SkSL to return vec4 (aka float4) by Brian Osman · 3 years, 10 months ago
  16. 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 3 years, 10 months ago
  17. bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 3 years, 10 months ago
  18. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 3 years, 10 months ago
  19. f1319c3 Add GLSL type aliases for SkRuntimeEffect SkSL by Brian Osman · 3 years, 10 months ago
  20. 8e2ef02 Support variables in the intrinsic map, clone them into Programs by Brian Osman · 3 years, 11 months ago
  21. 0acb5b5 Allow casting to lower precision types in runtime effects by Brian Osman · 4 years ago
  22. b6bd0d2 Make SkRuntimeShaderBuilder safe for reuse by Brian Osman · 4 years ago
  23. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years ago
  24. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years ago
  25. e12939f Unit tests for runtime effect SkSL errors found later in compilation by Brian Osman · 4 years ago
  26. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years ago
  27. 269b21c SkRuntimeEffect: Apply uniform transforms in color filters, too by Brian Osman · 4 years, 1 month ago
  28. 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 4 years, 1 month ago
  29. 8232900 SkSL: Disallow fragmentProcessor variables in several places by Brian Osman · 4 years, 1 month ago
  30. e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 1 month ago
  31. b5f0f52 SkSL: Salt inline identifiers in PipelineStage and FragmentProcessor passes by Brian Osman · 4 years, 1 month ago
  32. 6241961 Add several more unit tests of runtime effects by Brian Osman · 4 years, 1 month ago
  33. 182c92e Catch SkRuntimeEffects w/o "main" earlier by Brian Osman · 4 years, 1 month ago
  34. e64ae86 Rearrange logic in SkRuntimeEffect::Make by Brian Osman · 4 years, 1 month ago
  35. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  36. 5aaaeea Supply device and local coords to SkShader_Base::onProgram by Brian Osman · 4 years, 2 months ago
  37. 22534f2 Expose sk_FragCoord for runtime effects by Michael Ludwig · 4 years, 3 months ago
  38. 5e6b3cd Store float value for settings in SkSL v2 by Michael Ludwig · 4 years, 3 months ago
  39. d9bde07 Add SkRuntimeShaderBuilder, clean up SkRuntimeEffect API a bit by Brian Osman · 4 years, 4 months ago
  40. 5f6b41e Runtime effects: Detect calls to undefined functions by Brian Osman · 4 years, 6 months ago
  41. 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 4 years, 7 months ago
  42. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 7 months ago
  43. 504032e SkRuntimeEffect: Fix 'in' variables in CPU backend by Brian Osman · 4 years, 8 months ago
  44. f72dedd Expose the Input variable and Child name collections in SkRuntimeEffect by Brian Osman · 4 years, 8 months ago
  45. 8783b78 Add a few more SkRuntimeEffect unit tests by Brian Osman · 4 years, 8 months ago
  46. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 8 months ago
  47. 82d4970 More SkRuntimeEffect tests by Brian Osman · 4 years, 8 months ago
  48. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 8 months ago