1. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  2. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  3. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  4. e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
  5. ea6a306 include SkPaint.h by reed@google.com · 12 years ago
  6. 411bb72 leading character accidentally deleted on merge by caryclark@google.com · 12 years ago
  7. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  8. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  9. fd9720c Fix the PictureRecord step of BenchPictures. by djsollen@google.com · 12 years ago
  10. 0a049b8 Make bench_pictures output a meaningful config name. by scroggo@google.com · 12 years ago
  11. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  12. 50ff9bd Fixing crash in render_pictures. Uninitialized member in PictureRenderer by junov@chromium.org · 12 years ago
  13. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  14. 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
  15. b6e806b Allow render_pictures to render using multiple threads. by scroggo@google.com · 12 years ago
  16. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  17. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  18. acfb30e Reuse one canvas for every tile in bench_pictures (in single threaded mode). by scroggo@google.com · 12 years ago
  19. 163c84b Added GPU resource cache stats printing to render_pictures by robertphillips@google.com · 12 years ago
  20. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  21. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  22. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  23. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  24. da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
  25. 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
  26. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  27. 275be53 The tiles are properly reset. by keyar@chromium.org · 12 years ago
  28. a474ce3 TiledPictureRenderer now has tiles accelerated when appropiate. by keyar@chromium.org · 12 years ago
  29. 77a5522 State reset and gpu timers added. by keyar@chromium.org · 12 years ago
  30. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  31. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  32. 02dfb12 Minor whitespace change. by keyar@chromium.org · 12 years ago
  33. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  34. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  35. 9d696c0 Refactored the bitmap creation into PictureRenderer. by keyar@chromium.org · 12 years ago
  36. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  37. cc6e5ef Added an option to specify the tiling size to render_pictures. by keyar@chromium.org · 12 years ago
  38. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago