skslc can now be compiled with no Skia dependencies, in preparation for
[platform/upstream/libSkiaSharp.git] / src / sksl / ir / SkSLVariable.h
2017-03-30 Ethan Nicholasskslc can now be compiled with no Skia dependencies...
2017-02-06 Ethan NicholasRevert "Added dead variable / code elimination to skslc."
2017-02-03 Ethan NicholasAdded dead variable / code elimination to skslc.
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...
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-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