1. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  2. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  3. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  4. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  5. 6cd9268 Don't 'require' external image extensions, 'enable' them by Brian Osman · 6 years ago
  6. 3c6ae62 cache SkSL headers by Ethan Nicholas · 6 years ago
  7. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 6 years ago
  8. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 6 years ago
  9. eab2baa added sk_LastFragColor by Ethan Nicholas · 6 years ago
  10. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  11. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  12. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  13. c2d0dd6 Add a shader cap for incomplete short int precision by Chris Dalton · 6 years ago
  14. c35d7ea Don't use LOD bias on OES external textures by Brian Osman · 6 years ago
  15. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  16. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  17. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  18. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  19. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  20. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  21. 6e6525c sksl now provides support for inverse, transpose, et al. on older versions of OpenGL by Ethan Nicholas · 7 years ago
  22. 58d5648 fixed a couple of SkSL ushort issues by Ethan Nicholas · 7 years ago
  23. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  24. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  25. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  26. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  27. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  28. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  29. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  30. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  31. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  32. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  33. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  34. 56fbbd6 Revert "Minor fixes to SkSL precisions" by Ethan Nicholas · 7 years ago
  35. 9752c3c Minor fixes to SkSL precisions by Ethan Nicholas · 7 years ago
  36. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  37. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  38. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  39. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  40. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  41. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  42. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  43. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  44. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  45. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  46. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  47. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  48. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  49. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  50. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  51. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  52. 91a1053 Revert "Revert "clean up sksl dead variable handling"" by Ethan Nicholas · 7 years ago
  53. e0a33e2 Revert "clean up sksl dead variable handling" by Greg Daniel · 7 years ago
  54. b29dd81 clean up sksl dead variable handling by Ethan Nicholas · 7 years ago
  55. b310fd5 fixed issue with SkSL dead code elimination by Ethan Nicholas · 7 years ago
  56. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  57. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  58. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 7 years ago
  59. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
  60. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  61. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  62. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  63. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  64. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  65. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  66. 8da9e94 put sksl->glsl modifiers in correct order by Ethan Nicholas · 7 years ago
  67. af19769 Re-land of skslc switch support by Ethan Nicholas · 7 years ago
  68. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 7 years ago
  69. 2b1e468 skslc switch support by Ethan Nicholas · 7 years ago
  70. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 7 years ago
  71. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 7 years ago
  72. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  73. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 8 years ago
  74. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  75. a51740c added support for sk_VertexID by Ethan Nicholas · 8 years ago
  76. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  77. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  78. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  79. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  80. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  81. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  82. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  83. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  84. 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
  85. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  86. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  87. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  88. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  89. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  90. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  91. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  92. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  93. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  94. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  95. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  96. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  97. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  98. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  99. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  100. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago