1. 87e3bef Reland "Switch runtime SkSL to always sample at explicit coords" by Brian Osman · 4 years, 6 months ago
  2. d4bf54e Revert "Switch runtime SkSL to always sample at explicit coords" by Brian Salomon · 4 years, 6 months ago
  3. b1e9971 Switch runtime SkSL to always sample at explicit coords by Brian Osman · 4 years, 6 months ago
  4. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 6 months ago
  5. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 6 months ago
  6. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 6 months ago
  7. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 6 months ago
  8. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 6 months ago
  9. 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 4 years, 7 months ago
  10. db80f69 SkSL now supports functions defined in sksl_gpu.inc by Ethan Nicholas · 4 years, 8 months ago
  11. fc671ad Reland "Fixed some GrSkSLFP limitations." by Ethan Nicholas · 4 years, 8 months ago
  12. 056358a Revert "Fixed some GrSkSLFP limitations." by Ethan Nicholas · 4 years, 8 months ago
  13. 190157b Fixed some GrSkSLFP limitations. by Ethan Nicholas · 4 years, 8 months ago
  14. b0fd4b1 Reland "Revert "Revert "Rename gl_SampleMask to sk_SampleMask""" by Chris Dalton · 4 years, 9 months ago
  15. 1e058a5 Reland "Revert "Rename gl_SampleMask to sk_SampleMask"" by Greg Daniel · 4 years, 9 months ago
  16. 4ac3763 Revert "Revert "Rename gl_SampleMask to sk_SampleMask"" by Ethan Nicholas · 4 years, 9 months ago
  17. 40b815d Revert "Rename gl_SampleMask to sk_SampleMask" by Robert Phillips · 4 years, 9 months ago
  18. 23716d4 Rename gl_SampleMask to sk_SampleMask by Chris Dalton · 4 years, 9 months ago
  19. 9b8b455 Change ByteCode and ByteCodeFunction to classes by Brian Osman · 4 years, 10 months ago
  20. 2e29ab5 added support for user-defined functions to GrSKSLFP by Brian Osman · 4 years, 10 months ago
  21. 3257dda Fix standalone SkSL build after adding SkOnce to SkSLByteCode by Brian Osman · 4 years, 10 months ago
  22. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  23. 8da1e65 restructured SkSL include files by Ethan Nicholas · 5 years ago
  24. 91164d1 added external value support to SkSL interpreter by Ethan Nicholas · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. 1400382 Delete SkSL::Compiler copy constructor and assignment operator by Brian Osman · 5 years ago
  27. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago
  28. 4100b7c added SK_API to SkSK::Compiler by Ethan Nicholas · 5 years ago
  29. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  30. cd700e9 Revert "Revert "added support for sk_Dimensions to SkSL"" by Ethan Nicholas · 6 years ago
  31. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  32. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  33. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  34. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  35. b8eeb80 added integration for non-moltenvk use of SkSLC MSL generator by Timothy Liang · 6 years ago
  36. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  37. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  38. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  39. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  40. 3c6ae62 cache SkSL headers by Ethan Nicholas · 6 years ago
  41. eab2baa added sk_LastFragColor by Ethan Nicholas · 6 years ago
  42. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  43. 9eded2c switched SPIR-V vertexid to vertexindex by Ethan Nicholas · 6 years ago
  44. 16c1196 fix SkSL SPIR-V geometry shaders' entry point declaration by Ethan Nicholas · 6 years ago
  45. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  46. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  47. e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
  48. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  49. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  50. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  51. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  52. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  53. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  54. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  55. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  56. 6e1cbc0 fixed sksl static ifs to work for CircleEffect 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
  62. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  63. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  64. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  65. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  66. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  67. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  68. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  69. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  70. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  71. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  72. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  73. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  74. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 7 years ago
  75. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 7 years ago
  76. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 7 years ago
  77. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 7 years ago
  78. a51740c added support for sk_VertexID by Ethan Nicholas · 7 years ago
  79. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 7 years ago
  80. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 7 years ago
  81. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  82. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  83. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  84. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  85. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  86. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  87. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  88. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  89. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  90. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  91. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  92. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  93. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  94. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  95. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  96. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  97. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  98. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  99. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  100. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago