summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* cc: Add flag to specify to ResourceProvider to always use GMBsccameron2015-11-031-0/+1
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-1/+1
* Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource'sbrianderson2015-10-281-1/+0
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-237-105/+7
* cc: Move surfaces hittesting test helpers out to a separate filefsamuel2015-10-234-352/+8
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-2022-84/+723
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-167-7/+105
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-167-105/+7
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-10-157-7/+105
* cc: Remove redundant overlay argumentsccameron2015-10-082-4/+4
* Surface hit testing: Introduce GetTransformToTargetSurfacefsamuel2015-10-063-91/+275
* Allow task pools to reason about transparency.christiank2015-09-241-1/+1
* Refactor Surfacehittest to return gfx::Transformfsamuel2015-09-223-99/+235
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-141-1/+1
* cc: Refactor SurfaceHittest for readabilityfsamuel2015-09-113-222/+382
* Force swap buffers when re-creating the buffersdnicoara2015-09-101-1/+3
* cc::Surfaces: Fix hittest crashfsamuel2015-09-042-0/+61
* SurfaceFactory needs to know about CompositorFrame for scoped_ptrfsamuel2015-08-261-1/+1
* cc:Stop incrementing while loop when iterator at the endweiliangc2015-08-261-3/+9
* Rename several instances of SubmitFrame to SubmitCompositorFramefsamuel2015-08-249-146/+174
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-204-7/+7
* Ensure surface swap happens after resize.jbauman2015-08-204-4/+48
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-184-7/+7
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-182-11/+9
* Reland of Change LatencyInfo to use Flow API v2. (patchset #1 id:1 of https:/...yuhaoz2015-08-181-3/+4
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-184-7/+7
* Revert of Change LatencyInfo to use Flow API v2. (patchset #2 id:20001 of htt...glider2015-08-181-4/+3
* Change LatencyInfo to use Flow API v2.yuhaoz2015-08-171-3/+4
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-094-7/+7
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-094-7/+7
* Mac: Fix white hangsccameron2015-08-072-3/+23
* Adds support for hittesting points on surface quads.lfg2015-08-074-0/+367
* Change switches::kContentImageTextureTarget to a list of image texture targetsjie.a.chen2015-08-071-1/+4
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-074-8/+8
* Remove SoftwareFrameDatajbauman2015-08-071-14/+20
* cc: Use worker context for one-copy tile initialization.reveman2015-08-064-8/+8
* Make LatencyInfo to be classmiletus2015-08-052-6/+4
* Avoid destroying webview Surface too earlyjbauman2015-07-315-13/+127
* Revert of cc: Consider Surface active if frame received recently (patchset #7...brianderson2015-07-283-218/+36
* cc: Consider Surface active if frame received recentlybrianderson2015-07-243-36/+218
* cc: Make DisplayScheduler aware of resize and add tracing.brianderson2015-07-246-49/+157
* Fix use of gfx::Transform constructor in SurfaceAggregator.jbauman2015-07-202-37/+46
* cc: Make DisplayScheduler use later deadline when swap throttled.brianderson2015-07-152-9/+7
* cc: Add command line for frame production throttle.jincheol.jo2015-07-152-3/+3
* Don't aggregate quads outside of damage rect when using partial swap.jbauman2015-07-146-58/+359
* Mac: Don't draw a cc::Surface while suspendedccameron2015-07-091-0/+3
* Issue DisplayRenderingStats when we actually do swapmiletus2015-07-091-1/+1
* Trace LatencyInfo flow event in Display::DrawAndSwap()miletus2015-07-081-0/+7
* Calculate damage rects before aggregating frame data.jbauman2015-07-072-82/+112
* Mandoline: Fix Display tear down use-after-freefsamuel2015-07-061-1/+3