summaryrefslogtreecommitdiffstats
path: root/cc/resources/tile_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix memory leak in cc_perftests.vmpstr@chromium.org2013-11-131-12/+12
* cc: Reduce command buffer flushes related to creating texture ids.reveman@chromium.org2013-11-011-1/+1
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-1/+1
* cc: Make tile manager responsible for tile's lifetime.vmpstr@chromium.org2013-09-261-10/+8
* CC: Fix raster-on-demand (due to stale sort order).epenner@chromium.org2013-09-241-28/+30
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-1/+2
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-2/+1
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-1/+2
* cc: Prevent the tile manager from allocating more memory than allowed.reveman@chromium.org2013-08-161-4/+58
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-0/+4
* cc: Added priority ref tile set instead of sorting tiles.vmpstr@chromium.org2013-08-071-48/+3
* Add memory policy limit by number of resources.aelias@chromium.org2013-08-031-19/+37
* cc: Remove reassign gpu memory from tile manager.vmpstr@chromium.org2013-07-121-3/+20
* cc: Remove tile ref counting in tile manager.vmpstr@chromium.org2013-07-101-9/+9
* This is a small clean-up that reduces raster mode exposure outside of the til...vmpstr@chromium.org2013-07-081-14/+19
* Re-land: cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-031-15/+41
* Revert 209912 "cc: Add raster finished signals to RasterWorkerPool."dslomov@chromium.org2013-07-031-41/+15
* cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-031-15/+41
* cc: Use multiple resources to switch LCD statusvmpstr@chromium.org2013-06-261-73/+181
* cc: Make tiles that are not required by trees NEVER_BINvmpstr@chromium.org2013-06-221-1/+22
* cc: Remove memory state from tile managementvmpstr@chromium.org2013-06-041-2/+10
* cc: Add more tile manager unittestsvmpstr@chromium.org2013-05-231-54/+262
* cc: Move activation check into TileManagerenne@chromium.org2013-05-221-2/+2
* cc: Added features for more accurate raster benchmarkernstm@chromium.org2013-05-171-0/+2
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-1/+1
* cc: In OOM situation, active tree-only tiles not in NOW bin don't get memorykangyuan.shu@intel.com2013-04-241-0/+103