1. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  2. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  3. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  4. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  5. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  6. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  7. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  8. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  9. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  10. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  11. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  12. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  13. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  14. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  15. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  16. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  17. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  18. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  19. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  20. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  21. af19769 Re-land of skslc switch support by Ethan Nicholas · 7 years ago
  22. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 7 years ago
  23. 2b1e468 skslc switch support by Ethan Nicholas · 7 years ago
  24. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 7 years ago
  25. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 7 years ago
  26. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  27. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  28. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  29. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  30. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  31. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  32. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  33. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  34. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  35. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  36. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  37. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  38. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  39. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  40. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  41. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  42. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  43. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  44. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  45. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  46. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  47. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  48. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  49. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  50. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  51. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  52. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  53. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  54. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  55. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  56. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  57. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  58. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  59. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  60. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  61. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  62. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
  63. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago