summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-31/+0
* Switch cc to std::unordered_*.davidben2016-01-281-2/+2
* Switch to standard integer types in cc/.avi2015-12-211-0/+3
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-12-161-4/+18
* List all child surfaces (including occluded) in CompositorFramejbauman2015-12-091-6/+1
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-251-1/+6
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-201-6/+1
* cc: Use scoped_ptrs in surface multimaps.vmpstr2015-11-181-7/+4
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-3/+3
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-2/+4
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-231-15/+4
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-201-0/+31
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-161-4/+15
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-161-15/+4
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-10-151-4/+15
* Avoid destroying webview Surface too earlyjbauman2015-07-311-5/+23
* Ignore Surface destruction dependencies on crashed renderers.kenrb2015-05-221-4/+8
* Use null rather than empty frame to lock Surface resourcesbrianderson2015-04-161-7/+18
* Revert of Use null rather than empty frame to lock Surface resources (patchse...brianderson2015-04-141-17/+6
* Use null rather than empty frame to lock Surface resourcesbrianderson2015-04-111-6/+17
* Ensure damage calculation is correct if there's an intervening empty frame.jbauman2015-02-041-1/+5
* Run draw callback immediately if no Display is damaged.jbauman2015-01-271-4/+4
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-111-5/+7
* Remove size from Surfaces.jbauman2014-11-251-2/+1
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-1/+16
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-291-3/+5
* Allow CopyOutputRequests on all render passes of a surfacejbauman2014-10-161-16/+31
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-2/+6
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-161-2/+20
* Add LatencyInfo support for Surfaces.jbauman2014-09-041-0/+14
* Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of http...scottmg2014-09-021-14/+0
* Add LatencyInfo support for Surfaces.jbauman2014-09-021-0/+14
* Allow requesting a copy of a surface.jbauman2014-08-281-0/+6
* Aggregate damage rects in surface aggregatorjbauman2014-08-271-1/+9
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-1/+13
* Make Surface::GetEligibleFrame constjbauman@chromium.org2014-07-251-1/+3
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-62/+13
* Manage resource lifetimes in frames submitted to Surfacesjamesr@chromium.org2014-06-171-0/+61
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-1/+1
* Initial surface aggregator implementationjamesr@chromium.org2014-01-291-0/+7
* Skeleton surface interfaces in cc/surfacesjamesr@chromium.org2014-01-161-0/+24