summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-3/+0
* Switch cc to std::unordered_*.davidben2016-01-281-1/+0
* Switch SurfaceId maps from base::hash_map to std::unordered_map.lfg2016-01-271-2/+3
* Switch to standard integer types in cc/.avi2015-12-211-0/+1
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-12-161-0/+3
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-231-3/+0
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-201-0/+5
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-161-0/+3
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-161-3/+0
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-10-151-0/+3
* SurfaceFactory needs to know about CompositorFrame for scoped_ptrfsamuel2015-08-261-1/+1
* Rename several instances of SubmitFrame to SubmitCompositorFramefsamuel2015-08-241-3/+3
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-2/+3
* Don't create sync points when returning resources from Display to browser com...jbauman2015-04-141-0/+8
* Run draw callback immediately if no Display is damaged.jbauman2015-01-271-3/+3
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-111-2/+7
* Remove size from Surfaces.jbauman2014-11-251-1/+1
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-2/+0
* LOG and clear SurfaceFactory if it isn't empty on destruction.jbauman2014-10-311-0/+3
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-0/+5
* Fix SurfaceResourceHolder destruction orderjamesr2014-09-241-2/+2
* Allow requesting a copy of a surface.jbauman2014-08-281-0/+3
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-1/+5
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-021-1/+1
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-0/+61