aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLIRGenerator.cpp
Commit message (Expand)AuthorAge
* skslc comma operator and optimizer fixesGravatar Ethan Nicholas2017-05-17
* sksl support for static ifs & switchesGravatar Ethan Nicholas2017-05-10
* sksl support for buffer blocksGravatar Ethan Nicholas2017-05-02
* sksl can now fold constant vector or matrix equality expressionsGravatar Ethan Nicholas2017-04-25
* Improved skslc optimizer, particularly around vectors.Gravatar Ethan Nicholas2017-04-20
* rectangle texture scaling is now handled in skslcGravatar Ethan Nicholas2017-04-20
* 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
* fixed skslc SPIR-V memory errorGravatar Ethan Nicholas2017-03-30
* 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
* Re-land of skslc switch supportGravatar Ethan Nicholas2017-02-27
* Revert "skslc switch support"Gravatar Ethan Nicholas2017-02-23
* skslc switch supportGravatar Ethan Nicholas2017-02-23
* Fixed a couple of spots where sksl didn't have proper array support.Gravatar Ethan Nicholas2017-02-16
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* re-land of skslc type constructor cleanupsGravatar Ethan Nicholas2017-02-09
* Revert "skslc type constructor cleanups"Gravatar Ethan Nicholas2017-02-09
* skslc type constructor cleanupsGravatar Ethan Nicholas2017-02-09
* Revert "Added dead variable / code elimination to skslc."Gravatar Ethan Nicholas2017-02-06
* Added dead variable / code elimination to skslc.Gravatar Ethan Nicholas2017-02-03
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Added constant propagation and better variable liveness tracking to skslc.Gravatar Ethan Nicholas2017-01-19
* Revert "Added constant propagation and better variable liveness tracking to"Gravatar Ethan Nicholas2017-01-19
* Added constant propagation and better variable liveness tracking toGravatar Ethan Nicholas2017-01-19
* Fixed another division by zero error in skslcGravatar Ethan Nicholas2017-01-13
* fix skslc crash when ternary parameter types don't matchGravatar Ethan Nicholas2017-01-04
* fixed a divide-by-zero bug in skslcGravatar Ethan Nicholas2017-01-03
* re-land of added sk_FragCoord support to skslcGravatar Ethan Nicholas2016-12-13
* Revert "added sk_FragCoord support to skslc"Gravatar Greg Daniel2016-12-12
* added sk_FragCoord support to skslcGravatar Ethan Nicholas2016-12-12
* added support for layout(offset=...) to skslcGravatar Ethan Nicholas2016-11-28
* unified ASTLayout/Layout and ASTModifiers/ModifiersGravatar Ethan Nicholas2016-11-28
* sksl programs can now directly query GLSL capsGravatar Ethan Nicholas2016-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
* added constant folding & branch elimination to skslcGravatar ethannicholas2016-11-09
* Revert of added constant folding & branch elimination to skslc (patchset #3 i...Gravatar scroggo2016-11-09
* added constant folding & branch elimination to skslcGravatar ethannicholas2016-11-09
* fixed skslc's handling of ivec(vec)Gravatar Ethan Nicholas2016-11-01
* 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
* more skslc hardeningGravatar ethannicholas2016-10-17
* more SkSL fuzzer crash fixesGravatar ethannicholas2016-10-14
* fix skslc crashes uncovered by fuzz testingGravatar ethannicholas2016-10-14
* added basic dataflow analysis to skslcGravatar ethannicholas2016-10-13