Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 8919014: Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"" (Closed)

Created:
9 years ago by greggman
Modified:
9 years ago
Reviewers:
apatrick
CC:
chromium-reviews, jam, apatrick_chromium, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, Paweł Hajdan Jr., piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"" This reverts commit 84677847c10d0319d8d996aea9b310add85c0bd3. TEST=ran browser tests on OSX BUG=103989 TBR=apatrick@chromiu.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114114

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -541 lines) Patch
M content/common/gpu/gpu_command_buffer_stub.h View 1 chunk +2 lines, -3 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 5 chunks +12 lines, -15 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 chunk +5 lines, -3 lines 0 comments Download
M content/renderer/gpu/command_buffer_proxy.h View 2 chunks +2 lines, -7 lines 0 comments Download
M content/renderer/gpu/command_buffer_proxy.cc View 4 chunks +10 lines, -62 lines 0 comments Download
M content/renderer/gpu/renderer_gl_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 2 chunks +9 lines, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 3 chunks +21 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator_test.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 39 chunks +134 lines, -101 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory_unittest.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer_test.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 2 chunks +5 lines, -7 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 1 chunk +2 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/cmd_buffer_engine.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.h View 2 chunks +10 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.cc View 1 chunk +16 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser_test.cc View 2 chunks +34 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 2 chunks +8 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 5 chunks +30 lines, -57 lines 0 comments Download
M gpu/command_buffer/service/common_decoder_unittest.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 3 chunks +27 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler_unittest.cc View 7 chunks +30 lines, -19 lines 0 comments Download
M gpu/demos/framework/window.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/c/trusted/ppb_graphics_3d_trusted.h View 1 chunk +3 lines, -5 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc View 1 chunk +6 lines, -20 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h View 1 chunk +2 lines, -6 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc View 2 chunks +9 lines, -22 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc View 2 chunks +7 lines, -8 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc View 2 chunks +5 lines, -9 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h View 1 chunk +2 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 chunk +2 lines, -4 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +4 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_graphics_3d_proxy.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/ppb_graphics_3d_proxy.cc View 8 chunks +27 lines, -62 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_api.h View 1 chunk +2 lines, -3 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 4 chunks +9 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_3d_impl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_3d_impl.cc View 2 chunks +6 lines, -7 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698