1. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  2. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  3. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  4. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  5. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  6. 8ac838d added support for push_constant layout by ethannicholas · 8 years ago
  7. 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
  8. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  9. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  10. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  11. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  12. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  13. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  14. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  15. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  16. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  17. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  18. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  19. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  20. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  21. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  22. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  23. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  24. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  25. 08a9211 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  26. 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
  27. 6136310 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  28. d9fcb23 Attempt to fix PixelC GLSL compilation error. by Ben Wagner · 8 years ago
  29. 4578a8e fixed skslc's handling of ivec(vec) by Ethan Nicholas · 8 years ago
  30. 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
  31. cad6416 Added skslc parse recursion limit by ethannicholas · 8 years ago
  32. 5638052 Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ ) by benjaminwagner · 8 years ago
  33. cffaa70 Reduced skslc memory consumption by ethannicholas · 8 years ago
  34. 6ad9909 Turn on -Wrange-loop-analysis. by Mike Klein · 8 years ago
  35. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  36. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  37. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  38. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  39. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  40. ea4567c more skslc hardening by ethannicholas · 8 years ago
  41. dd4645b another SkSL crash fix by ethannicholas · 8 years ago
  42. 7effa7a more SkSL fuzzer crash fixes by ethannicholas · 8 years ago
  43. a54401d fix skslc crashes uncovered by fuzz testing by ethannicholas · 8 years ago
  44. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  45. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  46. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  47. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  48. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  49. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  50. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  51. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  52. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  53. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  54. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  55. 600c6a7 Turn on -Wnewline-eof. by Mike Klein · 8 years ago
  56. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  57. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  58. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  59. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  60. f868097 removed const from ASTVarDeclaration::fName to avoid a Chromium build failure by ethannicholas · 8 years ago
  61. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
  62. 0730be7 minor SkSL changes to avoid compiler errors in Chromium by ethannicholas · 8 years ago
  63. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  64. d598f79 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  65. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 8 years ago
  66. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  67. 552882f fix for SkSL producing invalid branch after an OpKill by ethannicholas · 8 years ago
  68. 8e5a588 fix for Clang 3.8 warning in SkSL by ethannicholas · 8 years ago
  69. 69a7e7c fixed SkSL memory leak by ethannicholas · 8 years ago
  70. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago