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

Issue 492009: First batch of GCC fixes for GPU code. (Closed)

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

Description

First batch of GCC fixes for GPU code. This patch addresses signed/unsigned and 64-bit errors. The remaining fixes are more involved requiring changes/ifdefs to get around HWND. There's also a ton of "unused variable" warnings in the auto-generated code. BUG=n/a TEST=n/a Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34296

Patch Set 1 #

Patch Set 2 : Minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -15 lines) Patch
M gpu/command_buffer/client/gles2_implementation.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gl_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/x_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/x_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/gpu.gyp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scherkus (not reviewing)
Still need to try this patch out on windows. I'm unable to link any unit ...
11 years ago (2009-12-10 21:22:30 UTC) #1
apatrick
11 years ago (2009-12-10 21:31:12 UTC) #2
LGTM.

The HWND problem might be made better by my next CL. I changed it to
gfx::PluginWindowHandle. That won't work on mac I think but might on linux.

Thanks for fixing it!

Powered by Google App Engine
This is Rietveld 408576698