- b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 10 months ago
- f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 10 months ago
- 295cdf8 use SkM44 internally by Mike Reed · 4 years, 10 months ago
- 5a9a0b3 fixed an SkSL parse issue by Ethan Nicholas · 5 years ago
- cf4deab Improved skslc depth tracking by Ethan Nicholas · 5 years ago
- 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
- 0c8582e fixed internal error when parsing invalid SkSL code by Ethan Nicholas · 5 years ago
- 6d71f49 fixed a spot where skslc would crash instead of report a parse error by Ethan Nicholas · 5 years ago
- 4e3b011 tighten up SkSL parser depth testing by Ethan Nicholas · 5 years ago
- 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
- fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
- eca66b3 SkVector4 as ctype for half4 by Brian Salomon · 5 years ago
- 65e49ba added support for SkMatrix44 ctype by Ethan Nicholas · 5 years ago
- 91164d1 added external value support to SkSL interpreter by Ethan Nicholas · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- c1c686b added support for half input variables in SkSL fragment processors by Ethan Nicholas · 6 years ago
- 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 6 years ago
- ee1c8a7 Revert "Revert "SkSL now supports null child processors"" by Ethan Nicholas · 6 years ago
- bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 6 years ago
- 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 6 years ago
- 6dcc325 fixed SkSL parser unary expression recursion depth limit by Ethan Nicholas · 6 years ago
- a7ceb50 added PLS support to SkSL by Ethan Nicholas · 6 years ago
- 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
- 495993a Remove GrColor4f by Brian Osman · 6 years ago
- f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
- 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
- a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
- 3b83afe Try again to fix leak of SkSL parser map when built standalone by Brian Salomon · 6 years ago
- 140f3da Revert "Fix leak in SkSLParser" by Brian Salomon · 6 years ago
- e82ef48 Fix leak in SkSLParser by Brian Salomon · 6 years ago
- b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
- 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
- 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
- d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
- 371e29c fix switch fallthrough warning by Ethan Nicholas · 7 years ago
- 39204fd added SkSL support for all blend mode layouts by Ethan Nicholas · 7 years ago
- aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
- d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
- 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
- 8aa4dc9 converted OverdrawColorFilter to SkSL 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
- 634624a Micro optimizations to SkSL parser by Brian Osman · 7 years ago
- 08b79b7 reduced number of string copies in SkSL parser by Ethan Nicholas · 7 years ago
- 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
- 746e263 Move all Linux GCE bots to Debian by Eric Boren · 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
- 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 7 years ago
- 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 8 years ago
- 0c9d13b Minor sksl parser cleanup by Ethan Nicholas · 8 years ago
- 0dd30d9 sksl support for buffer blocks by Ethan Nicholas · 8 years ago
- cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 8 years ago
- 9442194 skslc now uses a more recent version of Flex by Ethan Nicholas · 8 years ago
- c6f5e10 fixed SPIR-V compilation error with unmodified variables 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
- bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 8 years ago
- af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
- 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
- 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
- 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
- 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
- 3614d9a improved performance of parsing SkSLLayout flags by Ethan Nicholas · 8 years ago
- f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
- 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
- 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
- 8ac838d added support for push_constant layout by ethannicholas · 8 years ago
- 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 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
- 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 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
- fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
- 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
- cad6416 Added skslc parse recursion limit 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
- dd4645b another SkSL crash fix by ethannicholas · 8 years ago
- a54401d fix skslc crashes uncovered by fuzz testing 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