summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-4/+0
* Switch cc to std::unordered_*.davidben2016-01-281-3/+3
* Switch to standard integer types in cc/.avi2015-12-211-0/+3
* cc: Use scoped_ptrs in surface multimaps.vmpstr2015-11-181-1/+2
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-1/+0
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-201-0/+9
* Make LatencyInfo to be classmiletus2015-08-051-1/+1
* Avoid destroying webview Surface too earlyjbauman2015-07-311-0/+10
* Ignore Surface destruction dependencies on crashed renderers.kenrb2015-05-221-1/+2
* Run draw callback immediately if no Display is damaged.jbauman2015-01-271-2/+3
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-111-2/+4
* Remove size from Surfaces.jbauman2014-11-251-3/+1
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-0/+14
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* Allow CopyOutputRequests on all render passes of a surfacejbauman2014-10-161-2/+7
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-2/+3
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-161-0/+5
* Add LatencyInfo support for Surfaces.jbauman2014-09-041-0/+7
* Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of http...scottmg2014-09-021-5/+0
* Add LatencyInfo support for Surfaces.jbauman2014-09-021-0/+5
* Allow requesting a copy of a surface.jbauman2014-08-281-0/+2
* Aggregate damage rects in surface aggregatorjbauman2014-08-271-0/+4
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-1/+7
* Make Surface::GetEligibleFrame constjbauman@chromium.org2014-07-251-1/+1
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-34/+6
* Manage resource lifetimes in frames submitted to Surfacesjamesr@chromium.org2014-06-171-1/+30
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-2/+3
* Initial surface aggregator implementationjamesr@chromium.org2014-01-291-0/+8
* Skeleton surface interfaces in cc/surfacesjamesr@chromium.org2014-01-161-0/+37