1. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  2. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  3. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  4. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  5. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  6. 3b83afe Try again to fix leak of SkSL parser map when built standalone by Brian Salomon · 6 years ago
  7. 140f3da Revert "Fix leak in SkSLParser" by Brian Salomon · 6 years ago
  8. e82ef48 Fix leak in SkSLParser by Brian Salomon · 6 years ago
  9. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  10. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  11. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  12. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  13. 371e29c fix switch fallthrough warning by Ethan Nicholas · 6 years ago
  14. 39204fd added SkSL support for all blend mode layouts by Ethan Nicholas · 7 years ago
  15. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  16. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  17. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  18. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  19. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  20. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  21. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  22. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  23. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  24. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  25. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  26. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  27. 634624a Micro optimizations to SkSL parser by Brian Osman · 7 years ago
  28. 08b79b7 reduced number of string copies in SkSL parser by Ethan Nicholas · 7 years ago
  29. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  30. 746e263 Move all Linux GCE bots to Debian by Eric Boren · 7 years ago
  31. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  32. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  33. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  34. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  35. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  36. 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 7 years ago
  37. 0c9d13b Minor sksl parser cleanup by Ethan Nicholas · 7 years ago
  38. 0dd30d9 sksl support for buffer blocks by Ethan Nicholas · 7 years ago
  39. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  40. 9442194 skslc now uses a more recent version of Flex by Ethan Nicholas · 7 years ago
  41. c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 7 years ago
  42. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  43. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  44. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  45. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  46. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  47. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 7 years ago
  48. af19769 Re-land of skslc switch support by Ethan Nicholas · 7 years ago
  49. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 7 years ago
  50. 2b1e468 skslc switch support by Ethan Nicholas · 7 years ago
  51. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  52. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  53. 3614d9a improved performance of parsing SkSLLayout flags by Ethan Nicholas · 8 years ago
  54. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  55. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  56. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  57. 8ac838d added support for push_constant layout by ethannicholas · 8 years ago
  58. 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
  59. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  60. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  61. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  62. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  63. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  64. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  65. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  66. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  67. 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
  68. cad6416 Added skslc parse recursion limit by ethannicholas · 8 years ago
  69. 5638052 Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ ) by benjaminwagner · 8 years ago
  70. cffaa70 Reduced skslc memory consumption by ethannicholas · 8 years ago
  71. dd4645b another SkSL crash fix by ethannicholas · 8 years ago
  72. a54401d fix skslc crashes uncovered by fuzz testing by ethannicholas · 8 years ago
  73. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  74. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  75. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  76. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  77. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  78. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  79. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  80. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  81. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  82. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  83. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  84. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  86. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  87. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
  88. 0730be7 minor SkSL changes to avoid compiler errors in Chromium by ethannicholas · 8 years ago
  89. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  90. d598f79 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  91. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 8 years ago
  92. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  93. 8e5a588 fix for Clang 3.8 warning in SkSL by ethannicholas · 8 years ago
  94. 69a7e7c fixed SkSL memory leak by ethannicholas · 8 years ago
  95. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago