aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLCompiler.cpp
Commit message (Expand)AuthorAge
* cache SkSL headersGravatar Ethan Nicholas2018-04-25
* fix for frexp dataflow analysisGravatar Ethan Nicholas2018-04-01
* initial SkSLJIT checkinGravatar Ethan Nicholas2018-03-27
* added frexp support to SkSLGravatar Ethan Nicholas2018-03-26
* Rename .include files to .incGravatar Ben Wagner2018-01-26
* Revert "Revert "converted vertex shaders to device coords""Gravatar Robert Phillips2018-01-24
* Revert "converted vertex shaders to device coords"Gravatar Ethan Nicholas2018-01-23
* Fixed a few spots where SkSL optimizer was not respecting side effectsGravatar Ethan Nicholas2018-01-23
* SkSL now supports ternary lvaluesGravatar Ethan Nicholas2018-01-18
* converted vertex shaders to device coordsGravatar Ethan Nicholas2017-12-12
* fixed SkSL optimizing away side effectsGravatar Ethan Nicholas2017-12-11
* Switched SkSL from using raw strings back to STRINGIFYGravatar Ethan Nicholas2017-11-16
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* Revert "refactored SkSLVarDeclaration out of existence"Gravatar Ethan Nicholas2017-11-07
* refactored SkSLVarDeclaration out of existenceGravatar Ethan Nicholas2017-11-07
* preliminary SkSL Metal backendGravatar Ethan Nicholas2017-10-24
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* SkSL FPs now support child processors, converted ArithmeticFP to SkSLGravatar Ethan Nicholas2017-10-11
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Revert "Revert "Switch to the new SkSL lexer.""Gravatar Ethan Nicholas2017-09-11
* Revert "Switch to the new SkSL lexer."Gravatar Ethan Nicholas2017-09-11
* Switch to the new SkSL lexer.Gravatar Ethan Nicholas2017-09-11
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Revert "Revert "support for 'half' types in sksl, plus general numeric type i...Gravatar Ethan Nicholas2017-08-02
* Revert "support for 'half' types in sksl, plus general numeric type improveme...Gravatar Ethan Nicholas2017-08-01
* support for 'half' types in sksl, plus general numeric type improvementsGravatar Ethan Nicholas2017-08-01
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* fixed use-after-free in sksl switch statementsGravatar Ethan Nicholas2017-07-18
* fixed sksl static ifs to work for CircleEffectGravatar Ethan Nicholas2017-07-14
* Re-re-land sksl fragment processor supportGravatar Ethan Nicholas2017-06-29
* Revert "Re-land sksl fragment processor support"Gravatar Mike Klein2017-06-27
* Re-land sksl fragment processor supportGravatar Ethan Nicholas2017-06-27
* Revert "sksl fragment processor support"Gravatar Ethan Nicholas2017-06-27
* sksl fragment processor supportGravatar Ethan Nicholas2017-06-27
* Revert "Revert "clean up sksl dead variable handling""Gravatar Ethan Nicholas2017-06-22
* Revert "clean up sksl dead variable handling"Gravatar Greg Daniel2017-06-21
* clean up sksl dead variable handlingGravatar Ethan Nicholas2017-06-21
* implemented mustImplementGSInvocationsWithLoop workaround in skslGravatar Ethan Nicholas2017-06-21
* Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workar...Gravatar Mike Reed2017-06-21
* Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in ...Gravatar Ethan Nicholas2017-06-20
* Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"Gravatar Greg Daniel2017-06-15
* implemented mustImplementGSInvocationsWithLoop workaround in skslGravatar Ethan Nicholas2017-06-15
* Re-land "Fixed an issue with sksl variable declarations"Gravatar Ethan Nicholas2017-06-02
* Revert "Fixed an issue with sksl variable declarations"Gravatar Ethan Nicholas2017-06-02
* Fixed an issue with sksl variable declarationsGravatar Ethan Nicholas2017-06-02
* skslc comma operator and optimizer fixesGravatar Ethan Nicholas2017-05-17
* sksl support for static ifs & switchesGravatar Ethan Nicholas2017-05-10