summaryrefslogtreecommitdiffstats
path: root/cc/resources/resource_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Evict resources from resource pool after timeoutericrk2015-08-251-44/+105
* "gl" traces > "gpu/gl"ericrk2015-08-241-2/+2
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-201-4/+1
* Currently ResourcePool does not maintain ownership of its resourcesericrk2015-08-191-56/+67
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-1/+4
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-181-4/+1
* Currently, ResourceProvider memory dumps use IDs which mayericrk2015-08-101-5/+9
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-091-1/+4
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-091-4/+1
* Change switches::kContentImageTextureTarget to a list of image texture targetsjie.a.chen2015-08-071-1/+16
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-071-1/+4
* cc: Use worker context for one-copy tile initialization.reveman2015-08-061-4/+1
* Add memory tracking to TexturePool.ericrk2015-08-061-1/+48
* 1. With introduction of compressed formats, e.g. ETC1, the number ofprashant.n2015-08-031-11/+13
* cc: ResourcePool release lost resourcesboliu2015-07-221-5/+14
* cc: Use CheckedNumeric for resource size calculations.vmpstr2015-06-051-6/+13
* cc: Partial tile update for one-copy raster.danakj2015-05-291-9/+31
* Remove the default format from ResourcePool.peterp2015-01-271-4/+1
* Support different formats in the same resource pool.peterp2015-01-191-4/+6
* cc: Detect miss-behaving fence extensions when using 1-copy rasterizer.reveman2014-10-291-1/+4
* cc: Add CopyResource function to ResourceProvider API.reveman@chromium.org2014-04-151-6/+0
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+2
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-2/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+2
* cc: Clang-format cc/resources/resource_pool.* code.reveman@chromium.org2014-01-231-7/+6
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-33/+11
* cc: Allow TEXTURE_RECTANGLE_ARB to be used for tile textures.reveman@chromium.org2013-11-231-5/+10
* cc: Fix ResourcePool busy resource leakboliu@chromium.org2013-11-151-2/+15
* cc: Keep track of busy resources in ResourcePooljadahl@opera.com2013-11-061-10/+18
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-4/+4
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-4/+4
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-4/+4
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-051-0/+1
* cc: Remove incorrect TODO.danakj@chromium.org2013-08-301-4/+0
* cc: Use LRU resource eviction pattern in ResourcePool.reveman@chromium.org2013-08-161-4/+9
* cc: Prevent the tile manager from allocating more memory than allowed.reveman@chromium.org2013-08-161-18/+25
* Add memory policy limit by number of resources.aelias@chromium.org2013-08-031-4/+9
* cc: Don't pass simple well-defined classes by reference.danakj@chromium.org2013-04-231-2/+2
* cc: Add command line switch to control resource usage for impl-side painting.reveman@chromium.org2013-03-281-7/+26
* Part 8 of cc/ directory shuffles: resourcesjamesr@chromium.org2013-03-181-0/+97