1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  3. 5a9a9b8 Revert "added support for SkSL unpremul function" by Ethan Nicholas · 5 years ago
  4. ffdc3e6 added support for SkSL unpremul function by Ethan Nicholas · 5 years ago
  5. e455f65 SkSL now supports constant 1/0 in all swizzle channels, as well as "LTRB" as an alias for "xyzw" / "rgba". by Ethan Nicholas · 5 years ago
  6. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  7. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  8. 25132b6 Remove unused caps: UnsignedSupport and ImageLoadStoreSupport by Brian Osman · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. b8af5ad sksl: Negate dFdy when the Y axis is flipped by Chris Dalton · 6 years ago
  11. a708618 sksl: Polyfill fma() when not present in GLSL by Chris Dalton · 6 years ago
  12. 9094f2c Add fields to fragmentProcessors in sksl code. by Michael Ludwig · 6 years ago
  13. a45e1a7 fixed ASAN error while compiling .fp files by Ethan Nicholas · 6 years ago
  14. cd700e9 Revert "Revert "added support for sk_Dimensions to SkSL"" by Ethan Nicholas · 6 years ago
  15. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  16. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  17. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  18. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  19. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  20. f1b1464 fixed early return breaking things in .fp files by Ethan Nicholas · 6 years ago
  21. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  22. 88f6d37 Fixed GLSL header line ordering by Ethan Nicholas · 6 years ago
  23. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 6 years ago
  24. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  25. 6e6525c sksl now provides support for inverse, transpose, et al. on older versions of OpenGL by Ethan Nicholas · 7 years ago
  26. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  27. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  28. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  29. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  30. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  31. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  32. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  33. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  34. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  35. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  36. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  37. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  38. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  39. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  40. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  41. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  42. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  43. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  44. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  45. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  46. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  47. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  48. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  49. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  50. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  51. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  52. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  53. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  54. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  55. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  56. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  57. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  58. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  59. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  60. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  61. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  62. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  63. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  64. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  65. 1967177 added support for layout(offset=...) to skslc 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. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  70. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  71. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  72. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  73. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  74. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  75. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  76. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  77. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  78. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  79. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  80. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  81. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  82. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  83. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  84. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  86. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  87. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  88. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  89. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  90. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  91. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  92. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  93. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  94. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  95. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  96. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  97. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
  98. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago