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

Issue 488011: Another round of gcc fixes for GPU command buffers. (Closed)

Created:
11 years ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Another round of gcc fixes for GPU command buffers. This actually gets command_buffer_common_unittests building and passing. BUG=n/a TEST=n/a Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34595

Patch Set 1 #

Patch Set 2 : Style fixes #

Total comments: 4

Patch Set 3 : Fixes #

Patch Set 4 : Fix 80 chars #

Total comments: 1

Patch Set 5 : Merge fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1216 lines, -666 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 12 chunks +49 lines, -20 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 3 4 79 chunks +168 lines, -168 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 4 105 chunks +998 lines, -477 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scherkus (not reviewing)
Hooray!! format tests passing on linux and windows I switched to using xor so we ...
11 years ago (2009-12-11 00:03:36 UTC) #1
scherkus (not reviewing)
including gman
11 years ago (2009-12-11 00:11:36 UTC) #2
greggman
http://codereview.chromium.org/488011/diff/1002/2001 File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/488011/diff/1002/2001#newcode461 gpu/command_buffer/build_gles2_cmd_buffer.py:461: file.Write(" cmd.Set(\n") this needs to stay as it was. ...
11 years ago (2009-12-11 07:00:06 UTC) #3
scherkus (not reviewing)
thanks for the review! http://codereview.chromium.org/488011/diff/1002/2001 File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/488011/diff/1002/2001#newcode461 gpu/command_buffer/build_gles2_cmd_buffer.py:461: file.Write(" cmd.Set(\n") On 2009/12/11 07:00:06, ...
11 years ago (2009-12-11 18:39:42 UTC) #4
scherkus (not reviewing)
now use static_cast<uint32>(kCmdId) for equality check added tests for next_cmd
11 years ago (2009-12-11 20:26:30 UTC) #5
greggman
LGTM http://codereview.chromium.org/488011/diff/2006/2007 File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/488011/diff/2006/2007#newcode1361 gpu/command_buffer/build_gles2_cmd_buffer.py:1361: file.Write(" sizeof(data));\n") I think this and the ones ...
11 years ago (2009-12-15 18:44:26 UTC) #6
scherkus (not reviewing)
good suggestion -- fixed, unit tests still passing! committing!!!
11 years ago (2009-12-15 20:22:39 UTC) #7
apatrick
Are the unit tests passing on linux as well now? On Tue, Dec 15, 2009 ...
11 years ago (2009-12-15 21:04:39 UTC) #8
scherkus (not reviewing)
11 years ago (2009-12-15 21:50:12 UTC) #9
Sort of... a few of your latest patches introduced more gcc brokenness.
 Expect another patch soon!

On Tue, Dec 15, 2009 at 4:04 PM, Alastair Patrick <apatrick@google.com>wrote:

> Are the unit tests passing on linux as well now?
>
>
> On Tue, Dec 15, 2009 at 12:22 PM, <scherkus@chromium.org> wrote:
>
>> good suggestion -- fixed, unit tests still passing!
>>
>> committing!!!
>>
>>
>> http://codereview.chromium.org/488011
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698