|
Redesigned CommandBuffer and NPDevice3D interfaces.
All status is now in the Device3D context.
It can be retreived with fewer IPC messages.
It can be now be accessed off the main plugin thread, which is necessary to run OpenGL in another thread.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37545
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+346 lines, -536 lines) |
Patch |
 |
M |
chrome/common/command_buffer_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/command_buffer_messages_internal.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/command_buffer_stub.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/command_buffer_stub.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/command_buffer_proxy.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/command_buffer_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -57 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_pepper.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_pepper.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+29 lines, -32 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/cmd_buffer_helper.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/cmd_buffer_helper.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/cmd_buffer_helper_test.cc
|
View
|
2
3
4
5
6
7
|
6 chunks |
+19 lines, -38 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/fenced_allocator_test.cc
|
View
|
2
3
4
5
6
7
|
6 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/command_buffer.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+34 lines, -27 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/command_buffer_mock.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/common/constants.h
|
View
|
6
7
|
2 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/command_buffer_service.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/command_buffer_service.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+19 lines, -37 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/command_buffer_service_unittest.cc
|
View
|
2
3
4
5
6
7
|
5 chunks |
+37 lines, -33 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/gpu_processor.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -16 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/service/gpu_processor_unittest.cc
|
View
|
2
3
4
5
6
7
|
9 chunks |
+54 lines, -77 lines |
0 comments
|
Download
|
 |
M |
gpu/pgl/command_buffer_pepper.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gpu/pgl/command_buffer_pepper.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+23 lines, -74 lines |
0 comments
|
Download
|
 |
M |
third_party/npapi/bindings/npapi_extensions.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|