1. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  2. 56fbbd6 Revert "Minor fixes to SkSL precisions" by Ethan Nicholas · 7 years ago
  3. 9752c3c Minor fixes to SkSL precisions by Ethan Nicholas · 7 years ago
  4. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  5. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  6. 23f9227 Revert "fixed constant vector swizzling" by Brian Salomon · 7 years ago
  7. 8ac36a5 fixed constant vector swizzling by Ethan Nicholas · 7 years ago
  8. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  9. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  10. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  11. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  12. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  13. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  14. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  15. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  16. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  17. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  18. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  19. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  20. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  21. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  22. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  23. b310fd5 fixed issue with SkSL dead code elimination by Ethan Nicholas · 7 years ago
  24. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  25. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  26. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 7 years ago
  27. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  28. 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 7 years ago
  29. c2371a4 sksl optimizer fixes by Ethan Nicholas · 7 years ago
  30. fe53e58 additional skslc vector optimizations by Ethan Nicholas · 7 years ago
  31. c81d22f broke up SkSLConstantFolding test by Ethan Nicholas · 7 years ago
  32. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 7 years ago
  33. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  34. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  35. c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 7 years ago
  36. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  37. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  38. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  39. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  40. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  41. af19769 Re-land of skslc switch support by Ethan Nicholas · 7 years ago
  42. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 7 years ago
  43. 2b1e468 skslc switch support by Ethan Nicholas · 7 years ago
  44. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 7 years ago
  45. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 7 years ago
  46. 84645e3 re-land of skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  47. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  48. 49a36ba Revert "skslc type constructor cleanups" by Ethan Nicholas · 8 years ago
  49. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 8 years ago
  50. 6f22328 skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  51. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  52. a51740c added support for sk_VertexID by Ethan Nicholas · 8 years ago
  53. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  54. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  55. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  56. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  57. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  58. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  59. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  60. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  61. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  62. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  63. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  64. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  65. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  66. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  67. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  68. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  69. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  70. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  71. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  72. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  73. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  74. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  75. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  76. 08a9211 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  77. 6e4b594 Revert of added constant folding & branch elimination to skslc (patchset #3 id:40001 of https://codereview.chromium.org/2489673002/ ) by scroggo · 8 years ago
  78. 6136310 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  79. 4578a8e fixed skslc's handling of ivec(vec) by Ethan Nicholas · 8 years ago
  80. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  81. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  82. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  83. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  84. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  85. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  86. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  87. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  88. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  89. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  90. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  91. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  92. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  93. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  94. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  95. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  96. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  97. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  98. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  99. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago