| Commit message (Expand) | Author | Age |
* | move all flag bits up by 1, to accomodate new flag in SkPaint | reed@google.com | 2013-05-22 |
* | Add msaa configs to bench_pictures. | jvanverth@google.com | 2013-05-02 |
* | Modifying the behavior of render_pictures --validate to test the effect of bbh. | junov@chromium.org | 2013-03-13 |
* | Created my own flag parser, based off of gflags. | scroggo@google.com | 2013-03-04 |
* | Move initialization to PictureRenderer ctor | robertphillips@google.com | 2013-03-02 |
* | Split GrGLContextInfo into GrGLContext & GrGLContextInfo | robertphillips@google.com | 2013-02-28 |
* | Change SkTileGride geometry calculations to match the Chromium compositor. | junov@chromium.org | 2013-02-27 |
* | Allow debugger to be compiled without Ganesh | robertphillips@google.com | 2013-02-13 |
* | Clean up some out of order initialization warnings. | scroggo@google.com | 2013-02-08 |
* | Add support for using ANGLE in bench_pictures. | scroggo@google.com | 2013-02-08 |
* | Change the method for timing individual tiles in bench_pictures. | scroggo@google.com | 2013-01-28 |
* | fix warnings: | mike@reedtribe.org | 2012-12-24 |
* | Flags for render_pictures: verify, clone and writeWholeImage: | edisonn@google.com | 2012-12-18 |
* | remove experimental setAsABlur, as it forces the instance to be mutable, and was | reed@google.com | 2012-12-18 |
* | Allow setting a scaleFactor in bench_pictures (and render_pictures). | scroggo@google.com | 2012-12-17 |
* | Provide an option to bench drawing individual tiles in bench_pictures. | scroggo@google.com | 2012-12-13 |
* | In the config name, report the viewport, if one is provided. | scroggo@google.com | 2012-12-13 |
* | Allow bench_pictures to have its viewport set on the command line. | scroggo@google.com | 2012-12-13 |
* | add '--mode clone' option to bench_pictures | reed@google.com | 2012-12-10 |
* | add SkPictureUtils::GatherPixelRefs() | reed@google.com | 2012-11-29 |
* | Add low blur and AAClip options to picture bench. | caryclark@google.com | 2012-11-07 |
* | include SkPaint.h | reed@google.com | 2012-11-06 |
* | leading character accidentally deleted on merge | caryclark@google.com | 2012-11-06 |
* | add draw filter option to picture_bench | caryclark@google.com | 2012-11-06 |
* | Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb... | junov@chromium.org | 2012-11-06 |
* | Fix the PictureRecord step of BenchPictures. | djsollen@google.com | 2012-11-06 |
* | Make bench_pictures output a meaningful config name. | scroggo@google.com | 2012-11-02 |
* | In bench_pictures --multi, maintain thread local caches. | scroggo@google.com | 2012-11-02 |
* | Fixing crash in render_pictures. Uninitialized member in PictureRenderer | junov@chromium.org | 2012-11-02 |
* | Adding rtree support to the bench_pictures utility | junov@chromium.org | 2012-11-02 |
* | Make output path to render_pictures optional | borenet@google.com | 2012-10-26 |
* | Allow render_pictures to render using multiple threads. | scroggo@google.com | 2012-10-03 |
* | In render_pictures tiled rendering, draw a separate PNG for each tile. | scroggo@google.com | 2012-09-20 |
* | In bench_pictures, use a pool of tiles for multicore drawing. | scroggo@google.com | 2012-09-20 |
* | Reuse one canvas for every tile in bench_pictures (in single threaded mode). | scroggo@google.com | 2012-09-18 |
* | Added GPU resource cache stats printing to render_pictures | robertphillips@google.com | 2012-09-13 |
* | Report data from bench_pictures in the same fashion as bench. | scroggo@google.com | 2012-09-07 |
* | Perform multi core rendering in bench_pictures. | scroggo@google.com | 2012-08-31 |
* | Implemented power of two tiling. | keyar@chromium.org | 2012-08-23 |
* | Images are written by PictureRenderer and not render_pictures_main. | keyar@chromium.org | 2012-08-21 |
* | Removed the TileInfo struct used in TiledPictureRenderer. | keyar@chromium.org | 2012-08-20 |
* | flush() and glFinish() are now in the timed area of rendering. | keyar@chromium.org | 2012-08-20 |
* | Added the option to enable GPU rendering on render_ and bench_pictures. | keyar@chromium.org | 2012-08-20 |
* | The tiles are properly reset. | keyar@chromium.org | 2012-08-20 |
* | TiledPictureRenderer now has tiles accelerated when appropiate. | keyar@chromium.org | 2012-08-20 |
* | State reset and gpu timers added. | keyar@chromium.org | 2012-08-20 |
* | Changed to Yoda style comparisons where appropriate. | keyar@chromium.org | 2012-08-20 |
* | Have GPU based approach workingish. | keyar@chromium.org | 2012-08-20 |
* | Minor whitespace change. | keyar@chromium.org | 2012-08-20 |
* | The GrContext and the GrFactoryContext are now kept around. | keyar@chromium.org | 2012-08-20 |