1. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 2 months ago
  2. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 2 months ago
  3. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 2 months ago
  4. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 2 months ago
  5. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 2 months ago
  6. 9861b7c Switch inline variables to use a counter by Michael Ludwig · 4 years, 2 months ago
  7. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 2 months ago
  8. 5081942 Optimize CPP code generation. by John Stiles · 4 years, 3 months ago
  9. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 3 months ago
  10. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 3 months ago
  11. e8ad02c Revert "Reland "Revert "Omit dead SkSL functions""" by Ethan Nicholas · 4 years, 3 months ago
  12. a15f2bf Reland "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 3 months ago
  13. fd1173a Revert "Revert "Omit dead SkSL functions"" by Ethan Nicholas · 4 years, 3 months ago
  14. 7c969f2 Revert "Omit dead SkSL functions" by Ethan Nicholas · 4 years, 3 months ago
  15. 97fe0cb Omit dead SkSL functions by Ethan Nicholas · 4 years, 3 months ago
  16. 70728ef Revert "Reland "Revert "SkSL function inlining""" by Ethan Nicholas · 4 years, 3 months ago
  17. 04ff61f Reland "Revert "SkSL function inlining"" by Ethan Nicholas · 4 years, 3 months ago
  18. 2dd272b Revert "Revert "SkSL function inlining"" by Ethan Nicholas · 4 years, 3 months ago
  19. 1b63b4a Revert "SkSL function inlining" by Robert Phillips · 4 years, 4 months ago
  20. b65024b SkSL function inlining by Ethan Nicholas · 4 years, 4 months ago
  21. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 5 months ago
  22. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 5 months ago
  23. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  24. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  25. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 6 months ago
  26. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 7 months ago
  27. b243b43 Make SkSL CPP code gen copy explicit coord status for cloned FPs by Brian Salomon · 4 years, 7 months ago
  28. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 7 months ago
  29. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 7 months ago
  30. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 7 months ago
  31. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 7 months ago
  32. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 8 months ago
  33. bf5c0c0 Fixed sampling non-SkSL FPs with coordinates by Brian Salomon · 4 years, 10 months ago
  34. 095f5b4 .fp files now support user-defined functions by Ethan Nicholas · 5 years ago
  35. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  36. 33c59ed added error check for invalid 'in' variables by Ethan Nicholas · 5 years ago
  37. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  38. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  39. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  40. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  41. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  42. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  43. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  44. 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 5 years ago
  45. 390f9bd Fix handling of SkSL nullable FPs by Florin Malita · 6 years ago
  46. ee1c8a7 Revert "Revert "SkSL now supports null child processors"" by Ethan Nicholas · 6 years ago
  47. bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 6 years ago
  48. 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 6 years ago
  49. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  50. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  51. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  52. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  53. 9094f2c Add fields to fragmentProcessors in sksl code. by Michael Ludwig · 6 years ago
  54. 1fc5fbd Reland "Redo how extra emit code flushing operates" with type fix. by Michael Ludwig · 6 years ago
  55. d044019 Revert "Redo how extra emit code flushing operates" by Michael Ludwig · 6 years ago
  56. 9b8181b Redo how extra emit code flushing operates by Michael Ludwig · 6 years ago
  57. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  58. 92e4c7f Support input color argument to process() function in sksl .fp files by Michael Ludwig · 6 years ago
  59. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  60. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  61. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  62. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  63. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  64. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  65. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  66. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  67. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  68. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  69. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  70. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  71. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  72. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  73. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  74. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  75. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  76. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  77. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  78. ee33873 fixed skslc vec4 uniforms by Ethan Nicholas · 7 years ago
  79. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  80. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  81. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  82. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  83. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  84. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  85. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  86. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  87. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  88. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  89. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  90. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  91. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago