summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_memory_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GpuMemoryManager should limit memory allocations based on viewport size for a...mmocny@chromium.org2012-05-041-0/+6
* GpuMemoryManager suggests values for renderer Contents Texture Managers' pref...mmocny@chromium.org2012-05-011-156/+233
* Revert 134527 - Revert 134480 - Revert 134428 - GpuMemoryManager suggests val...mmocny@chromium.org2012-04-301-233/+156
* Revert 134480 - Revert 134428 - GpuMemoryManager suggests values for renderer...mmocny@chromium.org2012-04-301-156/+233
* Revert 134428 - GpuMemoryManager suggests values for renderer Contents Textur...nsylvain@chromium.org2012-04-281-233/+156
* GpuMemoryManager suggests values for renderer Contents Texture Managers' pref...mmocny@chromium.org2012-04-281-156/+233
* Splitting GpuMemoryAllocation into two parts: for renderer and browser.mmocny@chromium.org2012-03-191-58/+83
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-6/+214
* Drop frontbuffers for hibernated tabs using image_transport_surface_win.mmocny@chromium.org2012-02-111-38/+40
* Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_use...mmocny@chromium.org2012-02-031-0/+251