summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Fix gpu command buffer use after free by GrContextjunov2015-11-131-2/+2
* cc: Disabling the multi-thread version of LayerTreeHostTestBeginMainFrameTime...mithro2015-11-131-2/+5
* Avoid rendering using GL in case damage rect is composited by overlaykalyan.kondapally2015-11-122-0/+48
* cc: Remove ThreadProxy dependency on LTHI::CurrentBeginFrameArgsbrianderson2015-11-128-25/+36
* cc: Split Proxy and TaskRunnerProvider for the LayerTreeHostkhushalsagar2015-11-1230-385/+365
* cc: Track BeginMainFrame more precisely CompositorTimingHistory.brianderson2015-11-1116-89/+321
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-112-5/+14
* Revert of Re-land: ui: Add custom stride support to GLImageMemory. (patchset ...avi2015-11-102-14/+5
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-102-5/+14
* Revert of ui: Add custom stride support to GLImageMemory. (patchset #3 id:400...avi2015-11-102-14/+5
* ui: Add custom stride support to GLImageMemory.reveman2015-11-102-5/+14
* cc::Fix computation of surface backfacing-ness when using property treesjaydasika2015-11-102-8/+14
* Fix some unit tests that fail when we enable impl property treesjaydasika2015-11-102-27/+88
* cc: Fix computation of layer backfacing-ness when using property treesajuma2015-11-092-6/+62
* cc: Make sure to issue IsReadyToDraw when we're out of memory.vmpstr2015-11-093-19/+102
* Fix DCHECK failure when scrolling by touch+mouse in LayerTreeHostImpl::Scroll...ki.stfu2015-11-091-2/+0
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-11-0613-68/+220
* Add support for (de)serializing cc::Layer hierarchy.nyquist2015-11-0611-0/+590
* Decrease the presumed thickness of polygons.petermayo2015-11-062-2/+23
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-064-10/+22
* Code cleanup, change parameter order to EXPECT_EQ.petermayo2015-11-061-12/+12
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-063-10/+10
* 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