[SVGDom] Opacity optimization
[platform/upstream/libSkiaSharp.git] / experimental / SkV8Example /
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-01 robertphillipsRemove some ancillary users of SkSurface::MakeRenderTar...
2016-05-05 brianosmanAdded --deepColor option to SampleApp, triggers creatio...
2016-01-18 kkinnunenSampleApp: Remove SkWindow::setColorType
2015-09-09 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-09-09 mtkleinRevert of Make SkGraphics::Term a no-op, stop calling...
2015-09-08 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-29 jcgregorioSkV8Sample: Now with Path2D and Path2DBuilder.
2014-10-27 jcgregorioStart moving to the new canvas structure.
2014-10-27 jcgregorioFixup references to the js files from the HTML files...
2014-10-25 robertphillipsMove .js files to their own directory
2014-10-24 jcgregorioDoing the "using namespace" penance by adding in v8...
2014-07-15 kozyatinskiyhttps://chromiumcodereview.appspot.com/331133004/
2014-03-04 commit-bot@chromiu... Factor out a BaseContext from JsContext.
2014-03-04 commit-bot@chromiu... Start prototyping what DisplayList support will look...
2014-02-27 commit-bot@chromiu... Rename Path to Path2D
2014-02-27 commit-bot@chromiu... Move SkV8Example to SkSurface
2014-02-13 commit-bot@chromiu... Add conicTo().
2014-02-13 commit-bot@chromiu... Update directions and lib paths for ninja.
2014-01-23 commit-bot@chromiu... Both gears and snow should detect if Path is available...
2014-01-16 commit-bot@chromiu... Clear the canvas before drawing the gears.
2014-01-13 commit-bot@chromiu... Add handling alpha values in RRGGBBAA formatted styles.
2014-01-10 commit-bot@chromiu... Just use one version of the scripts in both the browser...
2014-01-08 commit-bot@chromiu... Move v8 into third_party.
2014-01-07 commit-bot@chromiu... Add the gears.js demo and all the code changes needed...
2014-01-07 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-01-06 commit-bot@chromiu... Turn on GL drawing, allow switching via --gpu flag.
2014-01-06 commit-bot@chromiu... Renamed JsCanvas to JsContext and moved into it's own...
2013-12-20 commit-bot@chromiu... Allow multiple concurrent timers.
2013-12-18 commit-bot@chromiu... Add a setTimer() function.
2013-12-16 commit-bot@chromiu... Add a print function in the global JS scope for debugging.
2013-12-16 commit-bot@chromiu... Add command line flag for optionally loading JS from...
2013-12-11 commit-bot@chromiu... Added canvas.fillStyle with support for just the "...
2013-12-10 commit-bot@chromiu... Add a canvas object with drawRect() and inval().
2013-12-06 commit-bot@chromiu... A simple draw() function in Javascript.
2013-12-05 commit-bot@chromiu... V8 and Skia