1. 87e3bef Reland "Switch runtime SkSL to always sample at explicit coords" by Brian Osman · 4 years, 8 months ago
  2. ab2f7c5 Reland "In GrSkSLFP, always use a coord transform" by Brian Osman · 4 years, 8 months ago
  3. 0a3c57f Ensure that ArithmeticFPInputs is fully initialized by Brian Osman · 4 years, 8 months ago
  4. 3225306 In SkRuntimeEffect, just use hash of SkSL as the ID by Brian Osman · 4 years, 8 months ago
  5. 9bfd595 In GrSkSLFP, store inputs as SkData. Tighten size checks. by Brian Osman · 4 years, 8 months ago
  6. fd7fd96 Revert "In GrSkSLFP, always use a coord transform" by Brian Osman · 4 years, 8 months ago
  7. 36d6c59 In GrSkSLFP, always use a coord transform by Brian Osman · 4 years, 8 months ago
  8. d4bf54e Revert "Switch runtime SkSL to always sample at explicit coords" by Brian Salomon · 4 years, 8 months ago
  9. b1e9971 Switch runtime SkSL to always sample at explicit coords by Brian Osman · 4 years, 9 months ago
  10. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  11. 300fe1d Use PipelineStageArgs throughout GrSkSLFP and PipelineStageCodeGenerator by Brian Osman · 4 years, 9 months ago
  12. f72dedd Expose the Input variable and Child name collections in SkRuntimeEffect by Brian Osman · 4 years, 9 months ago
  13. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 9 months ago
  14. 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 4 years, 9 months ago
  15. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  16. d927bd2 Runtime SkSL: Reflect inputs in SkRuntimeEffect by Brian Osman · 4 years, 10 months ago
  17. 2fe83fe Runtime SkSL: Disallow 'when', 'tracked', 'key', 'ctype' by Brian Osman · 4 years, 10 months ago
  18. 7b1678a Major refactor of runtime effects by Brian Osman · 4 years, 10 months ago
  19. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 4 years, 10 months ago
  20. f410794 Revert "When converting runtime SkSL to FP SkSL, use default settings" by Greg Daniel · 4 years, 10 months ago
  21. 48fcf36 When converting runtime SkSL to FP SkSL, use default settings by Brian Osman · 4 years, 10 months ago
  22. 3f9199a GrSkSLFP: "Kind" is always kPipelineStage by Brian Osman · 4 years, 10 months ago
  23. c937bc5 Improvements to uniform handling in runtime SkSL by Brian Osman · 4 years, 10 months ago
  24. 7f11fb5 Add mutex to guard GrSkSLFPFactoryCache accesses by Robert Phillips · 4 years, 10 months ago
  25. fc671ad Reland "Fixed some GrSkSLFP limitations." by Ethan Nicholas · 4 years, 11 months ago
  26. 056358a Revert "Fixed some GrSkSLFP limitations." by Ethan Nicholas · 4 years, 11 months ago
  27. 190157b Fixed some GrSkSLFP limitations. by Ethan Nicholas · 4 years, 11 months ago
  28. 7481a39 Enable asserts about 'in' and 'uniform' in GrSkSLFP and ByteCode by Brian Osman · 5 years ago
  29. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 5 years ago
  30. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 5 years ago
  31. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 5 years ago
  32. 801dd1b Minor SkSL cleanup by Brian Osman · 5 years ago
  33. 2e29ab5 added support for user-defined functions to GrSKSLFP by Brian Osman · 5 years ago
  34. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  35. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  36. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  37. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  38. 0f78174 add support for ctype=SkPMColor4f to GrSkSLFP by Ethan Nicholas · 5 years ago
  39. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  40. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  41. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  42. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  43. 0d99766 Revert "Reland "Revert "Reland "GPU support for SkMixers"""" by Ethan Nicholas · 6 years ago
  44. 1263889 Reland "Revert "Reland "GPU support for SkMixers""" by Robert Phillips · 6 years ago
  45. d3c9245 Revert "Revert "Reland "GPU support for SkMixers""" by Ethan Nicholas · 6 years ago
  46. c1c686b added support for half input variables in SkSL fragment processors by Ethan Nicholas · 6 years ago
  47. a6dd1eb Revert "Reland "GPU support for SkMixers"" by Mike Reed · 6 years ago
  48. c9822a1 Reland "GPU support for SkMixers" by Mike Reed · 6 years ago
  49. e6ebe74 Revert "GPU support for SkMixers" by Ethan Nicholas · 6 years ago
  50. 3f2d05e GPU support for SkMixers by Ethan Nicholas · 6 years ago
  51. 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 6 years ago
  52. a70693b Add support for runtime color filters written in SkSL. by Ethan Nicholas · 6 years ago
  53. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  54. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 6 years ago
  55. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  56. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  57. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 6 years ago
  58. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  59. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  60. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  61. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  62. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  63. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  64. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  65. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  66. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  67. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  68. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  69. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago