summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer.h
Commit message (Expand)AuthorAgeFilesLines
* Use sk_sp-based picture recording APIsfmalita2016-03-221-1/+1
* Store recording invalidations in DisplayListRecordingSource, save them via Up...chrishtr2016-03-181-3/+3
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-141-5/+3
* Serialize PictureLayer properties.dtrainor2016-01-041-0/+8
* Switch to standard integer types in cc/.avi2015-12-211-0/+1
* Remove now-unneeded second invalidation region object from PictureLayer.chrishtr2015-12-091-3/+3
* cc: remove recording source base classhendrikw2015-10-061-4/+4
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-1/+1
* cc: Stop passing a ResourceUpdateQueue to Layer::Update().danakj2015-06-191-1/+1
* cc: Stop using occlusion tracker on the main thread.danakj2015-06-121-3/+1
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-3/+6
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-4/+0
* [cc] Add nearest neighbor filtering for PictureLayer.jackhou2014-12-131-0/+3
* cc: Don't swap PictureLayerTilingSet on activate.danakj2014-12-111-1/+4
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-181-2/+2
* cc: Refactor RecordingSourcehendrikw2014-11-181-0/+1
* Revert of cc: Toggle LCD text at raster time instead of record time. (patchse...jyasskin2014-11-181-2/+2
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-171-2/+2
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-0/+2
* cc: Remove PicturePileBasehendrikw2014-11-121-1/+1
* cc: Add RecordingSource and replace references to PicturePileshendrikw2014-11-111-3/+5
* cc: Added raster source.vmpstr2014-10-281-2/+2
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-15/+14
* Remove obsolete SkRecord preview code.mtklein2014-10-171-2/+0
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-1/+1
* cc: Remove unused PictureLayer::is_mask_danakj2014-10-111-1/+0
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-11/+11
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-2/+2
* Record SkPicture with correct LCD text setting.alokp@chromium.org2014-06-121-0/+3
* cc: Use SkRecord recording back-end in bleeding edge rendering modeskyostil@chromium.org2014-05-061-0/+2
* cc: Make gpu rasterization flag per page instead of per layer.alokp@chromium.org2014-05-051-2/+1
* Trigger GPU rasterization based on viewport rather than per-layer hintsajuma@chromium.org2014-04-301-4/+0
* cc: Let skia veto gpu rasterization.alokp@chromium.org2014-04-101-1/+6
* Add a GPU rasterization hint to cc::PictureLayerajuma@chromium.org2014-03-111-0/+3
* cc: Clean up OcclusionTracker template parameters.danakj@chromium.org2014-03-051-3/+2
* cc: Early out in PictureLayer::Update more oftenenne@chromium.org2013-11-251-0/+1
* cc: Fix DCHECK in PictureLayer::PushPropertiesToboliu@chromium.org2013-10-281-0/+2
* cc: Add PictureRecordBenchmark.vmpstr@chromium.org2013-10-121-0/+5
* Implemented printToSkPicture without using WebViewBenchmarkSupport.alokp@chromium.org2013-08-211-0/+1
* cc: PictureLayer should just derive from Layerenne@chromium.org2013-08-031-3/+2
* cc: Use simplified region for pending invalidation.vmpstr@chromium.org2013-07-191-1/+2
* cc: Make Layer::Update return a boolenne@chromium.org2013-07-081-1/+1
* cc: Remove RenderingStats passed to Layer::Update()egraether@chromium.org2013-06-291-3/+1
* Add UMA stats to track LCD text AA effort.hartmanng@chromium.org2013-05-241-0/+1
* Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."danakj@chromium.org2013-03-281-1/+3
* cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...egraether@chromium.org2013-03-281-3/+1
* cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate.danakj@chromium.org2013-03-271-0/+2
* Revert 190817 "cc: Switch RenderingStats collection in Layer::Up..."hashimoto@chromium.org2013-03-271-1/+3
* cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...egraether@chromium.org2013-03-271-3/+1
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-0/+57