aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
Commit message (Expand)AuthorAge
* replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ...Gravatar commit-bot@chromium.org2014-03-20
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-11
* First pass at a web app that lets you run Skia code and see the results.Gravatar commit-bot@chromium.org2014-03-11
* Revert "De-virtualize SkCanvas save/restore."Gravatar fmalita@google.com2014-03-11
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* fix the build error of SkiaExample -- use setColorType, not setConfigGravatar commit-bot@chromium.org2014-03-07
* Factor out a BaseContext from JsContext.Gravatar commit-bot@chromium.org2014-03-04
* Start prototyping what DisplayList support will look like.Gravatar commit-bot@chromium.org2014-03-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-01
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Rename Path to Path2DGravatar commit-bot@chromium.org2014-02-27
* Move SkV8Example to SkSurfaceGravatar commit-bot@chromium.org2014-02-27
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* fix iOS build -- pass colortype, not configGravatar commit-bot@chromium.org2014-02-18
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Add conicTo().Gravatar commit-bot@chromium.org2014-02-13
* Update directions and lib paths for ninja.Gravatar commit-bot@chromium.org2014-02-13
* Both gears and snow should detect if Path is available, and also report on th...Gravatar commit-bot@chromium.org2014-01-23
* Remove more unnamed namespace usages.Gravatar tfarina@chromium.org2014-01-23
* Clear the canvas before drawing the gears.Gravatar commit-bot@chromium.org2014-01-16
* Add handling alpha values in RRGGBBAA formatted styles.Gravatar commit-bot@chromium.org2014-01-13
* Just use one version of the scripts in both the browser and in SkV8 by using ...Gravatar commit-bot@chromium.org2014-01-10
* Small tweaks to be able to build everything target:Gravatar commit-bot@chromium.org2014-01-08
* Move v8 into third_party.Gravatar commit-bot@chromium.org2014-01-08
* Add the gears.js demo and all the code changes needed to get it working, incl...Gravatar commit-bot@chromium.org2014-01-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-07
* Turn on GL drawing, allow switching via --gpu flag.Gravatar commit-bot@chromium.org2014-01-06
* Renamed JsCanvas to JsContext and moved into it's own file.Gravatar commit-bot@chromium.org2014-01-06
* Allow multiple concurrent timers.Gravatar commit-bot@chromium.org2013-12-20
* remove unused SkFixed and SkFract functionsGravatar reed@google.com2013-12-19
* Add a setTimer() function.Gravatar commit-bot@chromium.org2013-12-18
* add virtual destructor for SkExample to fix build error.Gravatar commit-bot@chromium.org2013-12-17
* change SkScalarRound to SkScalarRoundToIntGravatar reed@google.com2013-12-17
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Add a print function in the global JS scope for debugging.Gravatar commit-bot@chromium.org2013-12-16
* Add command line flag for optionally loading JS from external files.Gravatar commit-bot@chromium.org2013-12-16
* Added canvas.fillStyle with support for just the "#RRGGBB" style of colors.Gravatar commit-bot@chromium.org2013-12-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-11
* Fix error in r12597 (can't forget that newline at the end of a file)Gravatar robertphillips@google.com2013-12-10
* New Composite CSS border objectGravatar robertphillips@google.com2013-12-10
* Add a canvas object with drawRect() and inval().Gravatar commit-bot@chromium.org2013-12-10
* A simple draw() function in Javascript.Gravatar commit-bot@chromium.org2013-12-06
* V8 and SkiaGravatar commit-bot@chromium.org2013-12-05