summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Make all unit tests pass with use_property_trees = true.jaydasika2015-11-067-35/+73
* cc: Remove GL_TEXTURE_2D hard-codingccameron2015-11-065-13/+15
* cc: Fix GL_R8 GpuMemoryBuffersccameron2015-11-062-4/+5
* cc: Add UMA histogram for compositor-thread draw property updatesajuma2015-11-051-0/+11
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-052-11/+10
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-053-10/+10
* Revert of Fixed the bug that window capture clipped the content when the wind...nhiroki2015-11-054-13/+9
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-053-10/+10
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-054-9/+13
* Add a flag for enabling compositor property treesajuma2015-11-0510-52/+132
* cc: Deflake ThreadedChannel testskhushalsagar2015-11-041-25/+25
* cc::Reset rects with NaN coordinates in clip tree.jaydasika2015-11-042-1/+13
* cc: logging pending_swaps period in chrome://tracingdongseong.hwang2015-11-041-0/+2
* cc: Remove instances of RGBA where best_texture_format should be usedccameron2015-11-043-6/+8
* fixup! cc: Keep most recently used resources at the front of resourceprashant.n2015-11-041-1/+1
* cc: Send shared variables between main and impl side using the channelkhushalsagar2015-11-0410-123/+234
* CC AnimationHost: Fix LinkHighlights detach scope.loyso2015-11-041-2/+1
* Add gfx::Size::GetCheckedArea and use it where appropriate.vmpstr2015-11-041-7/+2
* Clamp clip layer to outer viewport size for scrollbars (2nd land)aelias2015-11-042-0/+36
* cc: Add SetNeedsOneBeginImplFrame to the Schedulerdanakj2015-11-035-2/+68
* Revert of Clamp clip layer to outer viewport size for scrollbars. (patchset #...enne2015-11-033-36/+2
* Clamp clip layer to outer viewport size for scrollbars.aelias2015-11-033-2/+36
* cc: Add flag to specify to ResourceProvider to always use GMBsccameron2015-11-039-71/+106
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-0347-507/+587
* cc: Keep most recently used resources at the front of resource queue.prashant.n2015-11-032-10/+14
* Rename legacy 'Layout' methods across Blink and cc.wkorman2015-11-0313-20/+37
* Plumb display item visual rect to compositor.wkorman2015-11-022-30/+56
* gfx: Make conversions from gfx::Point to PointF explicit.danakj2015-11-021-2/+2
* LayerTreeHostTimelinesTestSetPotentiallyAnimatingOnLacDestruction is flaky on...jyasskin2015-11-021-10/+2
* cc: When doing commit to active, don't abort draws that will checker.danakj2015-11-021-3/+11
* cc: Store the cullRect in trace with Begin/EndArray().danakj2015-11-021-5/+9
* cc: Make LTH::SetVisible not a synchronous callenne2015-11-027-18/+11
* Introduce painted-device-scale-factor and use it when --enable-use-zoom-for-d...oshima2015-10-316-1/+50
* Revert of Avoid Copying damage rect when using Overlays (patchset #13 id:2400...ccameron2015-10-306-96/+47
* Revert of Avoid rendering using GL in case damage rect is composited by overl...ccameron2015-10-302-59/+3
* Turn on property tree verification for PictureLayerImplTestsjaydasika2015-10-302-4/+25
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-304-4/+4
* cc: Remove LayerTreeHostImpl::FrameData::render_passes_by_id.danakj2015-10-305-43/+40
* cc: Remove the ability to specify a GL texture targetccameron2015-10-2911-54/+49
* Account for sorting context in cc layer hit testing.tdresser2015-10-292-5/+129
* cc: Don't remove tiles when invalidation doesn't intersect the tile.vmpstr2015-10-292-9/+29
* Remove usage of SK_SAVE_LAYER_BOUNDS_ARE_FILTERED.senorblanco2015-10-291-7/+0
* cc: Decouple SetNeedsRedraw from SetNeedsAnimate.danakj2015-10-297-55/+121
* Avoid rendering using GL in case damage rect is composited by overlaykalyan.kondapally2015-10-292-3/+59
* ui/gl: Move GLImage into gl namespace.tfarina2015-10-292-4/+4
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-2821-61/+54
* Remove deadcode in cc/pdr2015-10-288-184/+0
* cc: Remove references to managed resources (and cleanup)ccameron2015-10-286-35/+33
* Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource'sbrianderson2015-10-281-1/+0
* Move SingleThreadProxy::LayoutAndUpdateLayers into LayerTreeHost directly.wkorman2015-10-283-15/+10