summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* Removed pinch viewport scroll offset distributionbokan@chromium.org2014-03-283-169/+0
* cc: Use needs_animate_layers()simonhong@chromium.org2014-03-271-4/+3
* Replace CurrentPhysicalTimeTicks with a fallback in CurrentFrameTimeTicks.aelias@chromium.org2014-03-266-31/+21
* Avoid unnecessary gloweffect callssataya.m@samsung.com2014-03-262-2/+44
* Add GL_TEXTURE_EXTERNAL_OES as supported texture target for CHROMIUM_map_image.sohan.jyoti@samsung.com2014-03-261-4/+0
* SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-254-25/+10
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-254-0/+9
* Disable LayerTreeHostTestNumFramesPending for flakiness.aelias@chromium.org2014-03-221-2/+3
* cc: Apply occlusion before creating quads in RenderSurfaceImpl.danakj@chromium.org2014-03-212-0/+10
* Do not clip inside OcclusionTracker: Contributing Surfaces Edition.danakj@chromium.org2014-03-204-194/+59
* cc: Pass task runner to schedulerboliu@chromium.org2014-03-202-12/+4
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-2010-68/+184
* Fix and reenable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUIclholgat@chromium.org2014-03-191-7/+8
* Add --disable-low-res-tiling. Disable low res tiling to save power.anton@chromium.org2014-03-182-0/+2
* cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.danakj@chromium.org2014-03-186-23/+23
* cc: Change always-true if statement to a DCHECK().danakj@chromium.org2014-03-181-2/+2
* cc: Attempt to de-flake test by preventing commit to start before draw.danakj@chromium.org2014-03-181-7/+5
* Disable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUI.teravest@chromium.org2014-03-181-1/+1
* cc: Pass impl task runner into TextureMailboxDeleterboliu@chromium.org2014-03-181-1/+3
* Disable LayerTreeHostTestDelegatingRendererAtomicCommit Tests.scheib@chromium.org2014-03-141-2/+3
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-3/+3
* cc: Apply occlusion before creating quads in SolidColorLayerImpl.danakj@chromium.org2014-03-132-0/+20
* cc: Remove showing culled tile borders as a different color.danakj@chromium.org2014-03-134-38/+5
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-135-12/+12
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-125-12/+28
* Adding fading effect for paint rectangles in HUD layer.malch@chromium.org2014-03-121-1/+4
* cc: Remove OverdrawMetrics and --trace-overdraw flag.danakj@chromium.org2014-03-1211-232/+27
* Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."kochi@chromium.org2014-03-125-27/+11
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-125-18/+12
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-125-11/+27
* Add a GPU rasterization hint to cc::PictureLayerajuma@chromium.org2014-03-111-0/+112
* Removing the use of base::Time inside the LayerTreeHost system.mithro@mithis.com2014-03-117-58/+38
* Removing base::Time from SetAnimationEvents and PostAnimationEventsToMainThre...mithro@mithis.com2014-03-119-31/+15
* Define a --force-gpu-rasterization flagajuma@chromium.org2014-03-114-5/+11
* cc: Do not skip TileManager::ManageTiles due to invalid viewportboliu@chromium.org2014-03-111-2/+0
* Fix LayerTreeImpl::VerticalAdjust().wjmaclean@chromium.org2014-03-112-4/+4
* cc: Fix damage when the HUD is enabled.danakj@chromium.org2014-03-101-8/+12
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-101-1/+1
* cc: modify the waiting condition of forced commitsimonhong@chromium.org2014-03-101-1/+1
* Remove wall time from NotifyAnimationStarted and NotifyAnimationFinished.mithro@mithis.com2014-03-102-14/+2
* Don't send touchcancel on touch scroll startrbyers@chromium.org2014-03-082-4/+65
* Remove --background-color-instead-of-checkerboard flag.danakj@chromium.org2014-03-082-2/+0
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-075-9/+33
* cc: split COMMIT_STATE_FRAME_IN_PROGRESSsimonhong@chromium.org2014-03-071-0/+4
* cc: Remove impl_transform_is_unknown argument from OcclusionTracker.danakj@chromium.org2014-03-066-108/+46
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-052-12/+15
* cc: Clean up OcclusionTracker template parameters.danakj@chromium.org2014-03-0513-223/+191
* cc: Use explicit SequencedTaskRunner current loop in TileManagerboliu@chromium.org2014-03-052-1/+3
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-041-1/+1
* Make it possible to cancel commits following an animationskyostil@chromium.org2014-03-034-15/+132