|
content: Cleanup GpuMemoryBuffer allocation.
This moves implementation of GpuMemoryBuffer allocation
to each specific gpu_memory_buffer_impl_|TYPE| file and
the platform specific decision about what implementation
to use into gpu_memory_buffer_impl_|PLATFORM| files.
Android and MacOSX code is currently tied to the browser
and can't be moved to each specific GpuMemoryBuffer
implementation. This will be fixed by follow up changes.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269327
Total comments: 4
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+320 lines, -100 lines) |
Patch |
 |
M |
content/browser/gpu/browser_gpu_channel_host_factory.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+20 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+29 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+39 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_linux.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+38 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_mac.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+39 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_shm.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_shm.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+51 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+23 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_memory_buffer_impl_win.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+38 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|