summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix crash in TileTaskWorkerPoolPerfTests.e.hakkinen2015-02-181-0/+2
* cc: Add DCHECK to OneCopyTileTaskWorkerPool::ScheduleTasks.reveman2015-02-181-0/+7
* [cc]: Add a BeginMainFrameNotExpectedSoon signal and route it to the Renderer...rmcilroy2015-02-1813-14/+95
* VideoResourceUpdater: Add unittests for software compositormagjed2015-02-181-2/+97
* cc: Commit directly to active tree when using single thread.danakj2015-02-1712-33/+48
* Fix location setting for Drawing Display Items in cc.schenney2015-02-171-2/+1
* cc: Threaded GPU - fix thread binding.vmiura2015-02-161-16/+8
* cc: Fix DCHECK when impl thread changes scale on a layer being hidden.danakj2015-02-143-1/+245
* cc: Make raster source members constenne2015-02-1418-366/+481
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-1442-126/+93
* cc: Stop passing the occlusion explicitly to UpdateTiles.danakj2015-02-146-35/+26
* cc: Revert to using SkMultiPictureDraw in GpuRasterizer::RasterizeSource().vmiura2015-02-141-1/+4
* cc: Add threaded GPU rasterization.vmiura2015-02-1431-78/+315
* cc: Fix bug in generating picture layer pairs from 2 lists.danakj2015-02-134-4/+202
* cc: Make occlusion a draw property.danakj2015-02-1312-666/+407
* cc: Make HeadsUpDisplayLayer no longer a ContentsScalingLayerenne2015-02-134-16/+29
* Enable partial recording if slimmingPaintDisplayItemCache is enabledwangxianzhu2015-02-131-4/+3
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-1314-270/+289
* cc: Switch eviction iterators to consider combined priority.vmpstr2015-02-135-57/+55
* Constify SkPicture in DrawingDisplayItemschenney2015-02-132-1/+9
* Add a lock on context provider for use from multiple threads.jbauman2015-02-137-0/+37
* Add a base::TimeTicks::SnappedToNextTick methodbrianderson2015-02-132-38/+7
* Revert of cc: Make PaintedScrollbarLayer not use ContentsScalingLayer (patchs...enne2015-02-1214-280/+269
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-1214-269/+280
* cc: Update TestContextProvider to use SkNullGLContext.vmiura2015-02-121-5/+5
* cc: Translate filter when texture is larger than quad recthendrikw2015-02-125-15/+78
* cc: Use FilterOperations instead of SkImageFilter in FilterDisplayItemajuma2015-02-125-15/+88
* [Android] Disable pull-to-refresh with overflow-y:hiddenjdduke2015-02-124-1/+35
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-1214-180/+47
* cc: Stop passing OcclusionTracker to RenderSurfaceImpl.danakj2015-02-116-81/+86
* gpu video: optimize HW video to SW canvas and implement it for WebRTC.dongseong.hwang2015-02-112-5/+5
* cc: Move the picture_layers_ list from LayerTreeHostImpl to the trees.danakj2015-02-115-63/+42
* Make BeginFrameSourceMixIn's NeedsBeginFrame finaljincheol.jo2015-02-112-17/+1
* Refactor shader.cc/hericrk2015-02-112-853/+1066
* cc: Remove OcclusionTracker::UnoccludedContributingSurfaceContentRect.danakj2015-02-114-62/+30
* cc: Remove ValidateRenderSurfaces debug checkenne2015-02-111-18/+0
* cc: Remove a TODO in LayerTreeImpl, and reorganize methods.danakj2015-02-102-17/+17
* cc: Add thread check in VideoFrameProviderClientImpldongseong.hwang2015-02-103-5/+26
* cc: Change the soon border rect to be a percentage of viewportvmpstr2015-02-105-19/+41
* Revert of Revert of Allow creating context for cc worker thread. (patchset #1...caseq2015-02-104-13/+85
* Revert of Allow creating context for cc worker thread. (patchset #5 id:80001 ...caseq2015-02-104-85/+13
* Add .dSYM paths for test isolate files that have ASan support on Macglider2015-02-101-0/+7
* cc: Remove some GetTrees in favor of layer_tree_impl()->Is*Treevmpstr2015-02-102-4/+5
* Allow creating context for cc worker thread.jbauman2015-02-104-13/+85
* Derive draw transforms from property trees.vollick2015-02-107-151/+309
* cc: Expose frame timing request to Blink.mpb2015-02-102-0/+16
* Deflake and reenable top controls tests.aelias2015-02-091-32/+27
* Fix render state restore bug in DirectRendererericrk2015-02-092-742/+116
* Disable flaky test TopControlsManagerTest.PartialShownWithAmbiguousThresholdH...jiayl2015-02-091-1/+1
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-09144-483/+365