index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
common
/
gpu
/
gpu_memory_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-2
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
1
-2
/
+1
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
1
-14
/
+10
*
Align base::hash_map with C++11, part 1.
davidben
2014-10-11
1
-11
/
+0
*
Replace OVERRIDE and FINAL with override and final in content/common/[a-s]*
anand.ratn
2014-10-07
1
-7
/
+7
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
1
-13
/
+0
*
Restore non surface gpu memory allocation behavior
jamesr@chromium.org
2014-06-17
1
-2
/
+2
*
Revert 274879 "Revert 274326 "Lobotomize the GPU memory manager""
ccameron@chromium.org
2014-06-13
1
-182
/
+2
*
Revert 274326 "Lobotomize the GPU memory manager"
ccameron@chromium.org
2014-06-04
1
-2
/
+182
*
Lobotomize the GPU memory manager
ccameron@chromium.org
2014-06-02
1
-182
/
+2
*
Do not give GPU memory to backgrounded compositors.
ccameron@chromium.org
2013-11-01
1
-210
/
+6
*
Move memory allocation/stats structs to gpu:: and remove bazillion copies
jamesr@chromium.org
2013-10-29
1
-94
/
+53
*
Fix bug in GPUMemoryManager::allow_nonvisible_memory_ setting.
aelias@chromium.org
2013-08-21
1
-2
/
+26
*
Change minimum GPU allocation per client to 4MB
varkha@chromium.org
2013-07-23
1
-38
/
+0
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.
dcheng@chromium.org
2013-06-13
1
-13
/
+9
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-4
/
+4
*
Don't give memory to backgrounded tabs on OS X.
ccameron@chromium.org
2013-05-01
1
-6
/
+4
*
Delete memory manager dead code.
ccameron@chromium.org
2013-03-12
1
-187
/
+13
*
gpu: Remove viewport from Android memory limit.
epenner@chromium.org
2013-02-14
1
-15
/
+0
*
Distribute extra memory evenly among visible clients
ccameron@chromium.org
2013-02-13
1
-37
/
+51
*
Revert 181950 - Broke content_unittests on Android
sergeyu@chromium.org
2013-02-12
1
-3
/
+4
*
Distribute extra memory evenly among visible clients
ccameron@chromium.org
2013-02-12
1
-4
/
+3
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
1
-8
/
+8
*
Add unit tests for nonuniform GPU memmgr policy.
ccameron@chromium.org
2013-02-01
1
-0
/
+176
*
Use uint64 instead of size_t in GpuMemoryManager
ccameron@chromium.org
2013-01-31
1
-33
/
+33
*
Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl
gman@chromium.org
2013-01-23
1
-4
/
+7
*
Make names consistent in GpuMemoryManager.
ccameron@chromium.org
2013-01-16
1
-64
/
+64
*
Account for unmanaged (e.g, WebGL) use in memory manager
ccameron@chromium.org
2013-01-02
1
-0
/
+59
*
Move GpuMemoryManager::ClientState structure to its own class.
ccameron@chromium.org
2012-12-24
1
-84
/
+71
*
Use a queue instead of timestamps to sort most-recently-used clients
ccameron@chromium.org
2012-12-19
1
-191
/
+128
*
Track managed memory usage in the command buffer.
ccameron@chromium.org
2012-12-13
1
-1
/
+4
*
Add UMA histograms for GPU memory usage at GPU process exit.
ccameron@chromium.org
2012-12-11
1
-1
/
+1
*
Let backgrounded tabs to keep their textures.
ccameron@chromium.org
2012-11-09
1
-2
/
+128
*
Track the total amount of managed memory allocated by all clients.
ccameron@chromium.org
2012-11-07
1
-0
/
+96
*
Clean up the interface between GpuMemoryManager and GpuCommandBufferStub.
ccameron@chromium.org
2012-11-06
1
-236
/
+166
*
Clean up memory manager's context tracking structures.
ccameron@chromium.org
2012-11-02
1
-69
/
+68
*
Adjust gpu memory manager limits for Android for high-res tablets.
ccameron@chromium.org
2012-11-01
1
-57
/
+60
*
Change memory manager policies to reflect renderers drop
ccameron@chromium.org
2012-11-01
1
-26
/
+53
*
Update GPU memory management IPCs. Add messages for renderer GPU memory usage
ccameron@chromium.org
2012-10-30
1
-3
/
+6
*
Use composition for GPU memory allocation.
ccameron@chromium.org
2012-10-23
1
-42
/
+57
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-0
/
+4
*
Rename SurfaceState to MemoryManagerState. The state in this structure is use...
ccameron@chromium.org
2012-10-17
1
-31
/
+22
*
Remove implicit flooring Scale() method from Point and Size.
danakj@chromium.org
2012-10-09
1
-2
/
+3
*
Actually system GPU memory values to compute memory budget.
ccameron@chromium.org
2012-10-05
1
-0
/
+6
*
Reduce per-tab memory to 128M maximum, reduce default maximum across all tabs...
ccameron@chromium.org
2012-08-15
1
-4
/
+11
*
Add a flag to specify the total amount of memory which may be allocated to GP...
ccameron@chromium.org
2012-07-31
1
-23
/
+27
*
Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...
mmocny@chromium.org
2012-07-26
1
-4
/
+0
*
Fix failing GpuMemoryManagerTest.StubMemoryStatsForLastManageTests on Android.
mmocny@chromium.org
2012-07-20
1
-3
/
+12
*
Provide stub implementations of GetStubStats and related functions in GpuMemo...
mmocny@chromium.org
2012-07-19
1
-0
/
+69
*
Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...
mrossetti@chromium.org
2012-06-22
1
-0
/
+4
[next]