1. 3603120 GPU support for SkColorFilters::HSLAMatrix by Florin Malita · 4 years, 9 months ago
  2. c95c4a6 Remove old SkSL JIT and cleanup include files a bit by Brian Osman · 4 years, 10 months ago
  3. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 4 years, 10 months ago
  4. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  5. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 5 years ago
  6. 37a59ef Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU" by Robert Phillips · 5 years ago
  7. 9050728 Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU by Brian Osman · 5 years ago
  8. e5c1f97 Pre-CL so I can prep Chrome for splitting up SkSL sources by Brian Osman · 5 years ago
  9. 08a8496 Interpreter: Simplify interface quite a bit. by Brian Osman · 5 years ago
  10. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  11. d6f3f18 Color matrix effect rewritten as .fp by Brian Salomon · 5 years ago
  12. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 5 years ago
  13. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 5 years ago
  14. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago
  15. 6041d31 Reland "SkMixerColorFilter GPU impl" by Florin Malita · 5 years ago
  16. c2949ec Revert "SkMixerColorFilter GPU impl" by Mike Reed · 5 years ago
  17. e80f7eb SkMixerColorFilter GPU impl by Florin Malita · 5 years ago
  18. 842d31b fixed Metal matrix constructors by Ethan Nicholas · 6 years ago
  19. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  20. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  21. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  22. 72535fb Reland "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Michael Ludwig · 6 years ago
  23. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  24. e2a801d Revert "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Brian Osman · 6 years ago
  25. f065907 Reland "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  26. 9461dcf Revert "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  27. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  28. a7914d3 Implement textured gradients by Michael Ludwig · 6 years ago
  29. 0495f7a Implement dual interval gradients by Michael Ludwig · 6 years ago
  30. 8f68508 Implement 2-pt conical gradient layout by Michael Ludwig · 6 years ago
  31. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  32. 4089df8 Implement radial gradient layout by Michael Ludwig · 6 years ago
  33. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  34. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  35. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  36. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  37. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  38. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  39. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  40. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  41. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  42. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  43. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  44. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  45. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  46. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  47. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  48. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  49. 8f7e28f added frexp support to SkSL by Ethan Nicholas · 6 years ago
  50. 18e7556 move blur impl into core by Mike Reed · 6 years ago
  51. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  52. 297d6ef converted GrRRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  53. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  54. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  55. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  56. 8dca18a converted GrAARectEffect to SkSL by Ethan Nicholas · 7 years ago
  57. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  58. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  59. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  60. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  61. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  62. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  63. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  64. 839872c converted GrConfigConversionEffect to SkSL by Ethan Nicholas · 7 years ago
  65. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  66. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  67. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  68. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  69. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  70. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  71. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  72. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  73. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  74. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  75. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  76. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  77. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  78. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  79. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  80. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  81. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  82. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  83. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  84. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  85. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  86. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  87. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  88. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 7 years ago
  89. a5fb615 Split SkSL and utils apart again into .gni files. by Mike Klein · 8 years ago