summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Disable elastic overscroll when pages are not user scrollableccameron2015-02-202-0/+11
* Fix Enum Style Throughout CC.ericrk2015-02-2074-1761/+1607
* Avoid redrawing Display when not damaged.jbauman2015-02-204-15/+279
* cc: Fix MSAA when threaded GPU rasterization is enabled.senorblanco2015-02-201-1/+1
* cc: Make VideoResourceUpdater use CopyToResource instead of SetPixels.danakj2015-02-192-8/+37
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+2
* Add support for the Rec709 YUV color space to the hardware composited video p...rileya2015-02-195-17/+28
* cc: Remove UpdateDrawProperties during sync compositeenne2015-02-194-12/+16
* cc: Fix missing render surfaces with output requestsenne2015-02-195-5/+102
* Resolve FIXMEs in cc for Display Item Lists.schenney2015-02-197-50/+61
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-198-125/+136
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-1939-308/+331
* cc: Remove unused PictureDrawQuad support from GLRenderer.danakj2015-02-1914-271/+95
* Remove #ifs from WebDisplayItemListImplajuma2015-02-182-17/+0
* Work on GN Win64 build.brettw2015-02-181-0/+2
* Sort GYP and GN files under ccsatorux2015-02-184-62/+62
* Break down end-to-end scroll update latency UMA metricsmiletus2015-02-182-9/+18
* 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