1. c432b0c fixed use-after-free in sksl switch statements by Ethan Nicholas · 8 years ago
  2. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 8 years ago
  3. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  4. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 8 years ago
  5. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  6. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 8 years ago
  7. ccf5991 sksl fragment processor support by Ethan Nicholas · 8 years ago
  8. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 8 years ago
  9. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 8 years ago
  10. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 8 years ago
  11. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 8 years ago
  12. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 8 years ago
  13. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 8 years ago
  14. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 8 years ago
  15. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 8 years ago
  16. 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 8 years ago
  17. ce78bad header cleanup by Hal Canary · 8 years ago
  18. 0dd30d9 sksl support for buffer blocks by Ethan Nicholas · 8 years ago
  19. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 8 years ago
  20. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 8 years ago
  21. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  22. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  23. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  24. 8feeff9 fixed skslc SPIR-V memory error by Ethan Nicholas · 8 years ago
  25. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
  26. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
  27. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  28. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  29. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  30. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  31. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  32. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  33. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  34. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  35. 84645e3 re-land of skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  36. 49a36ba Revert "skslc type constructor cleanups" by Ethan Nicholas · 8 years ago
  37. 6f22328 skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  38. 8c3f4ae fixed assertion error when calling matrixCompMult() by Ethan Nicholas · 8 years ago
  39. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  40. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  41. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  42. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  43. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  44. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  45. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  46. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  47. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  48. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  49. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  50. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  51. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  52. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  53. 8ac838d added support for push_constant layout by ethannicholas · 8 years ago
  54. 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
  55. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  56. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  57. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  58. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  59. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  60. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  61. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  62. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  63. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  64. 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
  65. 5638052 Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ ) by benjaminwagner · 8 years ago
  66. cffaa70 Reduced skslc memory consumption by ethannicholas · 8 years ago
  67. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  68. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  69. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  70. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  71. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  72. ea4567c more skslc hardening 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. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 9 years ago
  86. 0730be7 minor SkSL changes to avoid compiler errors in Chromium by ethannicholas · 9 years ago
  87. f789b38 added initial GLSL support to skslc by ethannicholas · 9 years ago
  88. d598f79 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 9 years ago
  89. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 9 years ago
  90. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 9 years ago
  91. b3058bd initial checkin of SkSL compiler by ethannicholas · 9 years ago