Re-land of skslc switch support
[platform/upstream/libSkiaSharp.git] / src / sksl / SkSLIRGenerator.cpp
2017-02-27 Ethan NicholasRe-land of skslc switch support
2017-02-23 Ethan NicholasRevert "skslc switch support"
2017-02-23 Ethan Nicholasskslc switch support
2017-02-16 Ethan NicholasFixed a couple of spots where sksl didn't have proper...
2017-02-13 Ethan NicholasReplaced all calls to fragmentPosition() with sk_FragCoord
2017-02-09 Ethan Nicholasre-land of skslc type constructor cleanups
2017-02-09 Ethan NicholasRevert "skslc type constructor cleanups"
2017-02-09 Ethan Nicholasskslc type constructor cleanups
2017-02-06 Ethan NicholasRevert "Added dead variable / code elimination to skslc."
2017-02-03 Ethan NicholasAdded dead variable / code elimination to skslc.
2017-02-02 Ethan NicholasRevert "Replaced all calls to fragmentPosition() with...
2017-01-19 Ethan NicholasReplaced all calls to fragmentPosition() with sk_FragCoord
2017-01-19 Ethan NicholasAdded constant propagation and better variable liveness...
2017-01-19 Ethan NicholasRevert "Added constant propagation and better variable...
2017-01-19 Ethan NicholasAdded constant propagation and better variable liveness...
2017-01-13 Ethan NicholasFixed another division by zero error in skslc
2017-01-04 Ethan Nicholasfix skslc crash when ternary parameter types don't...
2017-01-03 Ethan Nicholasfixed a divide-by-zero bug in skslc
2016-12-13 Ethan Nicholasre-land of added sk_FragCoord support to skslc
2016-12-12 Greg DanielRevert "added sk_FragCoord support to skslc"
2016-12-12 Ethan Nicholasadded sk_FragCoord support to skslc
2016-11-28 Ethan Nicholasadded support for layout(offset=...) to skslc
2016-11-28 Ethan Nicholasunified ASTLayout/Layout and ASTModifiers/Modifiers
2016-11-22 Ethan Nicholassksl programs can now directly query GLSL caps
2016-11-21 Ethan Nicholasre-land of switched skslc from std::string to SkString
2016-11-20 Greg DanielRevert "switched skslc from std::string to SkString"
2016-11-18 Ethan Nicholasswitched skslc from std::string to SkString
2016-11-09 ethannicholasadded constant folding & branch elimination to skslc
2016-11-09 scroggoRevert of added constant folding & branch elimination...
2016-11-09 ethannicholasadded constant folding & branch elimination to skslc
2016-11-01 Ethan Nicholasfixed skslc's handling of ivec(vec)
2016-10-28 ethannicholasReduced skslc memory consumption
2016-10-27 benjaminwagnerRevert of Reduced skslc memory consumption (patchset...
2016-10-27 ethannicholasReduced skslc memory consumption
2016-10-17 ethannicholasmore skslc hardening
2016-10-14 ethannicholasmore SkSL fuzzer crash fixes
2016-10-14 ethannicholasfix skslc crashes uncovered by fuzz testing
2016-10-13 ethannicholasadded basic dataflow analysis to skslc
2016-10-12 ethannicholasTurned on SkSL->GLSL compiler
2016-10-11 jvanverthRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-10-11 ethannicholasTurned on SkSL->GLSL compiler
2016-10-11 mtkleinRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-10-10 ethannicholasTurned on SkSL->GLSL compiler
2016-10-10 jvanverthRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-10-10 ethannicholasTurned on SkSL->GLSL compiler
2016-09-30 fmalitaRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-09-30 ethannicholasTurned on SkSL->GLSL compiler
2016-09-26 ethannicholasRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-09-26 ethannicholasTurned on SkSL->GLSL compiler
2016-09-12 ethannicholasRevert of Turned on SkSL->GLSL compiler (patchset ...
2016-09-12 ethannicholasTurned on SkSL->GLSL compiler
2016-09-07 ethannicholasrefactored SkSL VarDeclaration handling
2016-09-01 ethannicholasminor SkSL changes to avoid compiler errors in Chromium
2016-08-03 ethannicholasadded initial GLSL support to skslc
2016-07-25 ethannicholasSkSL performance improvements (plus a couple of minor...
2016-07-13 msarettRevert of SkSL performance improvements (patchset ...
2016-07-12 ethannicholasSkSL performance improvements (plus a couple of minor...
2016-07-01 ethannicholasinitial checkin of SkSL compiler