summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_memory_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 274326 "Lobotomize the GPU memory manager"ccameron@chromium.org2014-06-041-2/+182
* Lobotomize the GPU memory managerccameron@chromium.org2014-06-021-182/+2
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-210/+6
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-94/+53
* Fix bug in GPUMemoryManager::allow_nonvisible_memory_ setting.aelias@chromium.org2013-08-211-2/+26
* Change minimum GPU allocation per client to 4MBvarkha@chromium.org2013-07-231-38/+0
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-13/+9
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-4/+4
* Don't give memory to backgrounded tabs on OS X.ccameron@chromium.org2013-05-011-6/+4
* Delete memory manager dead code.ccameron@chromium.org2013-03-121-187/+13
* gpu: Remove viewport from Android memory limit.epenner@chromium.org2013-02-141-15/+0
* Distribute extra memory evenly among visible clientsccameron@chromium.org2013-02-131-37/+51
* Revert 181950 - Broke content_unittests on Androidsergeyu@chromium.org2013-02-121-3/+4
* Distribute extra memory evenly among visible clientsccameron@chromium.org2013-02-121-4/+3
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-8/+8
* Add unit tests for nonuniform GPU memmgr policy.ccameron@chromium.org2013-02-011-0/+176
* Use uint64 instead of size_t in GpuMemoryManagerccameron@chromium.org2013-01-311-33/+33
* Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImplgman@chromium.org2013-01-231-4/+7
* Make names consistent in GpuMemoryManager.ccameron@chromium.org2013-01-161-64/+64
* Account for unmanaged (e.g, WebGL) use in memory managerccameron@chromium.org2013-01-021-0/+59
* Move GpuMemoryManager::ClientState structure to its own class.ccameron@chromium.org2012-12-241-84/+71
* Use a queue instead of timestamps to sort most-recently-used clientsccameron@chromium.org2012-12-191-191/+128
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-1/+4
* Add UMA histograms for GPU memory usage at GPU process exit.ccameron@chromium.org2012-12-111-1/+1
* Let backgrounded tabs to keep their textures.ccameron@chromium.org2012-11-091-2/+128
* Track the total amount of managed memory allocated by all clients.ccameron@chromium.org2012-11-071-0/+96
* Clean up the interface between GpuMemoryManager and GpuCommandBufferStub.ccameron@chromium.org2012-11-061-236/+166
* Clean up memory manager's context tracking structures.ccameron@chromium.org2012-11-021-69/+68
* Adjust gpu memory manager limits for Android for high-res tablets. ccameron@chromium.org2012-11-011-57/+60
* Change memory manager policies to reflect renderers dropccameron@chromium.org2012-11-011-26/+53
* Update GPU memory management IPCs. Add messages for renderer GPU memory usageccameron@chromium.org2012-10-301-3/+6
* Use composition for GPU memory allocation.ccameron@chromium.org2012-10-231-42/+57
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-0/+4
* Rename SurfaceState to MemoryManagerState. The state in this structure is use...ccameron@chromium.org2012-10-171-31/+22
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-2/+3
* Actually system GPU memory values to compute memory budget.ccameron@chromium.org2012-10-051-0/+6
* Reduce per-tab memory to 128M maximum, reduce default maximum across all tabs...ccameron@chromium.org2012-08-151-4/+11
* Add a flag to specify the total amount of memory which may be allocated to GP...ccameron@chromium.org2012-07-311-23/+27
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-07-261-4/+0
* Fix failing GpuMemoryManagerTest.StubMemoryStatsForLastManageTests on Android.mmocny@chromium.org2012-07-201-3/+12
* Provide stub implementations of GetStubStats and related functions in GpuMemo...mmocny@chromium.org2012-07-191-0/+69
* Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mrossetti@chromium.org2012-06-221-0/+4
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-221-4/+0
* Revert 142541 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...nkostylev@chromium.org2012-06-181-0/+4
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-161-4/+0
* Revert 142408 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mmocny@chromium.org2012-06-151-0/+4
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-151-4/+0
* Fixing failing unittest for android: GpuMemoryManagerTest.TestForegroundStubs...mmocny@chromium.org2012-05-141-37/+69
* Revert 136593 - Fixing failing unittest for android: GpuMemoryManagerTest.Tes...mmocny@chromium.org2012-05-111-69/+37
* Fixing failing unittest for android: GpuMemoryManagerTest.TestForegroundStubs...mmocny@chromium.org2012-05-111-37/+69