- d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
- 3c6ae62 cache SkSL headers by Ethan Nicholas · 7 years ago
- c6a19f1 fix for frexp dataflow analysis by Ethan Nicholas · 7 years ago
- 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 7 years ago
- 8f7e28f added frexp support to SkSL by Ethan Nicholas · 7 years ago
- a56c4d2 Rename .include files to .inc by Ben Wagner · 7 years ago
- fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
- 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
- 08dae92 Fixed a few spots where SkSL optimizer was not respecting side effects by Ethan Nicholas · 7 years ago
- a583b81 SkSL now supports ternary lvalues by Ethan Nicholas · 7 years ago
- e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
- 51493ee fixed SkSL optimizing away side effects by Ethan Nicholas · 7 years ago
- 7970765 Switched SkSL from using raw strings back to STRINGIFY by Ethan Nicholas · 7 years ago
- aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
- 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
- 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
- cc30577 preliminary SkSL Metal backend 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
- 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
- c432b0c fixed use-after-free in sksl switch statements by Ethan Nicholas · 7 years ago
- 6e1cbc0 fixed sksl static ifs to work for CircleEffect 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
- 91a1053 Revert "Revert "clean up sksl dead variable handling"" by Ethan Nicholas · 7 years ago
- e0a33e2 Revert "clean up sksl dead variable handling" by Greg Daniel · 7 years ago
- b29dd81 clean up sksl dead variable handling by Ethan Nicholas · 7 years ago
- 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
- 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
- f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
- 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
- d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
- b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
- affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
- 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 7 years ago
- 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 8 years ago
- 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 8 years ago
- c2371a4 sksl optimizer fixes by Ethan Nicholas · 8 years ago
- fe53e58 additional skslc vector optimizations by Ethan Nicholas · 8 years ago
- 56e4271 fixed 0 - x in skslc 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
- 8feeff9 fixed skslc SPIR-V memory error 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
- a6ae1f7 wired up SPIR-V validator 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
- 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
- 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
- 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
- f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
- 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
- e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
- ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
- 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
- 1967177 added support for layout(offset=...) to skslc 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
- 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
- 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
- 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
- b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
- 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 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
- 6ad9909 Turn on -Wrange-loop-analysis. by Mike Klein · 8 years ago
- ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
- ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
- d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
- 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
- 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 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