aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir/SkSLType.h
Commit message (Expand)AuthorAge
* renamed SkSL's assert macrosGravatar Ethan Nicholas2018-06-12
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* 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
* fixed missing INT_MAX definitionGravatar 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
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation f...Gravatar Ethan Nicholas2017-03-31
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation for"Gravatar Ethan Nicholas2017-03-30
* skslc can now be compiled with no Skia dependencies, in preparation forGravatar Ethan Nicholas2017-03-30
* fixed assertion error when calling matrixCompMult()Gravatar Ethan Nicholas2017-02-07
* added support for layout(offset=...) to skslcGravatar Ethan Nicholas2016-11-28
* removed textureProj() and legacy texture functions from skslGravatar Ethan Nicholas2016-11-28
* added support for push_constant layoutGravatar ethannicholas2016-11-22
* Add support for input attachments in SkSL spirvGravatar Greg Daniel2016-11-22
* re-land of switched skslc from std::string to SkStringGravatar Ethan Nicholas2016-11-21
* Revert "switched skslc from std::string to SkString"Gravatar Greg Daniel2016-11-20
* switched skslc from std::string to SkStringGravatar Ethan Nicholas2016-11-18
* Revert of added support for push_constant layout (patchset #7 id:140001 of ht...Gravatar egdaniel2016-11-16
* added support for push_constant layoutGravatar ethannicholas2016-11-15
* Reduced skslc memory consumptionGravatar ethannicholas2016-10-28
* Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://c...Gravatar benjaminwagner2016-10-27
* Reduced skslc memory consumptionGravatar ethannicholas2016-10-27
* minor SkSL changes to avoid compiler errors in ChromiumGravatar ethannicholas2016-09-01
* SkSL performance improvements (plus a couple of minor warning fixes)Gravatar ethannicholas2016-07-25
* Revert of SkSL performance improvements (patchset #6 id:140001 of https://cod...Gravatar msarett2016-07-13
* SkSL performance improvements (plus a couple of minor warning fixes)Gravatar ethannicholas2016-07-12
* initial checkin of SkSL compilerGravatar ethannicholas2016-07-01