summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for ManagedMemoryPolicy (de)serializationnyquist2015-12-0212-0/+211
* Added support for (de)serializing cc::RendererSettingsnyquist2015-12-028-0/+149
* Remove the clip argument to WebContentLayerClient::paintContents.chrishtr2015-12-021-1/+1
* Verifies PropertyTrees on impl for all cc_unittestsweiliangc2015-12-0111-27/+82
* Added support for (de)serializing cc::LayerTreeDebugStatenyquist2015-12-018-0/+147
* Avoid duplicate matrix and transform initialization.wkorman2015-12-011-2/+2
* cc: Fix screen space transform computation for non-drawn layersajuma2015-12-0114-138/+143
* Add and implement WebCompositorSupport::createLayerFromCcLayer.jbroman2015-12-012-0/+6
* Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphW...ericrk2015-12-0125-923/+1304
* gpu: Initial implementation of CommitOverlayPlaneswatk2015-12-012-0/+3
* cc: Use contiguous container for display listenne2015-12-019-20/+898
* cc: Build property trees for layer trees constructed in perf testsajuma2015-11-303-0/+7
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-305-106/+0
* cc: Fix draw transform computation for non-drawn layersajuma2015-11-3031-262/+575
* Set bounds of FakeContentLayerClient for cc perftests.chrishtr2015-11-301-0/+1
* Add two metrics for wheel and touch separately to replace TryScroll.SlowScroll.lanwei2015-11-301-0/+22
* Mac: Don't repaint scrollbars every frameccameron2015-11-2717-14/+203
* Verifies Property Trees in all LayerTreeHostImpl unittestsweiliangc2015-11-271-14/+21
* cc: Make functions internal to draw_property_utils.cc staticajuma2015-11-261-24/+25
* Document paintableRegion for content layer clients.chrishtr2015-11-261-0/+4
* cc: CompositorTimingHistory throughput UMAsbrianderson2015-11-255-35/+217
* Further plumb visual rect into cc:DisplayItemList.wkorman2015-11-2526-111/+213
* Mac CALayer Renderer: Report UMA histogram for CALayer transform outcomeccameron2015-11-251-44/+85
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-2513-212/+23
* Add serialization to protobufs for property trees.khushalsagar2015-11-257-561/+1694
* cc: Add SchedulerStateMachine::DidDraw and use for forced drawsbrianderson2015-11-255-216/+272
* cc: Stop locking the raster scale factor at 1 after any change.danakj2015-11-253-86/+96
* cc: Skip animation-checkerboard frames even when animation is donevmpstr2015-11-244-5/+121
* Remove ScopedPtrMap from /cclimasdf2015-11-242-8/+8
* Add support for converting cc::Region to and from protobuf.nyquist2015-11-249-3/+129
* Turn off computation of the interest rect in cc in synchronized paint mode.chrishtr2015-11-2434-241/+196
* Revert of Enable compositor-thread property trees (patchset #1 id:1 of https:...ccameron2015-11-245-6/+6
* CC Animations: Fix LayerTreeHostTimelinesTestSetPotentiallyAnimatingOnLacDes...loyso2015-11-241-17/+39
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-232-3/+3
* Reland of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.jbroman2015-11-234-50/+14
* command_buffer: Make inactive bound uniforms reserve the locationkkinnunen2015-11-231-9/+2
* Remove unused field draws_content_ from WebContentLayerImpl.esprehn2015-11-221-1/+0
* cc: Longtest is long.danakj2015-11-201-22/+18
* cc: Remove calls to Pass() on rvalues.danakj2015-11-2023-161/+145
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-2013-23/+212
* Revert of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (patchs...dyen2015-11-204-14/+50
* Run gn --format over all .gn filesagrieve2015-11-202-6/+6
* Add support for converting more types to and from protobuf.nyquist2015-11-2012-3/+218
* Use std::tie() for operator< in cc/jsbell2015-11-202-5/+7
* cc: Pass correct stride to SkCanvas::readPixels.reveman2015-11-201-7/+2
* Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo.jbroman2015-11-204-50/+14
* CC Animations: Fix draw properties invalidation on LAC destructionloyso2015-11-202-5/+13
* cc: Allow holding on to overlay resources for another extra frameccameron2015-11-205-6/+147
* cc:: Skip set_oom if tile is ready to drawboliu2015-11-204-8/+40
* CC Animations: Allow AnimationPlayers attached to layers but not attached to ...loyso2015-11-201-1/+0