aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.h
Commit message (Expand)AuthorAge
...
* remove experimental setAsABlur, as it forces the instance to be mutable, and wasGravatar reed@google.com2012-12-18
* Allow setting a scaleFactor in bench_pictures (and render_pictures).Gravatar scroggo@google.com2012-12-17
* Provide an option to bench drawing individual tiles in bench_pictures.Gravatar scroggo@google.com2012-12-13
* In the config name, report the viewport, if one is provided.Gravatar scroggo@google.com2012-12-13
* Allow bench_pictures to have its viewport set on the command line.Gravatar scroggo@google.com2012-12-13
* add '--mode clone' option to bench_picturesGravatar reed@google.com2012-12-10
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* Add low blur and AAClip options to picture bench.Gravatar caryclark@google.com2012-11-07
* include SkPaint.hGravatar reed@google.com2012-11-06
* leading character accidentally deleted on mergeGravatar caryclark@google.com2012-11-06
* add draw filter option to picture_benchGravatar caryclark@google.com2012-11-06
* Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...Gravatar junov@chromium.org2012-11-06
* Fix the PictureRecord step of BenchPictures.Gravatar djsollen@google.com2012-11-06
* Make bench_pictures output a meaningful config name.Gravatar scroggo@google.com2012-11-02
* In bench_pictures --multi, maintain thread local caches.Gravatar scroggo@google.com2012-11-02
* Fixing crash in render_pictures. Uninitialized member in PictureRendererGravatar junov@chromium.org2012-11-02
* Adding rtree support to the bench_pictures utilityGravatar junov@chromium.org2012-11-02
* Make output path to render_pictures optionalGravatar borenet@google.com2012-10-26
* Allow render_pictures to render using multiple threads.Gravatar scroggo@google.com2012-10-03
* In render_pictures tiled rendering, draw a separate PNG for each tile.Gravatar scroggo@google.com2012-09-20
* In bench_pictures, use a pool of tiles for multicore drawing.Gravatar scroggo@google.com2012-09-20
* Reuse one canvas for every tile in bench_pictures (in single threaded mode).Gravatar scroggo@google.com2012-09-18
* Added GPU resource cache stats printing to render_picturesGravatar robertphillips@google.com2012-09-13
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Images are written by PictureRenderer and not render_pictures_main.Gravatar keyar@chromium.org2012-08-21
* Removed the TileInfo struct used in TiledPictureRenderer.Gravatar keyar@chromium.org2012-08-20
* flush() and glFinish() are now in the timed area of rendering.Gravatar keyar@chromium.org2012-08-20
* Added the option to enable GPU rendering on render_ and bench_pictures.Gravatar keyar@chromium.org2012-08-20
* The tiles are properly reset.Gravatar keyar@chromium.org2012-08-20
* TiledPictureRenderer now has tiles accelerated when appropiate.Gravatar keyar@chromium.org2012-08-20
* State reset and gpu timers added.Gravatar keyar@chromium.org2012-08-20
* Changed to Yoda style comparisons where appropriate.Gravatar keyar@chromium.org2012-08-20
* Have GPU based approach workingish.Gravatar keyar@chromium.org2012-08-20
* Minor whitespace change.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
* Refactored the bitmap creation into PictureRenderer.Gravatar keyar@chromium.org2012-08-07
* Merged bench_pictures and render_pictures rendering methods.Gravatar keyar@chromium.org2012-08-01
* Added an option to specify the tiling size to render_pictures.Gravatar keyar@chromium.org2012-07-27
* Changed to a class based method in passing around the rendering method for re...Gravatar keyar@chromium.org2012-07-26