1. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  2. 78c7127 Update old tools to allow MultiPictureDraw rendering by robertphillips · 10 years ago
  3. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  4. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  5. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  6. b1aded8 Add flag to bench/render pictures by krajcevski · 10 years ago
  7. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  8. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  9. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  10. 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
  11. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  12. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  13. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  14. 06fdc69 Added grid data to logging output by kelvinly · 10 years ago
  15. 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 10 years ago
  16. 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 10 years ago
  17. 205ce48 add --readJsonSummaryPath to render_pictures by commit-bot@chromium.org · 10 years ago
  18. 90c0fbd reland "extract some common code from PictureRenderer" by commit-bot@chromium.org · 10 years ago
  19. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  20. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  21. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  22. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  23. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  24. 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  25. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  26. f5e315c add --writeChecksumBasedFilenames flag to render_pictures by commit-bot@chromium.org · 10 years ago
  27. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  28. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  29. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  30. 51c040e Alter bench_pictures to "respect" the logPerIter flag. by commit-bot@chromium.org · 10 years ago
  31. cdd0f92 New version of the bbh shootout. by commit-bot@chromium.org · 10 years ago
  32. db34f33 Revert of New version of the bbh shootout (https://codereview.chromium.org/186973005/) by commit-bot@chromium.org · 10 years ago
  33. 4aa7185 New version of the bbh shootout. by commit-bot@chromium.org · 10 years ago
  34. 0fd5270 Add nvprmsaa4 and nvprmsaa16 configs to bench_pictures by commit-bot@chromium.org · 10 years ago
  35. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 10 years ago
  36. 6ab9673 Support mesa config in render_pictures. by rmistry@google.com · 11 years ago
  37. 9de35eb Adds non-1 scalar to config names. by commit-bot@chromium.org · 11 years ago
  38. 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
  39. a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
  40. 387db0a add extra flag (currently unused) for high quality downsampling by humper@google.com · 11 years ago
  41. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  42. 881b10b move all flag bits up by 1, to accomodate new flag in SkPaint by reed@google.com · 11 years ago
  43. f6a9033 Add msaa configs to bench_pictures. by jvanverth@google.com · 11 years ago
  44. e286e84 Modifying the behavior of render_pictures --validate to test the effect of bbh. by junov@chromium.org · 11 years ago
  45. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  46. 7ae918e Move initialization to PictureRenderer ctor by robertphillips@google.com · 11 years ago
  47. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  48. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 11 years ago
  49. e8fe4bc Allow debugger to be compiled without Ganesh by robertphillips@google.com · 11 years ago
  50. 06d6ac6 Clean up some out of order initialization warnings. by scroggo@google.com · 11 years ago
  51. 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 11 years ago
  52. 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 11 years ago
  53. 3af2b8d fix warnings: by mike@reedtribe.org · 12 years ago
  54. 84f548c Flags for render_pictures: verify, clone and writeWholeImage: by edisonn@google.com · 12 years ago
  55. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  56. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  57. cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  58. c4013c1 In the config name, report the viewport, if one is provided. by scroggo@google.com · 12 years ago
  59. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  60. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  61. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  62. e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
  63. ea6a306 include SkPaint.h by reed@google.com · 12 years ago
  64. 411bb72 leading character accidentally deleted on merge by caryclark@google.com · 12 years ago
  65. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  66. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  67. fd9720c Fix the PictureRecord step of BenchPictures. by djsollen@google.com · 12 years ago
  68. 0a049b8 Make bench_pictures output a meaningful config name. by scroggo@google.com · 12 years ago
  69. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  70. 50ff9bd Fixing crash in render_pictures. Uninitialized member in PictureRenderer by junov@chromium.org · 12 years ago
  71. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  72. 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
  73. b6e806b Allow render_pictures to render using multiple threads. by scroggo@google.com · 12 years ago
  74. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  75. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  76. acfb30e Reuse one canvas for every tile in bench_pictures (in single threaded mode). by scroggo@google.com · 12 years ago
  77. 163c84b Added GPU resource cache stats printing to render_pictures by robertphillips@google.com · 12 years ago
  78. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  79. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  80. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  81. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  82. da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
  83. 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
  84. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  85. 275be53 The tiles are properly reset. by keyar@chromium.org · 12 years ago
  86. a474ce3 TiledPictureRenderer now has tiles accelerated when appropiate. by keyar@chromium.org · 12 years ago
  87. 77a5522 State reset and gpu timers added. by keyar@chromium.org · 12 years ago
  88. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  89. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  90. 02dfb12 Minor whitespace change. by keyar@chromium.org · 12 years ago
  91. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  92. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  93. 9d696c0 Refactored the bitmap creation into PictureRenderer. by keyar@chromium.org · 12 years ago
  94. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  95. cc6e5ef Added an option to specify the tiling size to render_pictures. by keyar@chromium.org · 12 years ago
  96. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago