summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* Scroll offset animation curve retargeting.skobes@chromium.org2014-07-182-6/+33
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-1812-35/+79
* Revert "Implement scroll handler latency tracking"miletus@chromium.org2014-07-178-142/+22
* Rename composited selection anchor/focus to start/endjdduke@chromium.org2014-07-166-58/+58
* cc: Refactor ResourceProvider.sohan.jyoti@samsung.com2014-07-162-6/+17
* cc: Disable flaky LayerTreeHostTestBreakSwapPromise test.danakj@chromium.org2014-07-151-1/+2
* Histogram to track missing and incomplete tilesweiliangc@chromium.org2014-07-142-4/+21
* cc: early return if unoccluded_region_in_target_surface is emptyhyunki.baik@samsung.com2014-07-141-0/+6
* Add a UMA for the number of layers in a frame.dneto@chromium.org2014-07-144-0/+24
* Explicitly resize inner viewport container layer on SetViewportSizebokan@chromium.org2014-07-111-0/+1
* Removing base::TimeTicks argument to DrawLayers as it isn't really used.mithro@mithis.com2014-07-106-79/+75
* cc: Add some missing braces for style correctness.danakj@chromium.org2014-07-101-1/+3
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-105-35/+49
* Impl thread smooth scrolling.skobes@chromium.org2014-07-105-0/+99
* Use RenderPass to create DrawQuad in unittestsweiliangc@chromium.org2014-07-101-10/+10
* cc: Don't explode on SingleThreadProxy::SetDeferCommitsenne@chromium.org2014-07-091-2/+0
* Implement scroll handler latency trackingskyostil@chromium.org2014-07-098-22/+142
* cc: Fix slow LayerTreeHostAnimationTestajuma@chromium.org2014-07-091-9/+12
* Fix viewport computation in Mac UCccameron@chromium.org2014-07-092-4/+4
* Initial commit of a queueing delay metric:ariblue@google.com2014-07-084-5/+13
* cc: Make trace events use sync-tree labels instead of pending-tree.alokp@chromium.org2014-07-074-8/+8
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-032-8/+8
* cc: Hide Gpu Rasterization details in Resource Provider.sohan.jyoti@samsung.com2014-07-031-5/+3
* cc: Disallow scroll offset animations when impl-scrolling isn't supportedajuma@chromium.org2014-07-038-6/+29
* Add switch to disable recording whole documentboliu@chromium.org2014-07-022-1/+3
* Route selection bounds updates through the compositorjdduke@chromium.org2014-07-017-3/+397
* cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPoolsohan.jyoti@samsung.com2014-07-011-4/+4
* cc: Activate sync tree instead of pending tree.alokp@chromium.org2014-07-016-70/+70
* Revert 280493 "Make SingleThreadProxy a SchedulerClient"nkostylev@chromium.org2014-06-2811-361/+136
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-06-2811-136/+361
* cc: Fixed unittests that counted the number of tree activations.alokp@chromium.org2014-06-271-2/+11
* Update scrollbar parameters when it is associated to layerwangxianzhu@chromium.org2014-06-271-4/+2
* cc: Trace FrameViewer tracingenne@chromium.org2014-06-251-7/+10
* cc: Move the call to LayerTreeImpl::ResetRequiresHighResToDraw.alokp@chromium.org2014-06-251-9/+8
* cc: Update draw if external draw constraints changeboliu@chromium.org2014-06-242-0/+30
* Skip occluded tiles during rasterization.jbedley@chromium.org2014-06-233-5/+26
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-234-28/+30
* cc: Support on demand raster with gpu rasterizationboliu@chromium.org2014-06-213-1/+59
* cc: Don't add new tilings while syncing a tiling.danakj@chromium.org2014-06-201-3/+3
* cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().danakj@chromium.org2014-06-191-56/+0
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-197-93/+0
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-198-32/+34
* Revert of cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings()...jackhou@chromium.org2014-06-191-0/+56
* cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().danakj@chromium.org2014-06-191-56/+0
* Disable LayerTreeHostTestHighResRequiredAfterEvictingUIResourcesbrettw@chromium.org2014-06-181-1/+2
* Remove QuadCuller class and make QuadSink concreteweiliangc@chromium.org2014-06-173-107/+4
* gpu: Only estimate parent compositor run time when neededskyostil@chromium.org2014-06-171-1/+2
* cc: Update draw properties on external root scrollboliu@chromium.org2014-06-172-0/+37
* cc: adjust devtools_instrumentation to needs of trace-based timelinecaseq@chromium.org2014-06-151-2/+3
* MockQC stops create its own RP and MockOcclusionTrackerweiliangc@chromium.org2014-06-131-1/+2