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

Issue 11613021: Removing the JumpRelative, Call, CallRelative and Return commands. (Closed)

Created:
8 years ago by dsinclair
Modified:
7 years, 11 months ago
Reviewers:
greggman
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Removing the JumpRelative, Call, CallRelative and Return commands. This removes the extra commands from the command buffer. I've left the Jump struct and handler in place as it's used to advance the buffer if there isn't enough room at the end to place the next command. TESTING=Ran the gpu_unittests and everything worked correctly. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175158

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use Noops instead of Jump; Remove Jump command. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -444 lines) Patch
M gpu/command_buffer/client/cmd_buffer_helper.h View 1 3 chunks +1 line, -38 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 1 7 chunks +18 lines, -18 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 5 chunks +2 lines, -30 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer_test.cc View 1 3 chunks +0 lines, -24 lines 0 comments Download
M gpu/command_buffer/common/cmd_buffer_common.h View 1 2 chunks +5 lines, -156 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.cc View 1 1 chunk +0 lines, -50 lines 0 comments Download
M gpu/command_buffer/service/common_decoder_unittest.cc View 1 1 chunk +0 lines, -128 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dsinclair
Saw the TODO on the bottom of the GPU Command Buffer wiki page and thought ...
8 years ago (2012-12-18 16:12:45 UTC) #1
greggman
one minor comment then ltgm https://codereview.chromium.org/11613021/diff/1/gpu/command_buffer/client/cmd_buffer_helper.h File gpu/command_buffer/client/cmd_buffer_helper.h (left): https://codereview.chromium.org/11613021/diff/1/gpu/command_buffer/client/cmd_buffer_helper.h#oldcode152 gpu/command_buffer/client/cmd_buffer_helper.h:152: void Jump(uint32 offset) { ...
8 years ago (2012-12-19 03:32:18 UTC) #2
dsinclair
https://codereview.chromium.org/11613021/diff/1/gpu/command_buffer/client/cmd_buffer_helper.h File gpu/command_buffer/client/cmd_buffer_helper.h (left): https://codereview.chromium.org/11613021/diff/1/gpu/command_buffer/client/cmd_buffer_helper.h#oldcode152 gpu/command_buffer/client/cmd_buffer_helper.h:152: void Jump(uint32 offset) { On 2012/12/19 03:32:18, greggman wrote: ...
8 years ago (2012-12-19 03:41:07 UTC) #3
dsinclair
@greggman PTAL
7 years, 11 months ago (2013-01-03 19:13:48 UTC) #4
greggman
If you want to get rid of jump you can remove the jump reference in ...
7 years, 11 months ago (2013-01-03 19:22:01 UTC) #5
dsinclair
On 2013/01/03 19:22:01, greggman wrote: > If you want to get rid of jump you ...
7 years, 11 months ago (2013-01-03 21:16:04 UTC) #6
greggman
lgtm
7 years, 11 months ago (2013-01-03 22:32:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/11613021/12001
7 years, 11 months ago (2013-01-04 16:48:34 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-04 18:37:49 UTC) #9
Message was sent while issue was closed.
Change committed as 175158

Powered by Google App Engine
This is Rietveld 408576698