summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Run draw callback immediately if no Display is damaged.jbauman2015-01-271-1/+2
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-111-1/+1
* Remove size from Surfaces.jbauman2014-11-251-2/+2
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-13/+3
* LOG and clear SurfaceFactory if it isn't empty on destruction.jbauman2014-10-311-0/+11
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-3/+12
* Mark Surface as damaged when it receives a CopyOutputRequest.jbauman2014-09-221-0/+1
* Convert view manager to surfaces with uploading shim in client libjamesr2014-09-121-1/+0
* Allow requesting a copy of a surface.jbauman2014-08-281-0/+13
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-2/+3
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-161-0/+1
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-021-5/+4
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-0/+59