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