1. 8da1e65 restructured SkSL include files by Ethan Nicholas · 5 years ago
  2. 91164d1 added external value support to SkSL interpreter by Ethan Nicholas · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. 1400382 Delete SkSL::Compiler copy constructor and assignment operator by Brian Osman · 5 years ago
  5. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 6 years ago
  6. 4100b7c added SK_API to SkSK::Compiler by Ethan Nicholas · 6 years ago
  7. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  8. cd700e9 Revert "Revert "added support for sk_Dimensions to SkSL"" by Ethan Nicholas · 6 years ago
  9. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  10. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  11. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  12. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  13. b8eeb80 added integration for non-moltenvk use of SkSLC MSL generator by Timothy Liang · 6 years ago
  14. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  15. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  16. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  17. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  18. 3c6ae62 cache SkSL headers by Ethan Nicholas · 6 years ago
  19. eab2baa added sk_LastFragColor by Ethan Nicholas · 6 years ago
  20. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  21. 9eded2c switched SPIR-V vertexid to vertexindex by Ethan Nicholas · 7 years ago
  22. 16c1196 fix SkSL SPIR-V geometry shaders' entry point declaration by Ethan Nicholas · 7 years ago
  23. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  24. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  25. e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
  26. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  27. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  28. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  29. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  30. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  31. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  32. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  33. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  34. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  35. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  36. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  37. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  38. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  39. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  40. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  41. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  42. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  43. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  44. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  45. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  46. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  47. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  48. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  49. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  50. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  51. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  52. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  53. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  54. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 8 years ago
  55. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  56. a51740c added support for sk_VertexID by Ethan Nicholas · 8 years ago
  57. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  58. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  59. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  60. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  61. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  62. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  63. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  64. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  65. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  66. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  67. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  68. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  69. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  70. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  71. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  72. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  73. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  74. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  75. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  76. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  77. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  78. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  79. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  80. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  81. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  82. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  83. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  84. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  86. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  87. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  88. 9b0fe3d Turned on SkSL->GLSL compiler 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. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago