- 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
- 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
- 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
- b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
- f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
- dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
- 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 7 years ago
- 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
- c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
- 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
- f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
- 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
- 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
- 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
- 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
- c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
- 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
- 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
- dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
- 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
- 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
- 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
- 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
- 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
- c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
- ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
- ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
- 0187ae6 sksl SPIR-V sampledBuffer support by Ethan Nicholas · 8 years ago
- cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 8 years ago
- 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
- 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
- f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
- bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
- 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
- 8c3f4ae fixed assertion error when calling matrixCompMult() by Ethan Nicholas · 8 years ago
- e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
- 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
- 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
- 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
- 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
- 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
- 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
- d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
- 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
- cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
- bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
- bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
- 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
- 434c534 Add integer texture support. by Brian Salomon · 8 years ago
- 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
- 5638052 Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ ) by benjaminwagner · 8 years ago
- cffaa70 Reduced skslc memory consumption by ethannicholas · 8 years ago
- 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
- 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
- ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
- dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
- 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
- f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
- b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- d598f79 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago