summaryrefslogtreecommitdiffstats
path: root/cc/tiles
Commit message (Expand)AuthorAgeFilesLines
* Create RenderSurface on Effect Treeweiliangc2015-12-071-1/+1
* CFI: fix invalid cast in tile_manager_unittest.cc.krasin2015-12-031-2/+2
* This change moves TaskGraph creation and management ofericrk2015-12-034-103/+244
* Verifies PropertyTrees on impl for all cc_unittestsweiliangc2015-12-011-7/+8
* cc: Build property trees for layer trees constructed in perf testsajuma2015-11-301-0/+4
* cc: Remove calls to Pass() on rvalues.danakj2015-11-201-1/+1
* cc:: Skip set_oom if tile is ready to drawboliu2015-11-202-7/+24
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-189-24/+26
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-189-95/+116
* cc: Make sure to issue IsReadyToDraw when we're out of memory.vmpstr2015-11-093-19/+102
* Make all unit tests pass with use_property_trees = true.jaydasika2015-11-061-0/+2
* cc: Don't remove tiles when invalidation doesn't intersect the tile.vmpstr2015-10-292-9/+29
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-284-10/+9
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-274-9/+10
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-274-10/+9
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-212-13/+17
* cc: Consider the viewport empty if its too far from a tiling.danakj2015-10-212-21/+53
* cc: Save only the scale for discardable images.vmpstr2015-10-211-1/+1
* cc: Make conversions from gfx::Point to PointF explicit.danakj2015-10-201-2/+2
* Add a flag to disable partial raster in rendererericrk2015-10-203-30/+157
* cc: Remove the base RasterSourcehendrikw2015-10-1911-78/+84
* cc: Rename PositionImage to DrawImage and remove rect.vmpstr2015-10-143-5/+5
* cc: Remove SetLayerTreeHostClientReady()sievers2015-10-072-0/+3
* Enable property tree verification for TileManagerTilePriorityQueueTestsjaydasika2015-10-061-1/+11
* Move gpu memory calculations to Compositor.sohan.jyoti2015-10-051-0/+16
* Cancelled task resources should not return to poolericrk2015-09-292-22/+120
* cc: Re-enable disabled tile manager unittests (plus fixes)vmpstr2015-09-281-13/+7
* cc/skia: Move gather images code to cc::DiscardableImageMap.vmpstr2015-09-253-8/+7
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-253-11/+10
* Rename GatherDiscardableImages to better reflect functionalityvmpstr2015-09-251-1/+1
* Allow task pools to reason about transparency.christiank2015-09-244-11/+26
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-245-220/+216
* Re-land: cc: Implement shared worker contexts.reveman2015-09-242-7/+13
* Revert of cc: Implement shared worker contexts. (patchset #9 id:160001 of htt...kbr2015-09-172-13/+7
* cc: Implement shared worker contexts.reveman2015-09-162-7/+13
* Remove the SkBitmap-based CC fake/mock methodsfmalita2015-09-101-4/+9
* Convert pixel_ref_map -> discardable_image_mapfmalita2015-09-093-48/+41
* Track cc histograms using a global "client name" variable.jbroman2015-09-051-2/+2
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-052-4/+3
* cc: Generate resourceless quads only over valid recordingsenne2015-09-031-2/+2
* cc: Remove TileTask::RunReplyOnOriginThread.reveman2015-09-023-7/+1
* cc: Remove TileTask downcast routines.reveman2015-09-021-2/+4
* cc: Do the math for a tile's content rect in layer space once.danakj2015-08-316-73/+91
* cc: Remove TileTaskRunnerClient::TasksThatShouldBeForcedToComplete.reveman2015-08-282-8/+0
* cc: Remove static tile id in favor of tile manager member.vmpstr2015-08-274-8/+6
* Evict resources from resource pool after timeoutericrk2015-08-253-11/+5
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-201-1/+1
* Currently ResourcePool does not maintain ownership of its resourcesericrk2015-08-195-24/+21
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-1/+1
* cc: Ensure to keep the same low res tiling when activating.vmpstr2015-08-182-17/+8