DescriptionFix global dumps to be dumped only when shared memory is actually used
Before this CL, a global shared memory dump was created with calling
CreateSharedGlobalAllocatorDump, regardless of what its actual backend
was. For example, gpu::Buffer's backend might be shared memory or might
not. This CL fixes this to create global shared dumps only when the
backend is actually shared memory.
BUG=604726
TEST=gpu_unittests
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Patch Set 1 #Patch Set 2 : Fix test errors #Patch Set 3 : Remove change for GpuMemoryBuffer #
Messages
Total messages: 30 (21 generated)
|