aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLIRGenerator.cpp
Commit message (Expand)AuthorAge
* 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
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-12
* Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://c...Gravatar jvanverth2016-10-11
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-11
* Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://c...Gravatar mtklein2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://c...Gravatar jvanverth2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://co...Gravatar fmalita2016-09-30
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-30
* Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://co...Gravatar ethannicholas2016-09-26
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-26
* Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://co...Gravatar ethannicholas2016-09-12
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-12
* refactored SkSL VarDeclaration handlingGravatar ethannicholas2016-09-07
* minor SkSL changes to avoid compiler errors in ChromiumGravatar ethannicholas2016-09-01
* added initial GLSL support to skslcGravatar ethannicholas2016-08-03
* 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