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

Issue 9910004: Implement Discard and EnsureBackbufferCHROMIUM using command buffer instead of IPC. (Closed)

Created:
8 years, 8 months ago by nduca
Modified:
8 years, 8 months ago
Reviewers:
mmocny, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

Implement Discard and EnsureBackbufferCHROMIUM using command buffer instead of IPC. BUG=120589

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -43 lines) Patch
M content/common/gpu/client/command_buffer_proxy.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M content/common/gpu/client/content_gl_context.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/gpu/client/content_gl_context.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 chunk +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 chunk +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 chunk +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 chunk +60 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 chunk +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 2 chunks +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 4 chunks +32 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nduca
8 years, 8 months ago (2012-03-29 02:41:52 UTC) #1
nduca
Erm, wrong piman.
8 years, 8 months ago (2012-03-29 02:42:11 UTC) #2
piman
lgtm
8 years, 8 months ago (2012-03-29 02:44:59 UTC) #3
nduca
8 years, 8 months ago (2012-03-29 03:36:04 UTC) #4
Hmm we may not need this. We need to go deeper. ;)

Powered by Google App Engine
This is Rietveld 408576698