index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
lua
Commit message (
Expand
)
Author
Age
*
Cleanup: Rename SkOSPath functions.
tfarina
2014-07-28
*
Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().
tfarina
2014-06-12
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Add lua scripts to scrape dashing info
commit-bot@chromium.org
2014-05-15
*
Add quiet mode to lua_pictures.
commit-bot@chromium.org
2014-03-19
*
add initial scraper for dashing
commit-bot@chromium.org
2014-03-17
*
Add point count to lua SkPath.
commit-bot@chromium.org
2014-02-26
*
Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.c...
bsalomon@google.com
2014-02-26
*
Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium....
commit-bot@chromium.org
2014-02-26
*
Add getReducedClipStack to lua canvas
commit-bot@chromium.org
2014-02-26
*
Add some SkPath lua functions
commit-bot@chromium.org
2014-02-24
*
Add getClipStack method to lua SkCanvas
commit-bot@chromium.org
2014-02-24
*
Added 3-color gradient scraper for detecting symmetrical gradients.
commit-bot@chromium.org
2013-08-01
*
add more stats to the bitmap matrix locator
humper@google.com
2013-07-26
*
expose shaders
reed@google.com
2013-07-24
*
Fix build problem with reverted issue 16948011
commit-bot@chromium.org
2013-07-19
*
Reverting r10173 due to compile problems
robertphillips@google.com
2013-07-19
*
Measurement tool for Bounding-Box-Hierarchies.
commit-bot@chromium.org
2013-07-19
*
Add the lazy decoder from PictureFlags to SkImageDecoder
commit-bot@chromium.org
2013-07-16
*
clean up extra printfs in count_effects.lua
reed@google.com
2013-07-12
*
add newline to bitmap rotation script output
humper@google.com
2013-07-11
*
add matrix objects to the lua bindings, as well as a lua script to find the p...
humper@google.com
2013-07-10
*
add paint:getEffects to return table of bools of a given effect is present on...
reed@google.com
2013-07-10
*
Replace SkPicture(SkStream) constructors with a factory.
scroggo@google.com
2013-06-28
*
Add modulo flag to lua_pictures.
commit-bot@chromium.org
2013-06-21
*
Allow files, making ".skp files or directories are required." less of a lie.
commit-bot@chromium.org
2013-06-18
*
use ForceLinking to get codecs into lua_picture
reed@google.com
2013-06-12
*
add script to count glyph -vs- char draw calls
reed@google.com
2013-06-12
*
more paint methods to lua
mike@reedtribe.org
2013-06-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-01
*
sort the glyphID arrays
reed@google.com
2013-05-31
*
add script to scrape glyph usage in drawText calls
reed@google.com
2013-05-30
*
expand SkLua to handle creation of its own State
reed@google.com
2013-05-22
*
add dumpops.lua as a sample scraper that just dumps the arguments
reed@google.com
2013-05-22
*
add SkPath as real lua object
reed@google.com
2013-05-21
*
add startcanvas/endcanvas entry-points for the script. rename all "official" ...
reed@google.com
2013-05-21
*
disable dumping the ctm on every drawRect verb (was there for testing)
reed@google.com
2013-05-21
*
support SkCanvas as a real lua object
mike@reedtribe.org
2013-05-21
*
allow multiple lua files to be used in lua_pictures
mike@reedtribe.org
2013-05-21
*
printf name of picture *before* we try to scrape it.
mike@reedtribe.org
2013-05-21
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-16
*
lua accumulate now receives a table of the draw parameters
mike@reedtribe.org
2013-05-16
*
add SkLuaCanvas
reed@google.com
2013-05-15