summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Run draw callback immediately if no Display is damaged.jbauman2015-01-271-3/+5
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-24/+11
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-0/+52
* Ensure SurfaceManager is only ever used from one thread.jbauman2014-09-191-0/+6
* Convert view manager to surfaces with uploading shim in client libjamesr2014-09-121-1/+0
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-161-0/+5
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-021-6/+1
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-8/+14
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-6/+6
* Skeleton surface interfaces in cc/surfacesjamesr@chromium.org2014-01-161-0/+37