1. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 3 years, 2 months ago
  2. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 2 months ago
  3. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years, 3 months ago
  4. 5547866 Removed setErrorCount from SkSL ErrorReporter by Ethan Nicholas · 3 years, 3 months ago
  5. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 4 months ago
  6. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  7. 6823b50 Revert "Revert "Switched SkSL parser APIs from char* + length to string_view"" by Ethan Nicholas · 3 years, 5 months ago
  8. 85ed605 Revert "Switched SkSL parser APIs from char* + length to string_view" by Jorge Betancourt · 3 years, 5 months ago
  9. 2705cbf Switched SkSL parser APIs from char* + length to string_view by Ethan Nicholas · 3 years, 5 months ago
  10. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  11. 147cfda Allow function declarations to take (void). by John Stiles · 3 years, 5 months ago
  12. 1391170 More ctype cleanup in SkSL by Brian Osman · 3 years, 5 months ago
  13. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 5 months ago
  14. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  15. 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 6 months ago
  16. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 6 months ago
  17. 18a45b3 Reserve AST node space at the start of compilation. by John Stiles · 3 years, 7 months ago
  18. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 8 months ago
  19. dc4f8cd Add early_fragment_tests layout qualifier to SkSL by Brian Osman · 3 years, 8 months ago
  20. ba7ef32 SkSL: Simplify layout(key) by Brian Osman · 3 years, 8 months ago
  21. 4882e9a Remove specific blend mode layout qualifiers by Brian Osman · 3 years, 8 months ago
  22. 80b02af Fix assertion when arrays are double-declared. by John Stiles · 3 years, 9 months ago
  23. 8dabeac Improve error reporting for invalid var-decls. by John Stiles · 3 years, 9 months ago
  24. 76389b7 Fix fuzzer-discovered errors in SkSL parser. by John Stiles · 3 years, 9 months ago
  25. 8d3642e Add checkpointing functionality to the Parser. by John Stiles · 3 years, 9 months ago
  26. e0d0235 Remove obsolete reference to Flex lexer. by John Stiles · 3 years, 9 months ago
  27. 2630ea3 Disallow identifier names that overlap existing types. by John Stiles · 3 years, 11 months ago
  28. d39aec9 Remove multi-dimensional array support from the parser. by John Stiles · 3 years, 11 months ago
  29. 9ea48e3 Disallow multi-dimensional arrays in SkSL. by John Stiles · 3 years, 11 months ago
  30. 6bef6a7 Fix flipped array dimensions in SkSL. by John Stiles · 4 years ago
  31. 3b20936 Code cleanup: remove macros from AST node creation. by John Stiles · 4 years ago
  32. ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 4 years ago
  33. 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 4 years ago
  34. a2d6b31 Additional SkSL benches by Ethan Nicholas · 4 years ago
  35. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  36. c18bb51 SkSL include files are now stored in a binary format by Ethan Nicholas · 4 years, 3 months ago
  37. b32d66b Add layout(srgb_unpremul) to SkSL by Brian Osman · 4 years, 6 months ago
  38. f59a961 Add layout(marker) to SkSL by Brian Osman · 4 years, 7 months ago
  39. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 9 months ago
  40. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 9 months ago
  41. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 9 months ago
  42. 0c8582e fixed internal error when parsing invalid SkSL code by Ethan Nicholas · 5 years ago
  43. 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
  44. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  45. eca66b3 SkVector4 as ctype for half4 by Brian Salomon · 5 years ago
  46. 65e49ba added support for SkMatrix44 ctype by Ethan Nicholas · 5 years ago
  47. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  48. c1c686b added support for half input variables in SkSL fragment processors by Ethan Nicholas · 6 years ago
  49. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  50. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  51. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  52. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  53. 140f3da Revert "Fix leak in SkSLParser" by Brian Salomon · 6 years ago
  54. e82ef48 Fix leak in SkSLParser by Brian Salomon · 6 years ago
  55. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  56. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  57. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  58. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  59. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  60. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  61. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  62. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  63. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  64. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  65. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  66. 634624a Micro optimizations to SkSL parser by Brian Osman · 7 years ago
  67. 08b79b7 reduced number of string copies in SkSL parser by Ethan Nicholas · 7 years ago
  68. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  69. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  70. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  71. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  72. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  73. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  74. 0c9d13b Minor sksl parser cleanup by Ethan Nicholas · 7 years ago
  75. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  76. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  77. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  78. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
  79. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
  80. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 8 years ago
  81. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  82. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  83. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  84. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  85. 3614d9a improved performance of parsing SkSLLayout flags by Ethan Nicholas · 8 years ago
  86. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  87. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  88. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  89. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  90. cad6416 Added skslc parse recursion limit by ethannicholas · 8 years ago
  91. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  92. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  93. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  94. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  95. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  96. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  97. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  98. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  99. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  100. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago