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

Issue 268063002: Remove command_buffer/common/types.h. (Closed)

Created:
6 years, 7 months ago by Nico
Modified:
6 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org
Visibility:
Public.

Description

Remove command_buffer/common/types.h. Make its current clients use base/macros.h and stdint.h instead. No behavior change. BUG=138542 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268315

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5439 lines, -4258 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 65 chunks +109 lines, -107 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator.h View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 18 chunks +180 lines, -90 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 118 chunks +239 lines, -217 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 10 chunks +10 lines, -10 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 9 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/gpu_control.h View 3 chunks +9 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory.h View 7 chunks +9 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/common/buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/cmd_buffer_common.h View 21 chunks +93 lines, -91 lines 0 comments Download
M gpu/command_buffer/common/constants.h View 2 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 6 chunks +25 lines, -24 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 455 chunks +1691 lines, -1650 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 224 chunks +656 lines, -623 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 10 chunks +40 lines, -39 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 chunk +55 lines, -55 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 54 chunks +1611 lines, -833 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_unittest.cc View 1 2 3 6 chunks +20 lines, -20 lines 0 comments Download
M gpu/command_buffer/common/id_allocator.h View 1 chunk +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/mailbox.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/mailbox_holder.h View 2 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/common/mailbox_holder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D gpu/command_buffer/common/types.h View 1 chunk +0 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/error_state.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/error_state_mock.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 166 chunks +243 lines, -243 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 7 chunks +211 lines, -81 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer_common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/public/c/gles2/gles2_call_visitor_autogen.h View 4 chunks +39 lines, -32 lines 2 comments Download
M ppapi/shared_impl/ppb_opengles2_shared.cc View 2 chunks +155 lines, -76 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nico
This fixes the TODO from my last patch. Is there a bug for generating all ...
6 years, 7 months ago (2014-05-04 21:17:12 UTC) #1
piman
On 2014/05/04 21:17:12, Nico wrote: > This fixes the TODO from my last patch. > ...
6 years, 7 months ago (2014-05-05 19:37:52 UTC) #2
piman
lgtm https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h File mojo/public/c/gles2/gles2_call_visitor_autogen.h (right): https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h#newcode180 mojo/public/c/gles2/gles2_call_visitor_autogen.h:180: VISIT_GL_CALL(GenBuffers, void, (GLsizei n, GLuint * buffers), (n, ...
6 years, 7 months ago (2014-05-05 19:37:54 UTC) #3
Nico
https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h File mojo/public/c/gles2/gles2_call_visitor_autogen.h (right): https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h#newcode180 mojo/public/c/gles2/gles2_call_visitor_autogen.h:180: VISIT_GL_CALL(GenBuffers, void, (GLsizei n, GLuint * buffers), (n, buffers)) ...
6 years, 7 months ago (2014-05-05 20:14:57 UTC) #4
piman
On 2014/05/05 20:14:57, Nico wrote: > https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h > File mojo/public/c/gles2/gles2_call_visitor_autogen.h (right): > > https://codereview.chromium.org/268063002/diff/60001/mojo/public/c/gles2/gles2_call_visitor_autogen.h#newcode180 > ...
6 years, 7 months ago (2014-05-05 21:07:18 UTC) #5
Nico
On Mon, May 5, 2014 at 2:07 PM, <piman@chromium.org> wrote: > On 2014/05/05 20:14:57, Nico ...
6 years, 7 months ago (2014-05-05 21:10:29 UTC) #6
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 7 months ago (2014-05-05 21:10:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/268063002/60001
6 years, 7 months ago (2014-05-05 21:12:27 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 23:33:30 UTC) #9
Message was sent while issue was closed.
Change committed as 268315

Powered by Google App Engine
This is Rietveld 408576698