aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.cpp
Commit message (Expand)AuthorAge
* New API for encoding bitmaps during serialization.Gravatar scroggo@google.com2013-05-21
* Add msaa configs to bench_pictures.Gravatar jvanverth@google.com2013-05-02
* Simplify bench pictures render target creation.Gravatar commit-bot@chromium.org2013-04-10
* Remove reset of SkTileGrid in PictureRenderer::initGravatar robertphillips@google.com2013-03-08
* Revert 7932Gravatar robertphillips@google.com2013-03-01
* Initialize grid info in TiledPictureRenderer::initGravatar robertphillips@google.com2013-03-01
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Add support for using ANGLE in bench_pictures.Gravatar scroggo@google.com2013-02-08
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Fixed warning/error in PictureRenderer.cppGravatar robertphillips@google.com2013-02-07
* In picture rendering tools, draw the entire scaled image.Gravatar scroggo@google.com2013-02-06
* Change the method for timing individual tiles in bench_pictures.Gravatar scroggo@google.com2013-01-28
* Fixing expression logic from r7237/r7234Gravatar junov@chromium.org2013-01-16
* Compiler warning fixes for r7235Gravatar robertphillips@google.com2013-01-16
* Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...Gravatar junov@chromium.org2013-01-16
* Cleaned up warnings in Windows build.Gravatar jvanverth@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-19
* Flags for render_pictures: verify, clone and writeWholeImage:Gravatar edisonn@google.com2012-12-18
* 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
* Allow bench_pictures to have its viewport set on the command line.Gravatar scroggo@google.com2012-12-13
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-11
* add '--mode clone' option to bench_picturesGravatar reed@google.com2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* Add an option to render_pictures to rerecord the pictures with PNG encoded bi...Gravatar scroggo@google.com2012-11-07
* Add low blur and AAClip options to picture bench.Gravatar caryclark@google.com2012-11-07
* 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
* 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
* Fix a warning.Gravatar scroggo@google.com2012-10-11
* Allow render_pictures to render using multiple threads.Gravatar scroggo@google.com2012-10-03
* Fix some bugs in our picture tools.Gravatar scroggo@google.com2012-10-01
* 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
* Fix ordering of initializer list to fix compiler complaints.Gravatar rileya@google.com2012-09-10
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Fixed Windows compiler complaints (esp. in debugger)Gravatar robertphillips@google.com2012-09-06
* Fix windows build of tools.Gravatar scroggo@google.com2012-08-31
* Rename my DeferredPipeController to not conflict with the other.Gravatar scroggo@google.com2012-08-31
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31