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