- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
- ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
- d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
- 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
- 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
- 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 10 years ago
- 661832c speed up benches: postpone hash computation in PictureRenderer.cpp by commit-bot@chromium.org · 10 years ago
- 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 10 years ago
- 205ce48 add --readJsonSummaryPath to render_pictures by commit-bot@chromium.org · 10 years ago
- 90c0fbd reland "extract some common code from PictureRenderer" by commit-bot@chromium.org · 10 years ago
- de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
- ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
- 4610a46 reland r14391 ('fix contents of render_pictures JSON summary') by commit-bot@chromium.org · 11 years ago
- cced37d Revert of fix contents of render_pictures JSON summary (https://codereview.chromium.org/259703002/) by commit-bot@chromium.org · 11 years ago
- eecdcb9 fix contents of render_pictures JSON summary by commit-bot@chromium.org · 11 years ago
- 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 11 years ago
- 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 11 years ago
- 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 11 years ago
- 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 11 years ago
- 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 11 years ago
- 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 11 years ago
- b470c21 Silence warning after f5e315ccf1a. by commit-bot@chromium.org · 11 years ago
- f5e315c add --writeChecksumBasedFilenames flag to render_pictures by commit-bot@chromium.org · 11 years ago
- 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
- 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
- 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
- 51c040e Alter bench_pictures to "respect" the logPerIter flag. by commit-bot@chromium.org · 11 years ago
- 0fd5270 Add nvprmsaa4 and nvprmsaa16 configs to bench_pictures by commit-bot@chromium.org · 11 years ago
- c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
- 17cc3ea When a picture lies about its size (i.e., claims to be 100x100 but only ever draws to 90x100) arbitrary pixel differences can appear in the undrawn portion. This is causing spurious differences to appear in the 8888 vs. gpu telemetry results. by commit-bot@chromium.org · 11 years ago
- 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
- 6ab9673 Support mesa config in render_pictures. by rmistry@google.com · 11 years ago
- 91e3ffd These strings are unused. by commit-bot@chromium.org · 11 years ago
- 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
- 3b85deb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- e15b2f5 move SkScalarLog2 into its only client, in a move to reduce our public API surface area by reed@google.com · 11 years ago
- a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
- 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
- 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
- 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
- f6a9033 Add msaa configs to bench_pictures. by jvanverth@google.com · 12 years ago
- ae403b9 Simplify bench pictures render target creation. by commit-bot@chromium.org · 12 years ago
- d59cf7c Remove reset of SkTileGrid in PictureRenderer::init by robertphillips@google.com · 12 years ago
- 2c00ba3 Revert 7932 by robertphillips@google.com · 12 years ago
- f9ce423 Initialize grid info in TiledPictureRenderer::init by robertphillips@google.com · 12 years ago
- 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
- 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
- 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
- fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
- 8ac811e Fixed warning/error in PictureRenderer.cpp by robertphillips@google.com · 12 years ago
- 905379a In picture rendering tools, draw the entire scaled image. by scroggo@google.com · 12 years ago
- 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
- 100b1c5 Fixing expression logic from r7237/r7234 TBR=borenet by junov@chromium.org · 12 years ago
- 914a2f2 Compiler warning fixes for r7235 by robertphillips@google.com · 12 years ago
- 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
- 9c4e5ac Cleaned up warnings in Windows build. by jvanverth@google.com · 12 years ago
- a7d8e3e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 84f548c Flags for render_pictures: verify, clone and writeWholeImage: by edisonn@google.com · 12 years ago
- 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
- 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
- cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
- c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
- 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
- c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
- c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
- 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
- a9e3a36 Add an option to render_pictures to rerecord the pictures with PNG encoded bitmaps. by scroggo@google.com · 12 years ago
- e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
- a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
- 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
- fd9720c Fix the PictureRecord step of BenchPictures. by djsollen@google.com · 12 years ago
- 0a049b8 Make bench_pictures output a meaningful config name. by scroggo@google.com · 12 years ago
- a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
- 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
- 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
- b8e404a Fix a warning. by scroggo@google.com · 12 years ago
- b6e806b Allow render_pictures to render using multiple threads. by scroggo@google.com · 12 years ago
- b4773b4 Fix some bugs in our picture tools. by scroggo@google.com · 12 years ago
- 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
- bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
- acfb30e Reuse one canvas for every tile in bench_pictures (in single threaded mode). by scroggo@google.com · 12 years ago
- a04dc02 Fix ordering of initializer list to fix compiler complaints. by rileya@google.com · 12 years ago
- 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
- 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
- 6bc8cf8 Fix windows build of tools. by scroggo@google.com · 12 years ago
- 8e073ba Rename my DeferredPipeController to not conflict with the other. by scroggo@google.com · 12 years ago
- 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
- b947b91 Fix uninitialized values in bench_pictures' tiled renderer. by rileya@google.com · 12 years ago
- f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
- ea82695 Changed how tiles are copied to the master canvas. by keyar@chromium.org · 12 years ago
- 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
- da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
- b3fb7c1 Added copyright notice to PictureRenderer.cpp by keyar@chromium.org · 12 years ago
- 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
- a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
- bffacc0 Added some assertions. by keyar@chromium.org · 12 years ago