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

Issue 7538008: Delete copy_texture_to_parent_texture from GPU command buffer code. (Closed)

Created:
9 years, 4 months ago by apatrick_chromium
Modified:
9 years, 4 months ago
Reviewers:
jamesr, greggman
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Delete copy_texture_to_parent_texture from GPU command buffer code. Efficient allocation of shared WebGL resource IDs (needed for m14). Because we aren't using it for anything anymore. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96238

Patch Set 1 : '' #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -197 lines) Patch
M content/renderer/gpu/renderer_gl_context.h View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/gpu/renderer_gl_context.cc View 1 2 3 4 5 6 chunks +6 lines, -1 line 0 comments Download
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 10 chunks +67 lines, -20 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 2 3 4 5 1 chunk +0 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 3 4 5 1 chunk +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 3 4 5 2 chunks +90 lines, -40 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 4 5 2 chunks +33 lines, -15 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_id_test_autogen.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 chunks +0 lines, -42 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 3 4 5 2 chunks +12 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -7 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_impl.cc View 1 2 3 4 5 1 chunk +1 line, -23 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
apatrick_chromium
codereview try results are all lies again. Here is linux: http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/40183
9 years, 4 months ago (2011-07-29 23:09:55 UTC) #1
jamesr
Looks good, but hold off for a bit on landing prz http://codereview.chromium.org/7538008/diff/2005/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (left): ...
9 years, 4 months ago (2011-07-29 23:22:49 UTC) #2
apatrick_chromium
I updated this patch. PTAL.
9 years, 4 months ago (2011-08-08 22:30:03 UTC) #3
apatrick_chromium
+gman since i'm not sure if jamesr is doing reviews.
9 years, 4 months ago (2011-08-09 01:03:43 UTC) #4
greggman
http://codereview.chromium.org/7538008/diff/9047/gpu/command_buffer/common/gles2_cmd_ids_autogen.h File gpu/command_buffer/common/gles2_cmd_ids_autogen.h (left): http://codereview.chromium.org/7538008/diff/9047/gpu/command_buffer/common/gles2_cmd_ids_autogen.h#oldcode204 gpu/command_buffer/common/gles2_cmd_ids_autogen.h:204: OP(CopyTextureToParentTextureCHROMIUM) /* 447 */ \ My bad. This isn't ...
9 years, 4 months ago (2011-08-09 16:11:35 UTC) #5
apatrick_chromium
Argh! I cobbled something together to replace the removed entry points with placeholders that always ...
9 years, 4 months ago (2011-08-10 00:45:30 UTC) #6
greggman
9 years, 4 months ago (2011-08-10 04:27:26 UTC) #7
lgtm

Please add an issues for (a) fixing the kUnknownCommand stuff (b) stop using
noExtensions as the flag. Should probably discuss what to do about (b).

Powered by Google App Engine
This is Rietveld 408576698