| Commit message (Expand) | Author | Age |
* | Add support for using ANGLE in bench_pictures. | scroggo@google.com | 2013-02-08 |
* | Enhance GL error checking for non-Ganesh GL calls | robertphillips@google.com | 2013-02-07 |
* | Fixed warning/error in PictureRenderer.cpp | robertphillips@google.com | 2013-02-07 |
* | In picture rendering tools, draw the entire scaled image. | scroggo@google.com | 2013-02-06 |
* | Change the method for timing individual tiles in bench_pictures. | scroggo@google.com | 2013-01-28 |
* | Fixing expression logic from r7237/r7234 | junov@chromium.org | 2013-01-16 |
* | Compiler warning fixes for r7235 | robertphillips@google.com | 2013-01-16 |
* | Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u... | junov@chromium.org | 2013-01-16 |
* | Cleaned up warnings in Windows build. | jvanverth@google.com | 2013-01-07 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-19 |
* | 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 |
* | Allow bench_pictures to have its viewport set on the command line. | scroggo@google.com | 2012-12-13 |
* | Modifying SkTileGrid to support arbitrary query rectangles. | junov@chromium.org | 2012-12-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-11 |
* | add '--mode clone' option to bench_pictures | reed@google.com | 2012-12-10 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | add SkPictureUtils::GatherPixelRefs() | reed@google.com | 2012-11-29 |
* | change SkDrawFilter::filter to return a bool, where false means don't-draw | reed@google.com | 2012-11-26 |
* | Add an option to render_pictures to rerecord the pictures with PNG encoded bi... | scroggo@google.com | 2012-11-07 |
* | Add low blur and AAClip options to picture bench. | caryclark@google.com | 2012-11-07 |
* | 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 |
* | 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 |
* | Fix a warning. | scroggo@google.com | 2012-10-11 |
* | Allow render_pictures to render using multiple threads. | scroggo@google.com | 2012-10-03 |
* | Fix some bugs in our picture tools. | scroggo@google.com | 2012-10-01 |
* | 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 |
* | Fix ordering of initializer list to fix compiler complaints. | rileya@google.com | 2012-09-10 |
* | Report data from bench_pictures in the same fashion as bench. | scroggo@google.com | 2012-09-07 |
* | Fixed Windows compiler complaints (esp. in debugger) | robertphillips@google.com | 2012-09-06 |
* | Fix windows build of tools. | scroggo@google.com | 2012-08-31 |
* | Rename my DeferredPipeController to not conflict with the other. | scroggo@google.com | 2012-08-31 |
* | Perform multi core rendering in bench_pictures. | scroggo@google.com | 2012-08-31 |
* | Fix uninitialized values in bench_pictures' tiled renderer. | rileya@google.com | 2012-08-29 |
* | Implemented power of two tiling. | keyar@chromium.org | 2012-08-23 |
* | Changed how tiles are copied to the master canvas. | 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 |
* | Added copyright notice to PictureRenderer.cpp | keyar@chromium.org | 2012-08-20 |
* | flush() and glFinish() are now in the timed area of rendering. | keyar@chromium.org | 2012-08-20 |
* | Fixed up SK_SUPPORT_GPU flags. | keyar@chromium.org | 2012-08-20 |