summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_pile_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move files out of cc/resources/.danakj2015-05-181-1345/+0
* cc: Remove invalidation historyenne2015-04-071-250/+43
* cc: Make the invalidation frequency buffer bigger.vmpstr2015-04-031-14/+19
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-3/+3
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-051-1/+1
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-271-2/+5
* Revert of cc: Remove tile and scale specific code from raster source (patchse...jdduke2015-01-031-5/+2
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-031-2/+5
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-181-3/+3
* cc: Refactor RecordingSourcehendrikw2014-11-181-11/+4
* Revert of cc: Toggle LCD text at raster time instead of record time. (patchse...jyasskin2014-11-181-1/+1
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-171-1/+1
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-2/+2
* cc: Remove PicturePileBasehendrikw2014-11-121-120/+96
* cc: Add RecordingSource and replace references to PicturePileshendrikw2014-11-111-14/+14
* cc: Add invalidations when shrinking pilesenne2014-11-111-242/+348
* cc: Remove main thread rendering statshendrikw2014-11-081-12/+4
* cc: Remove PicturePileBase as a base class of PicturePileImpl.vmpstr2014-11-071-2/+7
* cc: DCHECK that pile size == layer size during draw if pile isn't empty.danakj2014-11-061-0/+12
* cc: Translate the canvas to correctly detect solid colorshendrikw2014-10-301-0/+24
* cc: Added raster source.vmpstr2014-10-281-287/+285
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-2/+2
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-1/+1
* cc: Correct expansion of invalidation for tiles outside of interest rectdanakj2014-10-151-0/+76
* cc: Make full-pile invalidations cheap.danakj2014-10-141-0/+82
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-2/+2
* This is an optimization that uses solid color detection tohendrikw2014-09-201-8/+8
* cc: Invalidate all new recorded pixels when a layer grows.danakj2014-09-101-22/+53
* Expose IsSolidColor and write units testshendrikw2014-08-271-4/+58
* cc: Fix CanRaster dcheck failures ONCE AND FOR ALL.danakj2014-08-251-45/+233
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-221-1/+1
* cc: Give TilingData back a Size instead of a Rect.danakj@chromium.org2014-07-161-88/+89
* cc: Explicitly invalidate all dropped recordings on the main thread.danakj@chromium.org2014-07-121-63/+456
* cc: Don't drop recording tiles on edges of the tiling that didn't resizedanakj@chromium.org2014-06-271-0/+228
* cc: Expand invalidation to full tile when recording is missing for the tile.danakj@chromium.org2014-06-181-35/+89
* Revert 277964 "cc: In SyncFromActiveLayer, drop all tiles not in..."perkj@chromium.org2014-06-181-89/+35
* cc: In SyncFromActiveLayer, drop all tiles not in the recorded_viewport.danakj@chromium.org2014-06-181-35/+89
* cc: Use SkRecord recording back-end in bleeding edge rendering modeskyostil@chromium.org2014-05-061-0/+1
* cc: Give TilingData a Rect instead of a Sizeernstm@chromium.org2014-04-161-31/+36
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-251-0/+1
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-191-0/+91
* Clean up repeated code in picture pile unittestenne@chromium.org2014-03-181-164/+94
* cc: Added invalidation frequency for picture pile.vmpstr@chromium.org2013-12-101-9/+130
* cc: Changing picture pile in favour of a grid of pictures.vmpstr@chromium.org2013-10-291-55/+26
* cc: Increased robustness of rasterize and record benchmark.ernstm@chromium.org2013-07-151-12/+6
* cc: Refactored rasterize benchmark to use timeline model.ernstm@chromium.org2013-07-101-6/+12
* cc: Switch Picture to use RenderingStatsInstrumentationegraether@chromium.org2013-06-271-6/+10
* cc: Clear impl-side painting canvases more efficientlyenne@chromium.org2013-06-071-0/+6
* Add shortcut path for scaling integer rects.danakj@chromium.org2013-05-201-4/+4
* cc: Inflate invalidation in each picture listdanakj@chromium.org2013-05-101-0/+201