aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/lua
Commit message (Expand)AuthorAge
...
* Added 3-color gradient scraper for detecting symmetrical gradients.Gravatar commit-bot@chromium.org2013-08-01
* add more stats to the bitmap matrix locatorGravatar humper@google.com2013-07-26
* expose shadersGravatar reed@google.com2013-07-24
* Fix build problem with reverted issue 16948011Gravatar commit-bot@chromium.org2013-07-19
* Reverting r10173 due to compile problemsGravatar robertphillips@google.com2013-07-19
* Measurement tool for Bounding-Box-Hierarchies.Gravatar commit-bot@chromium.org2013-07-19
* Add the lazy decoder from PictureFlags to SkImageDecoderGravatar commit-bot@chromium.org2013-07-16
* clean up extra printfs in count_effects.luaGravatar reed@google.com2013-07-12
* add newline to bitmap rotation script outputGravatar humper@google.com2013-07-11
* add matrix objects to the lua bindings, as well as a lua script to find the p...Gravatar humper@google.com2013-07-10
* add paint:getEffects to return table of bools of a given effect is present on...Gravatar reed@google.com2013-07-10
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Add modulo flag to lua_pictures.Gravatar commit-bot@chromium.org2013-06-21
* Allow files, making ".skp files or directories are required." less of a lie.Gravatar commit-bot@chromium.org2013-06-18
* use ForceLinking to get codecs into lua_pictureGravatar reed@google.com2013-06-12
* add script to count glyph -vs- char draw callsGravatar reed@google.com2013-06-12
* more paint methods to luaGravatar mike@reedtribe.org2013-06-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* sort the glyphID arraysGravatar reed@google.com2013-05-31
* add script to scrape glyph usage in drawText callsGravatar reed@google.com2013-05-30
* expand SkLua to handle creation of its own StateGravatar reed@google.com2013-05-22
* add dumpops.lua as a sample scraper that just dumps the argumentsGravatar reed@google.com2013-05-22
* add SkPath as real lua objectGravatar reed@google.com2013-05-21
* add startcanvas/endcanvas entry-points for the script. rename all "official" ...Gravatar reed@google.com2013-05-21
* disable dumping the ctm on every drawRect verb (was there for testing)Gravatar reed@google.com2013-05-21
* support SkCanvas as a real lua objectGravatar mike@reedtribe.org2013-05-21
* allow multiple lua files to be used in lua_picturesGravatar mike@reedtribe.org2013-05-21
* printf name of picture *before* we try to scrape it.Gravatar mike@reedtribe.org2013-05-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-16
* lua accumulate now receives a table of the draw parametersGravatar mike@reedtribe.org2013-05-16
* add SkLuaCanvasGravatar reed@google.com2013-05-15