summaryrefslogtreecommitdiffstats
path: root/cc/prioritized_resource_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-3/+2
* Allow the resourceProvider to be NULL when evicting textures. In that case, m...ccameron@chromium.org2012-12-201-1/+4
* Make textures that are rendered through the prioritized resourceccameron@chromium.org2012-12-151-1/+1
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-3/+2
* cc: Don't recycle texture backings when they are in use by the ubercomp consu...danakj@chromium.org2012-12-061-0/+2
* Use a mutex to deal with concurrent access to the m_evictedBackingsccameron@chromium.org2012-11-301-39/+9
* Add asserts that should help in diagnosing the crashes being observed.ccameron@chromium.org2012-11-281-10/+17
* Explicitly unlink any textures that exceed the texture budget.ccameron@chromium.org2012-11-201-13/+35
* Set contents texture manager's limit to something reasonablejamesr@chromium.org2012-11-151-2/+2
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-081-24/+30
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-071-0/+475