aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
Commit message (Expand)AuthorAge
* add dumpops.lua as a sample scraper that just dumps the argumentsGravatar reed@google.com2013-05-22
* Move SkImage::encode to SkImage_Codec.cpp.Gravatar commit-bot@chromium.org2013-05-20
* use define to work-around localeconf() missingness in androidGravatar reed@google.com2013-05-15
* lua not building on android ??? disabling for nowGravatar reed@google.com2013-05-15
* fix typo in dependency line (don't name file, just dir)Gravatar reed@google.com2013-05-15
* add direct_dependencies for picture_utils, and add cflags_cc for android's gypiGravatar reed@google.com2013-05-15
* disable lua_pictures tool from make for nowGravatar reed@google.com2013-05-15
* add SkLuaCanvasGravatar reed@google.com2013-05-15
* Write/compare against expectations in skimage tool.Gravatar scroggo@google.com2013-05-08
* Updates for the skimage tool.Gravatar scroggo@google.com2013-04-11
* Name table iterator.Gravatar bungeman@google.com2013-04-02
* Change the name of SkFlags to SkCommandLineFlags.Gravatar scroggo@google.com2013-03-21
* Reland r8235 "Switch gm to use SkFlags."Gravatar scroggo@google.com2013-03-20
* Revert "Make gm use SkFlags."Gravatar scroggo@google.com2013-03-19
* Make gm use SkFlags.Gravatar scroggo@google.com2013-03-19
* Improvements/additions to SkImageCache/SkLazyPixelRef.Gravatar scroggo@google.com2013-03-18
* Fix Windows build - revert r8056 and r8057Gravatar borenet@google.com2013-03-08
* Fix buildGravatar borenet@google.com2013-03-08
* Add build condition not to build in iOS an unused lib (failing to build empty...Gravatar edisonn@google.com2013-03-08
* Collect minidump and print callstack if an app chrashes.Gravatar edisonn@google.com2013-03-08
* Convert skhello tool to SkFlags API.Gravatar commit-bot@chromium.org2013-03-04
* Add a way to monitor cache hits and misses for deferred decoding.Gravatar scroggo@google.com2013-03-04
* Created my own flag parser, based off of gflags.Gravatar scroggo@google.com2013-03-04
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Update filter tool to allow more flexible filteringGravatar robertphillips@google.com2013-01-31
* tools.gyp: dependencies in apfabetical orderGravatar edisonn@google.com2013-01-18
* Build render_pdfs on buildbot.Gravatar edisonn@google.com2013-01-18
* Update filter tool to write out paths to .cpp fileGravatar robertphillips@google.com2012-12-07
* Update skdiff.Gravatar bungeman@google.com2012-12-05
* Update filter tool to allow input directory.Gravatar djsollen@google.com2012-11-13
* Add a new PictureRenderer that draws the picture then breaks up into tiles.Gravatar scroggo@google.com2012-11-07
* Adding rtree support to the bench_pictures utilityGravatar junov@chromium.org2012-11-02
* Add utility to convert skp files to pdf files. Code compatible with render_p...Gravatar edisonn@google.com2012-11-01
* Build Skia as a static libraryGravatar borenet@google.com2012-10-10
* Fix build break. a cpp file was not included in the checkin list. will send t...Gravatar edisonn@google.com2012-10-10
* Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testin...Gravatar edisonn@google.com2012-10-10
* Created filter command line toolGravatar robertphillips@google.com2012-10-04
* Enable automatic rescaling in bench_picturesGravatar borenet@google.com2012-09-14
* Fix Android build of render_pictures (Again)Gravatar borenet@google.com2012-09-10
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Add efffects to the list of dependencies for bench_pictures. Required on Andr...Gravatar edisonn@google.com2012-09-05
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Images are written by PictureRenderer and not render_pictures_main.Gravatar keyar@chromium.org2012-08-21
* Fixed no GPU build. Not reviewed.Gravatar keyar@chromium.org2012-08-20
* Changed the gyp file to handle dpendencies via exports.Gravatar keyar@chromium.org2012-08-20
* The GrContext and the GrFactoryContext are now kept around.Gravatar keyar@chromium.org2012-08-20
* Dirty commit so Brian can see changes.Gravatar keyar@chromium.org2012-08-20
* Merged bench_pictures and render_pictures rendering methods.Gravatar keyar@chromium.org2012-08-01
* Changed to a class based method in passing around the rendering method for re...Gravatar keyar@chromium.org2012-07-26
* Added pipe as a rendering option for render_pictures.Gravatar keyar@chromium.org2012-07-16