1. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  2. 92e4c7f Support input color argument to process() function in sksl .fp files by Michael Ludwig · 6 years ago
  3. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  4. cd700e9 Revert "Revert "added support for sk_Dimensions to SkSL"" by Ethan Nicholas · 6 years ago
  5. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  6. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  7. d74f2c8 After call 'va_start',some place not call 'va_end' by z102.zhang · 6 years ago
  8. f1b1464 fixed early return breaking things in .fp files by Ethan Nicholas · 6 years ago
  9. 929a681 SkSL coordTransform argument is now optional by Ethan Nicholas · 6 years ago
  10. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  11. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  12. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  13. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  14. 3c6ae62 cache SkSL headers by Ethan Nicholas · 6 years ago
  15. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  16. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  17. 5f9836e removed extraneous unused uniform handles for SkSL samplers by Ethan Nicholas · 7 years ago
  18. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  19. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  20. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  21. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  22. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  23. ef0c9fd fix skslc splitting escape sequences in half by Ethan Nicholas · 7 years ago
  24. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  25. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  26. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  27. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  28. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  29. 5b6e627 SkSL workaround for appendf 1024 byte restriction by Ethan Nicholas · 7 years ago
  30. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  31. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  32. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  33. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  34. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  35. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  36. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  37. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  38. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  39. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  40. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  41. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  42. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  43. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  44. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  45. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  46. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  47. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  48. ee33873 fixed skslc vec4 uniforms by Ethan Nicholas · 7 years ago
  49. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  50. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  51. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  52. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  53. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  54. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  55. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  56. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  57. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  58. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  59. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  60. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  61. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago